From bd25a5bf4ea32de08c42c798a9277c3e20c0533a Mon Sep 17 00:00:00 2001 From: kballou Date: Tue, 30 Aug 2016 11:03:53 -0600 Subject: Add kitchen ebuild --- dev-python/kitchen/Manifest | 1 + dev-python/kitchen/kitchen-1.2.4.ebuild | 27 +++++++++++++++++++++++++++ dev-python/kitchen/metadata.xml | 15 +++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 dev-python/kitchen/Manifest create mode 100644 dev-python/kitchen/kitchen-1.2.4.ebuild create mode 100644 dev-python/kitchen/metadata.xml diff --git a/dev-python/kitchen/Manifest b/dev-python/kitchen/Manifest new file mode 100644 index 0000000..f11e89d --- /dev/null +++ b/dev-python/kitchen/Manifest @@ -0,0 +1 @@ +DIST kitchen-1.2.4.tar.gz 187149 SHA256 38f73d844532dba7b8cce170e6eb032fc07d0d04a07670e1af754bd4c91dfb3d SHA512 790f7eaa16820d3b12f740d2ac7c9d849d40eea91527b7fc011270bd46af5038e987cc1b170c75c2175dc627f99a52bde52b9f276db8dac5d9d7df59ef9a505d WHIRLPOOL d9864ac07bb391df82049ffcd98f82a2013f6f28056ab19a7d17c59c8c345b64a0090eeac197313930391547f12412a68d1c794690798b4c434a840c5fb685a0 diff --git a/dev-python/kitchen/kitchen-1.2.4.ebuild b/dev-python/kitchen/kitchen-1.2.4.ebuild new file mode 100644 index 0000000..8363fdd --- /dev/null +++ b/dev-python/kitchen/kitchen-1.2.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 2016 Kenny Ballou +# Distributed under the terms of the GNU General Public License v3 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=(python2_7 python3_{3,4}) + +inherit distutils-r1 + +MY_P=${PN}_${PV} + +DESCRIPTION="Kitchen contains a cornucopia of useful code" +HOMEPAGE="https://fedorahosted.org/kitchen/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="test" + +RDEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + nosetests || die +} diff --git a/dev-python/kitchen/metadata.xml b/dev-python/kitchen/metadata.xml new file mode 100644 index 0000000..e03c2dc --- /dev/null +++ b/dev-python/kitchen/metadata.xml @@ -0,0 +1,15 @@ + + + + + kballou@devnulllabs.io + Kenny Ballou + + + Kitchen contains a cornucopia of useful code + + + kitchen + fedora-infra/kitchen + + -- cgit v1.2.1