From 28e3d252dc8ac8a5635206dfefe1cfe05058d1db Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Aug 2018 06:32:46 +0100 Subject: gentoo resync : 12.08.2018 --- dev-python/kitchen/kitchen-1.2.5.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dev-python/kitchen/kitchen-1.2.5.ebuild (limited to 'dev-python/kitchen/kitchen-1.2.5.ebuild') diff --git a/dev-python/kitchen/kitchen-1.2.5.ebuild b/dev-python/kitchen/kitchen-1.2.5.ebuild new file mode 100644 index 000000000000..dff2427c1a8d --- /dev/null +++ b/dev-python/kitchen/kitchen-1.2.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="A cornucopia of useful code" +HOMEPAGE="https://pypi.org/project/kitchen/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -- cgit v1.2.3