pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-iso3166



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Feb 25 02:15:19 UTC 2017

Added Files:
        pkgsrc/devel/py-iso3166: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-iso3166/DESCR \
    pkgsrc/devel/py-iso3166/Makefile pkgsrc/devel/py-iso3166/PLIST \
    pkgsrc/devel/py-iso3166/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-iso3166/DESCR
diff -u /dev/null pkgsrc/devel/py-iso3166/DESCR:1.1
--- /dev/null   Sat Feb 25 02:15:19 2017
+++ pkgsrc/devel/py-iso3166/DESCR       Sat Feb 25 02:15:19 2017
@@ -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.
Index: pkgsrc/devel/py-iso3166/Makefile
diff -u /dev/null pkgsrc/devel/py-iso3166/Makefile:1.1
--- /dev/null   Sat Feb 25 02:15:19 2017
+++ pkgsrc/devel/py-iso3166/Makefile    Sat Feb 25 02:15:19 2017
@@ -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"
Index: pkgsrc/devel/py-iso3166/PLIST
diff -u /dev/null pkgsrc/devel/py-iso3166/PLIST:1.1
--- /dev/null   Sat Feb 25 02:15:19 2017
+++ pkgsrc/devel/py-iso3166/PLIST       Sat Feb 25 02:15:19 2017
@@ -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
Index: pkgsrc/devel/py-iso3166/distinfo
diff -u /dev/null pkgsrc/devel/py-iso3166/distinfo:1.1
--- /dev/null   Sat Feb 25 02:15:19 2017
+++ pkgsrc/devel/py-iso3166/distinfo    Sat Feb 25 02:15:19 2017
@@ -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