pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-iso-639 Add package py-iso-639 version 0.4.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68e6a0652ec4
branches:  trunk
changeset: 358993:68e6a0652ec4
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Feb 25 02:38:59 2017 +0000

description:
Add package py-iso-639 version 0.4.5

ISO 639 is a set of standards for representation of names for languages.
This package supports ISO639-1, ISO 639-2, ISO 639-3, ISO 639-5 and aimed
to be fully compatible with pycountry.languages v1.11 and before.

diffstat:

 devel/py-iso-639/DESCR    |   3 +++
 devel/py-iso-639/Makefile |  17 +++++++++++++++++
 devel/py-iso-639/PLIST    |  20 ++++++++++++++++++++
 devel/py-iso-639/distinfo |   6 ++++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r f869a92a21eb -r 68e6a0652ec4 devel/py-iso-639/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-iso-639/DESCR    Sat Feb 25 02:38:59 2017 +0000
@@ -0,0 +1,3 @@
+ISO 639 is a set of standards for representation of names for languages.
+This package supports ISO639-1, ISO 639-2, ISO 639-3, ISO 639-5 and aimed
+to be fully compatible with pycountry.languages v1.11 and before.
diff -r f869a92a21eb -r 68e6a0652ec4 devel/py-iso-639/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-iso-639/Makefile Sat Feb 25 02:38:59 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/02/25 02:38:59 maya Exp $
+
+DISTNAME=      iso-639-0.4.5
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=i/iso-639/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.python.org/pypi/iso-639/
+COMMENT=       Library for working with ISO-639 language codes
+LICENSE=       gnu-agpl-v3
+
+EGG_NAME=      ${DISTNAME:S/-/_/}
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f869a92a21eb -r 68e6a0652ec4 devel/py-iso-639/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-iso-639/PLIST    Sat Feb 25 02:38:59 2017 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/25 02:38:59 maya Exp $
+${PYSITELIB}/iso639/__init__.py
+${PYSITELIB}/iso639/__init__.pyc
+${PYSITELIB}/iso639/__init__.pyo
+${PYSITELIB}/iso639/iso-639-3-macrolanguages.tab
+${PYSITELIB}/iso639/iso-639-3.tab
+${PYSITELIB}/iso639/iso-639-3_Name_Index.tab
+${PYSITELIB}/iso639/iso-639-3_Retirements.tab
+${PYSITELIB}/iso639/iso639-1.tsv
+${PYSITELIB}/iso639/iso639-2.tsv
+${PYSITELIB}/iso639/iso639-5.tsv
+${PYSITELIB}/iso639/iso639.py
+${PYSITELIB}/iso639/iso639.pyc
+${PYSITELIB}/iso639/iso639.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff -r f869a92a21eb -r 68e6a0652ec4 devel/py-iso-639/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-iso-639/distinfo Sat Feb 25 02:38:59 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/25 02:38:59 maya Exp $
+
+SHA1 (iso-639-0.4.5.tar.gz) = a315cb0828ceda43deb212b328d6f026e128cc4c
+RMD160 (iso-639-0.4.5.tar.gz) = 601a21b5d90320412f8f406f69ce465ad84f8488
+SHA512 (iso-639-0.4.5.tar.gz) = 5b27cbcd39173f03d6d54e1ecddf879b630e985c549d6084dab29134d30bcd0052f902a2c8ca5a0db891c197deb1a00f1acda880cf728e7589f0471c42982f73
+Size (iso-639-0.4.5.tar.gz) = 167421 bytes



Home | Main Index | Thread Index | Old Index