summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-28 18:48:10 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-28 18:48:10 +0000
commit2c1b2da850794e6256f377a7febfc3dfb29e36a5 (patch)
tree67292aa77ad230e58fee120d8afbe71daa23e3d9 /dev-python
parentDelete older ebuild. (diff)
downloadgentoo-2-2c1b2da850794e6256f377a7febfc3dfb29e36a5.tar.gz
gentoo-2-2c1b2da850794e6256f377a7febfc3dfb29e36a5.tar.bz2
gentoo-2-2c1b2da850794e6256f377a7febfc3dfb29e36a5.zip
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pycountry/ChangeLog10
-rw-r--r--dev-python/pycountry/pycountry-0.12.1.ebuild22
2 files changed, 30 insertions, 2 deletions
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 <arfrever@gentoo.org>
+ -pycountry-0.11.ebuild, +pycountry-0.12.1.ebuild:
+ Version bump.
08 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
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"