summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-02-25 02:15:19 +0000
committermaya <maya@pkgsrc.org>2017-02-25 02:15:19 +0000
commitd44cb754cd738a5e2471a95892ad5df6df14f2d2 (patch)
tree0146c5c611d519a4d9874f8d635c35fdfae42a02
parent5d2ad24d141f3dc56e2ce754ea49da08f963c95a (diff)
downloadpkgsrc-d44cb754cd738a5e2471a95892ad5df6df14f2d2.tar.gz
Add new package py-iso3166.
ISO 3166-1 defines two-letter, three-letter, and three-digit country codes. py-iso3166 is a self-contained module that converts between these codes and the corresponding country name.
-rw-r--r--devel/py-iso3166/DESCR3
-rw-r--r--devel/py-iso3166/Makefile16
-rw-r--r--devel/py-iso3166/PLIST9
-rw-r--r--devel/py-iso3166/distinfo6
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/py-iso3166/DESCR b/devel/py-iso3166/DESCR
new file mode 100644
index 00000000000..f51551afe26
--- /dev/null
+++ b/devel/py-iso3166/DESCR
@@ -0,0 +1,3 @@
+ISO 3166-1 defines two-letter, three-letter, and three-digit country codes.
+py-iso3166 is a self-contained module that converts between these codes and
+the corresponding country name.
diff --git a/devel/py-iso3166/Makefile b/devel/py-iso3166/Makefile
new file mode 100644
index 00000000000..e87efb79091
--- /dev/null
+++ b/devel/py-iso3166/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/02/25 02:15:19 maya Exp $
+
+DISTNAME= iso3166-0.8
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=i/iso3166/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://pypi.python.org/pypi/iso3166
+COMMENT= Self-contained ISO 3166-1 country definitions
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-iso3166/PLIST b/devel/py-iso3166/PLIST
new file mode 100644
index 00000000000..d6e2a79e5fe
--- /dev/null
+++ b/devel/py-iso3166/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/25 02:15:19 maya Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/iso3166/__init__.py
+${PYSITELIB}/iso3166/__init__.pyc
+${PYSITELIB}/iso3166/__init__.pyo
diff --git a/devel/py-iso3166/distinfo b/devel/py-iso3166/distinfo
new file mode 100644
index 00000000000..39d817e256a
--- /dev/null
+++ b/devel/py-iso3166/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/25 02:15:19 maya Exp $
+
+SHA1 (iso3166-0.8.tar.gz) = 952d7772b85673a82cd2b50d7f1d72172fcb67ff
+RMD160 (iso3166-0.8.tar.gz) = f37010afb89e2b6adf6548a26674de62b1032617
+SHA512 (iso3166-0.8.tar.gz) = ccb49bbdb1a2751816b095141d4bf566761df4d3857923d3444d5e12b915c4d92e5aefba16c4680a4876862efdfb6c928b50f5ca675342d5952c1b446012a101
+Size (iso3166-0.8.tar.gz) = 8930 bytes