From 918902b0eecf69609b97d316f0692125a45d374d Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Fri, 23 Feb 2018 22:49:14 -0600 Subject: dev-python/dogpile-cache: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- dev-python/dogpile-cache/Manifest | 2 -- .../dogpile-cache/dogpile-cache-0.6.1.ebuild | 35 ---------------------- .../dogpile-cache/dogpile-cache-0.6.2.ebuild | 35 ---------------------- 3 files changed, 72 deletions(-) delete mode 100644 dev-python/dogpile-cache/dogpile-cache-0.6.1.ebuild delete mode 100644 dev-python/dogpile-cache/dogpile-cache-0.6.2.ebuild (limited to 'dev-python/dogpile-cache') diff --git a/dev-python/dogpile-cache/Manifest b/dev-python/dogpile-cache/Manifest index a12e81c07592..a90153d71d3a 100644 --- a/dev-python/dogpile-cache/Manifest +++ b/dev-python/dogpile-cache/Manifest @@ -1,3 +1 @@ -DIST dogpile.cache-0.6.1.tar.gz 324046 BLAKE2B eaa8f077c7a205143aafa359e293a424f8236cb0e489d221dc16be527d9867dbe9c6b8d2ee9c3c2fb6cdc8c407d0e7884b41c187d16df4fcac30ccf6ba96271f SHA512 c4743a88688d8f596469f2b3adf0cd862dd32891ae8c50d0c0421a984dfec872cbbecf936f704cf4351ae26b3ab4a26ae3b416f7c7f2ce3c41f8da2c9223178b -DIST dogpile.cache-0.6.2.tar.gz 329762 BLAKE2B 8509f9472370a63bede905d5d7ff9e6b60b07c8ce1fad6bf6b90c095ac40ae1ba701b0772ea80f40f0cefb089ee3f23f686d0863dbd10ec823b83b7163627c4f SHA512 5882e0a355db0bec9c1a0836034481d39008051ff42f48c85679ac70a42c6366d1bcbd01ecd3ca868d7ad725197e626e52b004d62269827e2605a4ecd491ce99 DIST dogpile.cache-0.6.4.tar.gz 315533 BLAKE2B 92848b82d923c6d19bc3aa7f0f1c399f8d7131bc308a79686269e904520e6b690c8d78a3c715e3e9153f81f1478bbb6e82ed6caad60a791e2488b023f1fe3d8c SHA512 0e86ed6aacbfbbbefdc3622ac956679c4986c77989daa3c3e845d4b8dbbf7945b4d0764789f03540b2ff59712e2ee86c8283cc3ee8d9e950f9ef1772db7ea137 diff --git a/dev-python/dogpile-cache/dogpile-cache-0.6.1.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.6.1.ebuild deleted file mode 100644 index 30e5999d26fa..000000000000 --- a/dev-python/dogpile-cache/dogpile-cache-0.6.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="A locking API for expiring values while a single thread generates a new value." -HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache" -SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz" -S="${WORKDIR}/dogpile.cache-${PV}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/mako[${PYTHON_USEDEP}] )" - -# This time half the doc files are missing; Do you want them? toss a coin - -python_test() { - # crikey. testsuite written for py3, 5 tests fail under py2.7 - if [[ "${EPYTHON}" != "python2.7" ]]; then - nosetests || die "test failed under ${EPYTHON}" - else - einfo "testsuite restricted for python2.7" - fi -} diff --git a/dev-python/dogpile-cache/dogpile-cache-0.6.2.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.6.2.ebuild deleted file mode 100644 index 30e5999d26fa..000000000000 --- a/dev-python/dogpile-cache/dogpile-cache-0.6.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="A locking API for expiring values while a single thread generates a new value." -HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache" -SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz" -S="${WORKDIR}/dogpile.cache-${PV}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/mako[${PYTHON_USEDEP}] )" - -# This time half the doc files are missing; Do you want them? toss a coin - -python_test() { - # crikey. testsuite written for py3, 5 tests fail under py2.7 - if [[ "${EPYTHON}" != "python2.7" ]]; then - nosetests || die "test failed under ${EPYTHON}" - else - einfo "testsuite restricted for python2.7" - fi -} -- cgit v1.2.3-65-gdbad