diff options
Diffstat (limited to 'dev-python/pycountry/pycountry-0.12.1.ebuild')
-rw-r--r-- | dev-python/pycountry/pycountry-0.12.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
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" |