diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 15:31:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 16:01:25 +0200 |
commit | 393558986cef8ae752ce8769ab23d80aa00008dd (patch) | |
tree | efef214cfa1f985b24240fc7f0e416847f9c0d17 /dev-python | |
parent | dev-python/requests-cache: Clean old versions up (diff) | |
download | gentoo-393558986cef8ae752ce8769ab23d80aa00008dd.tar.gz gentoo-393558986cef8ae752ce8769ab23d80aa00008dd.tar.bz2 gentoo-393558986cef8ae752ce8769ab23d80aa00008dd.zip |
dev-python/pychef: Clean old versions up
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pychef/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pychef/pychef-0.2.1.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/pychef/Manifest b/dev-python/pychef/Manifest index ba5347643540..eaf76ed826f0 100644 --- a/dev-python/pychef/Manifest +++ b/dev-python/pychef/Manifest @@ -1,2 +1 @@ -DIST PyChef-0.2.1.tar.gz 29251 SHA256 a74e922eb275a1ea26fc1e65eeb503a610f026f144d6537160f3f380d2108489 SHA512 8d591087c649b5b0d09d4f7b7b26cec56631742833ac7b53eaaa744bd3b42d290ec37df96bdb0ea17a9c824d091d4527458d83abcdf4b2c029f921dbda425220 WHIRLPOOL d271b8991061155b8195e6b90877423ac5363064e9257a1a238b2b3a4f2a389c6b7fa8923ae85ac3f4946fa78e493556ce3fd61945d8bc8f02daa8e0325e994c DIST PyChef-0.2.3.tar.gz 21082 SHA256 212df9a0887f7f0dfb420ecc33b554104db7222c1a1ef26e1362b3207a9260cd SHA512 e8e0f3045f23032d8fe3169e9ff66cb3ce78ac1a9910d35c7399eeb252b474668c11dde4205689608c073b95f380738bf34b47d32ee5d24edb61fe3fd1674790 WHIRLPOOL d3ea4dca96e111310ab2a8f1761d10e68b9bf8f6e7d1dc6e9787e1c4aec7e0d14fca56561fd9f5ec164f7544fad6ba896aed0830073dadb0d8ac169a085c2350 diff --git a/dev-python/pychef/pychef-0.2.1.ebuild b/dev-python/pychef/pychef-0.2.1.ebuild deleted file mode 100644 index 5803a255f06f..000000000000 --- a/dev-python/pychef/pychef-0.2.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A client for the OpenStack Nova API" -HOMEPAGE="https://github.com/coderanger/pychef" -SRC_URI="mirror://pypi/P/PyChef/PyChef-${PV}.tar.gz" -S="${WORKDIR}/PyChef-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/versiontools[${PYTHON_USEDEP}] - test? ( dev-python/mock[${PYTHON_USEDEP}] )" -RDEPEND="" - -python_test() { - nosetests || die -} |