dev-python/pycountry: bump, rm 1 old
authorIan Delaney <idella4@gentoo.org>
Wed, 12 Aug 2015 01:09:15 +0000 (09:09 +0800)
committerIan Delaney <idella4@gentoo.org>
Wed, 12 Aug 2015 01:09:15 +0000 (09:09 +0800)
Package-Manager: portage-2.2.20

dev-python/pycountry/Manifest
dev-python/pycountry/pycountry-1.13.ebuild [moved from dev-python/pycountry/pycountry-1.10.ebuild with 83% similarity]

index 29974bf23ce5f7036ff0b488f1192eb05e1c74c1..9ddc602e42bb67fe90e78e05f32190ba413ae89f 100644 (file)
@@ -1,2 +1,2 @@
-DIST pycountry-1.10.zip 8140587 SHA256 29bd07e5f0d0471c260cea14e2ca4b7d705228ebb024b4de139dc87795576e67 SHA512 076de329c5b9d7626fbf0aace654504a2cd2d1d7bdf2ec89ba4763b38b756a6e75c7f3032c4b8785693d291ace7a206673cac1a457c4dd59e8c3ce1cd70d7d60 WHIRLPOOL 6c282d419da375e00171345477a5867b1e61a345d56c8f4739ff34fabebf98a78a2d4880b3b2ef616e00468124e1accd2efdbfac2c98bdf4c2db57d1d3e28fc5
 DIST pycountry-1.12.tar.gz 18606424 SHA256 dce2893ceac5d5264e7d0b6bf9f0421fb9ff87b7459d1c65a518fbcd826245e9 SHA512 6a9bfb47ce56098bc8f536afc5e671cd65304213df1e3c9754bcaac8e3cdb8293c75ec59649be5df8b974f36be333ed35fe4cd4d274baa183cfd6455d9241702 WHIRLPOOL 531fcfa4caeec4eda11c657e7a374d2668808ee9b94cb5192603049824fbd12a6999682a321d4c577f836acd9106f667f85312ec29e9d78fca74b7b93c297356
+DIST pycountry-1.13.tar.gz 5007397 SHA256 3b72f2c334e702d463205e510d8d9b3fc8364a2f647074f543a1da2602730918 SHA512 1b32e87630efa8d3b6fbd4f60ce837c4df451fb097402b658d63ba6589b5761c719a80232142d557a7220ad549fcf4cb686b12ab3b3b5f2be51253548d0169ac WHIRLPOOL bc5818ce45c5bb23bb37a4e375acdfcc9419aa602940985a519a1941f28655156d46a0f17b2ace87e92f8f62af6fdf81b89817c69f2f5a4e12d1a026cbb9eefd
similarity index 83%
rename from dev-python/pycountry/pycountry-1.10.ebuild
rename to dev-python/pycountry/pycountry-1.13.ebuild
index 5194cd611492bdeca04a64046734fc4f12d5c32c..3a9ccc8f47b8690c2949c6195a156cf3d85c76ca 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,15 +10,14 @@ inherit distutils-r1
 
 DESCRIPTION="ISO country, subdivision, language, currency and script definitions and their translations"
 HOMEPAGE="http://pypi.python.org/pypi/pycountry"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ia64 ~sparc ~ppc ~x86"
 IUSE="test"
 
-DEPEND="app-arch/unzip
-       dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 python_test() {