diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-03-08 11:30:57 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-03-08 11:32:14 +0000 |
commit | aee9a6d8ce592beacfe8f9f2255804157e04d6ea (patch) | |
tree | 67d5657278443804156ca7f8d1b6faff8438a688 /dev-python/3to2 | |
parent | a0590e891263cea7adc959c9499fd8269998c5cb (diff) | |
download | gentoo-aee9a6d8ce592beacfe8f9f2255804157e04d6ea.tar.gz gentoo-aee9a6d8ce592beacfe8f9f2255804157e04d6ea.tar.xz |
dev-python/3to2: Clean up old.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/3to2')
-rw-r--r-- | dev-python/3to2/3to2-1.0.ebuild | 23 | ||||
-rw-r--r-- | dev-python/3to2/3to2-1.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/3to2/Manifest | 1 |
3 files changed, 2 insertions, 26 deletions
diff --git a/dev-python/3to2/3to2-1.0.ebuild b/dev-python/3to2/3to2-1.0.ebuild deleted file mode 100644 index 136427d7f16..00000000000 --- a/dev-python/3to2/3to2-1.0.ebuild +++ /dev/null @@ -1,23 +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) -inherit distutils-r1 - -DESCRIPTION="Refactors valid 3.x syntax into valid 2.x syntax, if a syntactical conversion is possible" -HOMEPAGE="https://pypi.python.org/pypi/3to2" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -python_test() { - cd "${BUILD_DIR}"/lib || die - # the standard test runner fails to properly return failure - "${PYTHON}" -m unittest discover || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/3to2/3to2-1.1.1.ebuild b/dev-python/3to2/3to2-1.1.1.ebuild index 92d7e9d4ec8..9e8ed2ad693 100644 --- a/dev-python/3to2/3to2-1.1.1.ebuild +++ b/dev-python/3to2/3to2-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI=5 PYTHON_COMPAT=(python{2_7,3_3,3_4}) inherit distutils-r1 -DESCRIPTION="Refactors valid 3.x syntax into valid 2.x syntax, if a syntactical conversion is possible" +DESCRIPTION="Tool to refactor valid 3.x syntax into valid 2.x syntax" HOMEPAGE="https://pypi.python.org/pypi/3to2" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" diff --git a/dev-python/3to2/Manifest b/dev-python/3to2/Manifest index caf4972d8d4..ddaf3828e5c 100644 --- a/dev-python/3to2/Manifest +++ b/dev-python/3to2/Manifest @@ -1,2 +1 @@ -DIST 3to2-1.0.tar.gz 46028 SHA256 1c5179e0ff3a1270e98aa213035185298392693a692a5e9053cea3c45e220182 SHA512 0f1eb0397e3e777a88a9530472349febaa36a5ddf45b000da174e8cb073dada65c3db566785550b2fa812651a1b2651fcbd281b29e3a3a8f6429379cd66536f0 WHIRLPOOL 970004480bd9abe48ce17527774b594bf25ed932eed96c9219786325783eba8ace8420db1598c615e1183907424d2b2f5a84c690d1341fee658aa440505200b7 DIST 3to2-1.1.1.zip 78779 SHA256 fef50b2b881ef743f269946e1090b77567b71bb9a9ce64b7f8e699b562ff685c SHA512 7580f174409420556f89ae78eba07cc95b95aee9d062586d0862bd41980ae31bf4ac82a43855e160eec745fcdd3b4aff614f68e77da1bfc5f9f404413cab1492 WHIRLPOOL 39b8b8c2da3f759c93488888d4ccf9eae123302a5b7ae5861fdf4ad1be75a31e57dc752e382cb3ebc49b46921ab12d95d7837948e78c3c96dd98f4701805bf14 |