From: Michał Górny Date: Fri, 5 Jan 2018 22:04:58 +0000 (+0100) Subject: dev-python/pycountry: Clean old up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=01617359b0f5af127dbde35ce8c0f940415247b5;p=gentoo.git dev-python/pycountry: Clean old up --- diff --git a/dev-python/pycountry/Manifest b/dev-python/pycountry/Manifest index f258e9c08c89..a00882f9110e 100644 --- a/dev-python/pycountry/Manifest +++ b/dev-python/pycountry/Manifest @@ -1,3 +1,2 @@ DIST pycountry-16.11.8.tar.gz 9042735 BLAKE2B 66f5dcb0b9b55be692e398c998babeb49542cb5383a706bb74091088eaa3703f41da33f59e2267046c53f8f025f85945096d1e8d251ad5af57c5d39a27896cf2 SHA512 eb0a91f1efae6aeace0b49cd44b0770efa0b57add208c4247e7f58a3c46774f9f8007c51ee88a0e108c90ced3ad69204b4322c9c23f51df0b2202aa98c314a37 -DIST pycountry-17.5.14.tar.gz 9203433 BLAKE2B 727053aec8b8743ad6a53586a099d78ebbe41bdd4d60f03351c980434369b5bc14e07da11daad5cfb76751a52a4ae8e32ad743ddc8316868749ee00180cfe674 SHA512 bf5a13ce128f9512287f09c3edb565a3493bf490e420a01c8a45bbb96cfb2482674e8c81cf4db909a92db647f4ba71d03f4aca51995f6c64e4eb59f5c617bcea DIST pycountry-17.9.23.tar.gz 9208478 BLAKE2B 381497b220991f76bdac235b71fd9c10984f5762e9cc16b813cb37cfef0444bbaada01e1ed9513848c681a06335ff58544f6f7c2217b51ef98c7415db4b3d285 SHA512 168e2d2693629a39a85a4c6aa7187323693ca73d6af0cc947d3536ae373eca602e7e3add91ba114966db4ebf52118ef3d6a3dbf8339734ec68682bab559beeb5 diff --git a/dev-python/pycountry/pycountry-17.5.14.ebuild b/dev-python/pycountry/pycountry-17.5.14.ebuild deleted file mode 100644 index 5ab90f36de86..000000000000 --- a/dev-python/pycountry/pycountry-17.5.14.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Database of countries, subdivisions, languages, currencies and script" -HOMEPAGE="https://bitbucket.org/flyingcircus/pycountry" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="test" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_test() { - # https://bitbucket.org/techtonik/pycountry/issue/8/test_locales-pycountry-015-pypy - pushd "${BUILD_DIR}"/lib > /dev/null - if [[ "${EPYTHON}" == pypy || "${EPYTHON}" == pypy3 ]]; then - sed -e 's:test_locales:_&:' -i pycountry/tests/test_general.py || die - fi - py.test ${PN}/tests/test_general.py || die - popd > /dev/null -}