From 2c1b2da850794e6256f377a7febfc3dfb29e36a5 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 28 Apr 2010 18:48:10 +0000 Subject: Version bump. (Portage version: HEAD/cvs/Linux x86_64) --- dev-python/pycountry/ChangeLog | 10 ++++++++-- dev-python/pycountry/pycountry-0.12.1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 dev-python/pycountry/pycountry-0.12.1.ebuild (limited to 'dev-python') diff --git a/dev-python/pycountry/ChangeLog b/dev-python/pycountry/ChangeLog index 7141ea7c8526..26718bc27ca5 100644 --- a/dev-python/pycountry/ChangeLog +++ b/dev-python/pycountry/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pycountry -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.5 2009/09/08 02:54:35 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/ChangeLog,v 1.6 2010/04/28 18:48:10 arfrever Exp $ + +*pycountry-0.12.1 (28 Apr 2010) + + 28 Apr 2010; Arfrever Frehtes Taifersar Arahesis + -pycountry-0.11.ebuild, +pycountry-0.12.1.ebuild: + Version bump. 08 Sep 2009; Arfrever Frehtes Taifersar Arahesis pycountry-0.11.ebuild: diff --git a/dev-python/pycountry/pycountry-0.12.1.ebuild b/dev-python/pycountry/pycountry-0.12.1.ebuild new file mode 100644 index 000000000000..5a199991bbdc --- /dev/null +++ b/dev-python/pycountry/pycountry-0.12.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-0.12.1.ebuild,v 1.1 2010/04/28 18:48:10 arfrever Exp $ + +EAPI="3" +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="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="" + +DOCS="HISTORY.txt TODO.txt" -- cgit v1.2.3-65-gdbad