diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-11-07 02:25:07 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-11-07 02:25:07 +0000 |
commit | 9b11d743434309c29ca895d383cc37eefcd206e0 (patch) | |
tree | 2315a8784ab557919fd429e276e71427a324dd2f /dev-python/pycountry | |
parent | Marked ~hppa (bug #441688). (diff) | |
download | gentoo-2-9b11d743434309c29ca895d383cc37eefcd206e0.tar.gz gentoo-2-9b11d743434309c29ca895d383cc37eefcd206e0.tar.bz2 gentoo-2-9b11d743434309c29ca895d383cc37eefcd206e0.zip |
Version bump.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/pycountry')
-rw-r--r-- | dev-python/pycountry/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pycountry/pycountry-0.14.7.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/pycountry/ChangeLog b/dev-python/pycountry/ChangeLog index ecce90c2324a..1587017b1140 100644 --- a/dev-python/pycountry/ChangeLog +++ b/dev-python/pycountry/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pycountry # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.8 2012/09/16 05:25:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.9 2012/11/07 02:25:07 radhermit Exp $ + +*pycountry-0.14.7 (07 Nov 2012) + + 07 Nov 2012; Tim Harder <radhermit@gentoo.org> +pycountry-0.14.7.ebuild: + Version bump. *pycountry-0.14.5 (16 Sep 2012) diff --git a/dev-python/pycountry/pycountry-0.14.7.ebuild b/dev-python/pycountry/pycountry-0.14.7.ebuild new file mode 100644 index 000000000000..cdbc64051506 --- /dev/null +++ b/dev-python/pycountry/pycountry-0.14.7.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-0.14.7.ebuild,v 1.1 2012/11/07 02:25:07 radhermit Exp $ + +EAPI="4" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-arch/unzip + dev-python/setuptools" + +DOCS="HISTORY.txt TODO.txt" |