dev-python/iso3166: new package.
authorRodrigo Saboya <saboya@users.noreply.github.com>
Wed, 8 Feb 2017 19:39:51 +0000 (17:39 -0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 12 Mar 2017 19:23:26 +0000 (20:23 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3887

dev-python/iso3166/Manifest [new file with mode: 0644]
dev-python/iso3166/iso3166-0.8.ebuild [new file with mode: 0644]
dev-python/iso3166/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/iso3166/Manifest b/dev-python/iso3166/Manifest
new file mode 100644 (file)
index 0000000..5c5a85b
--- /dev/null
@@ -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 (file)
index 0000000..3dcf8e0
--- /dev/null
@@ -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 (file)
index 0000000..3db062e
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>python@gentoo.org</email>
+               <name>Python</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">iso3166</remote-id>
+               <remote-id type="github">deactivated/python-iso3166</remote-id>
+       </upstream>
+</pkgmetadata>