pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-iso3166 Add new package py-iso3166.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f869a92a21eb
branches: trunk
changeset: 358992:f869a92a21eb
user: maya <maya%pkgsrc.org@localhost>
date: Sat Feb 25 02:15:19 2017 +0000
description:
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.
diffstat:
devel/py-iso3166/DESCR | 3 +++
devel/py-iso3166/Makefile | 16 ++++++++++++++++
devel/py-iso3166/PLIST | 9 +++++++++
devel/py-iso3166/distinfo | 6 ++++++
4 files changed, 34 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r 75a9c9ab8586 -r f869a92a21eb devel/py-iso3166/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-iso3166/DESCR Sat Feb 25 02:15:19 2017 +0000
@@ -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 -r 75a9c9ab8586 -r f869a92a21eb devel/py-iso3166/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-iso3166/Makefile Sat Feb 25 02:15:19 2017 +0000
@@ -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@localhost
+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 -r 75a9c9ab8586 -r f869a92a21eb devel/py-iso3166/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-iso3166/PLIST Sat Feb 25 02:15:19 2017 +0000
@@ -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 -r 75a9c9ab8586 -r f869a92a21eb devel/py-iso3166/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-iso3166/distinfo Sat Feb 25 02:15:19 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index