diff --git a/dev-python/iso3166/Manifest b/dev-python/iso3166/Manifest new file mode 100644 index 0000000000000..5c5a85b095f71 --- /dev/null +++ b/dev-python/iso3166/Manifest @@ -0,0 +1 @@ +DIST iso3166-0.8.tar.gz 8930 SHA256 fbeb17bed90d15b1f6d6794aa2ea458e5e273a1d29b6f4939423c97640e14933 SHA512 ccb49bbdb1a2751816b095141d4bf566761df4d3857923d3444d5e12b915c4d92e5aefba16c4680a4876862efdfb6c928b50f5ca675342d5952c1b446012a101 WHIRLPOOL fc9c3a2aff93f818f2a4ff55d426dc30bb9c0ff12c3a0c42241b54ea88aca8ab50f378b217b90bcc3335f56161b1b8d5d34089ff6aae9100f1074a171e122bc4 diff --git a/dev-python/iso3166/iso3166-0.8.ebuild b/dev-python/iso3166/iso3166-0.8.ebuild new file mode 100644 index 0000000000000..3dcf8e0734004 --- /dev/null +++ b/dev-python/iso3166/iso3166-0.8.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Self-contained ISO 3166-1 country definitions." +HOMEPAGE="https://pypi.python.org/pypi/iso3166 https://github.com/deactivated/python-iso3166" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/iso3166/metadata.xml b/dev-python/iso3166/metadata.xml new file mode 100644 index 0000000000000..3db062ead97cf --- /dev/null +++ b/dev-python/iso3166/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + iso3166 + deactivated/python-iso3166 + +