diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-01-30 15:02:03 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-01-30 15:03:09 -0500 |
commit | 0676a80855ef97d77ef026ec038a04497ea5186b (patch) | |
tree | 6d697500d873c594fea10f4bba6e71915b6c2d39 /dev-python/wheel | |
parent | sci-astronomy/wcslib: version bump (diff) | |
download | gentoo-0676a80855ef97d77ef026ec038a04497ea5186b.tar.gz gentoo-0676a80855ef97d77ef026ec038a04497ea5186b.tar.bz2 gentoo-0676a80855ef97d77ef026ec038a04497ea5186b.zip |
dev-python/wheel: remove old
Diffstat (limited to 'dev-python/wheel')
-rw-r--r-- | dev-python/wheel/Manifest | 4 | ||||
-rw-r--r-- | dev-python/wheel/wheel-0.24.0.ebuild | 20 | ||||
-rw-r--r-- | dev-python/wheel/wheel-0.26.0.ebuild | 21 | ||||
-rw-r--r-- | dev-python/wheel/wheel-0.27.0.ebuild | 46 | ||||
-rw-r--r-- | dev-python/wheel/wheel-0.28.0.ebuild | 46 |
5 files changed, 0 insertions, 137 deletions
diff --git a/dev-python/wheel/Manifest b/dev-python/wheel/Manifest index ffcfe737dc8c..5c929bfe7316 100644 --- a/dev-python/wheel/Manifest +++ b/dev-python/wheel/Manifest @@ -1,5 +1 @@ -DIST wheel-0.24.0.tar.gz 50597 SHA256 ef832abfedea7ed86b6eae7400128f88053a1da81a37c00613b1279544d585aa SHA512 9990e6bb6e42eebdac26ce75cee13e3b3da293520b2b25fad6dd328b920ce484bcf238ab7f9092d4ac565e26833b164b1ad5b8b258c824ff07daede127b17283 WHIRLPOOL faf13ddf756910558fd13d3b9eae399e488cd1938998c58a1ac3117aa7843480da5aab7c8454d67596cac8f524e23c4465e0ee9d2499a6af4afd2017c6b5314d -DIST wheel-0.26.0.tar.gz 51207 SHA256 eaad353805c180a47545a256e6508835b65a8e830ba1093ed8162f19a50a530c SHA512 04edbb993f1a2a6f9d22ca5eccd267da018df716a0d266d2f7bf6f7f5f4080e252163c84e07abf04cdd449a15c440a19981fe0669c4adc4d8a96667e325f7e24 WHIRLPOOL 8ab5c6ed7b36cf15ca77d4effa8f8c3ef0b44bb49c5a01d83ccd8eca35058e9012bee2ceb23139c1e6880e94aac314d20ad689074bb6a3fbb8bf408a5b8bfcaa -DIST wheel-0.27.0.tar.gz 54003 SHA256 0beae2ec3a20df54869177ec00b4619219bc7cab5578984fb400517aee2df523 SHA512 26e95032861ef230cc0273360bc9439b4fe106379876ef6bec5f109d79f3d1f8701056b3752487cacf87ba902fc2df916b65f992454b64cc44cd8bf6ec8403f0 WHIRLPOOL 3215d55a742883842162ac289d8a62a8d1cbf1aaaeae88125db5bf5fcd01145076d9e5f66e440791862575f0fd723903116c4016c745c8cdb81965088d237619 -DIST wheel-0.28.0.tar.gz 54052 SHA256 70525cdda4fe80f3f4b7b5c00cffe4f5d967ec35f6ec55924b13ebd3f58694e1 SHA512 b15c77c1b282b4d7e4e39c8f475403a8ccb7f44a695ad6433630ecb1de450a951b2012387b8f73d95c47c1bc7d60f8fb56e5d2315fd0d2c404bf186f56e7cb08 WHIRLPOOL 5413e23d8f28a6a731928e7f3fbb5ff9dd1836da2ad7133665bd72859442406a12164d92efd82791a1286e8b8aa138bda92690a157f25e3fa91ecbb4d9a20798 DIST wheel-0.29.0.tar.gz 54143 SHA256 1ebb8ad7e26b448e9caa4773d2357849bf80ff9e313964bcaf79cbf0201a1648 SHA512 b72dec3cf71e3d87c611ff41f1381ed7f2c654edb50c808fb4fd0f552bab3572434495bf18c36d2ecc7cb8b355782054d3d6dedd5589ffda15027e72cff24602 WHIRLPOOL 93e501fc17208ece626217fda30b07991c6b7f73f16f1d7d5bf338ff0a21e4aed3c44ec243626cfda622c6e1e991ecc856a1cd6caf8e68b99e1edac46321e47e diff --git a/dev-python/wheel/wheel-0.24.0.ebuild b/dev-python/wheel/wheel-0.24.0.ebuild deleted file mode 100644 index 0c8b57cd76a0..000000000000 --- a/dev-python/wheel/wheel-0.24.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="A built-package format for Python" -HOMEPAGE="https://pypi.python.org/pypi/wheel" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" diff --git a/dev-python/wheel/wheel-0.26.0.ebuild b/dev-python/wheel/wheel-0.26.0.ebuild deleted file mode 100644 index 21835e21c7be..000000000000 --- a/dev-python/wheel/wheel-0.26.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A built-package format for Python" -HOMEPAGE="https://pypi.python.org/pypi/wheel" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="doc" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" diff --git a/dev-python/wheel/wheel-0.27.0.ebuild b/dev-python/wheel/wheel-0.27.0.ebuild deleted file mode 100644 index 8292ad6577ec..000000000000 --- a/dev-python/wheel/wheel-0.27.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) - -inherit distutils-r1 eutils - -DESCRIPTION="A built-package format for Python" -HOMEPAGE="https://pypi.python.org/pypi/wheel" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="doc test" - -RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" -# test? ( -# dev-python/keyring -# dev-python/keyrings_alt -# dev-python/ed25519ll -# dev-python/pytest[${PYTHON_USEDEP}] -# ) -#" - -# Fails somehow -RESTRICT=test - -python_test() { - sed \ - -e 's:--cov=wheel::g' \ - -i setup.cfg || die - py.test -v -v || die "testsuite failed under ${EPYTHON}" -} - -pkg_postinst() { - optfeature "Signature support" \ - dev-python/keyring \ - dev-python/keyrings_alt \ - dev-python/ed25519ll -} diff --git a/dev-python/wheel/wheel-0.28.0.ebuild b/dev-python/wheel/wheel-0.28.0.ebuild deleted file mode 100644 index 8292ad6577ec..000000000000 --- a/dev-python/wheel/wheel-0.28.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) - -inherit distutils-r1 eutils - -DESCRIPTION="A built-package format for Python" -HOMEPAGE="https://pypi.python.org/pypi/wheel" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="doc test" - -RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" -# test? ( -# dev-python/keyring -# dev-python/keyrings_alt -# dev-python/ed25519ll -# dev-python/pytest[${PYTHON_USEDEP}] -# ) -#" - -# Fails somehow -RESTRICT=test - -python_test() { - sed \ - -e 's:--cov=wheel::g' \ - -i setup.cfg || die - py.test -v -v || die "testsuite failed under ${EPYTHON}" -} - -pkg_postinst() { - optfeature "Signature support" \ - dev-python/keyring \ - dev-python/keyrings_alt \ - dev-python/ed25519ll -} |