pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-babelfish



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Apr 14 13:49:34 UTC 2017

Added Files:
        pkgsrc/textproc/py-babelfish: DESCR Makefile PLIST distinfo

Log Message:
Import py-babelfish-0.5.5 as textproc/py-babelfish

BabelFish is a Python library to work with countries and languages.


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

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

Added files:

Index: pkgsrc/textproc/py-babelfish/DESCR
diff -u /dev/null pkgsrc/textproc/py-babelfish/DESCR:1.1
--- /dev/null   Fri Apr 14 13:49:34 2017
+++ pkgsrc/textproc/py-babelfish/DESCR  Fri Apr 14 13:49:34 2017
@@ -0,0 +1 @@
+BabelFish is a Python library to work with countries and languages.
Index: pkgsrc/textproc/py-babelfish/Makefile
diff -u /dev/null pkgsrc/textproc/py-babelfish/Makefile:1.1
--- /dev/null   Fri Apr 14 13:49:34 2017
+++ pkgsrc/textproc/py-babelfish/Makefile       Fri Apr 14 13:49:34 2017
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 13:49:34 leot Exp $
+
+DISTNAME=      babelfish-0.5.5
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_PYPI:=b/babelfish/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Diaoul/babelfish
+COMMENT=       Python library to work with countries and languages
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-babelfish/PLIST
diff -u /dev/null pkgsrc/textproc/py-babelfish/PLIST:1.1
--- /dev/null   Fri Apr 14 13:49:34 2017
+++ pkgsrc/textproc/py-babelfish/PLIST  Fri Apr 14 13:49:34 2017
@@ -0,0 +1,55 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/14 13:49:34 leot Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/babelfish/__init__.py
+${PYSITELIB}/babelfish/__init__.pyc
+${PYSITELIB}/babelfish/__init__.pyo
+${PYSITELIB}/babelfish/converters/__init__.py
+${PYSITELIB}/babelfish/converters/__init__.pyc
+${PYSITELIB}/babelfish/converters/__init__.pyo
+${PYSITELIB}/babelfish/converters/alpha2.py
+${PYSITELIB}/babelfish/converters/alpha2.pyc
+${PYSITELIB}/babelfish/converters/alpha2.pyo
+${PYSITELIB}/babelfish/converters/alpha3b.py
+${PYSITELIB}/babelfish/converters/alpha3b.pyc
+${PYSITELIB}/babelfish/converters/alpha3b.pyo
+${PYSITELIB}/babelfish/converters/alpha3t.py
+${PYSITELIB}/babelfish/converters/alpha3t.pyc
+${PYSITELIB}/babelfish/converters/alpha3t.pyo
+${PYSITELIB}/babelfish/converters/countryname.py
+${PYSITELIB}/babelfish/converters/countryname.pyc
+${PYSITELIB}/babelfish/converters/countryname.pyo
+${PYSITELIB}/babelfish/converters/name.py
+${PYSITELIB}/babelfish/converters/name.pyc
+${PYSITELIB}/babelfish/converters/name.pyo
+${PYSITELIB}/babelfish/converters/opensubtitles.py
+${PYSITELIB}/babelfish/converters/opensubtitles.pyc
+${PYSITELIB}/babelfish/converters/opensubtitles.pyo
+${PYSITELIB}/babelfish/converters/scope.py
+${PYSITELIB}/babelfish/converters/scope.pyc
+${PYSITELIB}/babelfish/converters/scope.pyo
+${PYSITELIB}/babelfish/converters/type.py
+${PYSITELIB}/babelfish/converters/type.pyc
+${PYSITELIB}/babelfish/converters/type.pyo
+${PYSITELIB}/babelfish/country.py
+${PYSITELIB}/babelfish/country.pyc
+${PYSITELIB}/babelfish/country.pyo
+${PYSITELIB}/babelfish/data/iso-3166-1.txt
+${PYSITELIB}/babelfish/data/iso-639-3.tab
+${PYSITELIB}/babelfish/data/iso15924-utf8-20131012.txt
+${PYSITELIB}/babelfish/data/opensubtitles_languages.txt
+${PYSITELIB}/babelfish/exceptions.py
+${PYSITELIB}/babelfish/exceptions.pyc
+${PYSITELIB}/babelfish/exceptions.pyo
+${PYSITELIB}/babelfish/language.py
+${PYSITELIB}/babelfish/language.pyc
+${PYSITELIB}/babelfish/language.pyo
+${PYSITELIB}/babelfish/script.py
+${PYSITELIB}/babelfish/script.pyc
+${PYSITELIB}/babelfish/script.pyo
+${PYSITELIB}/babelfish/tests.py
+${PYSITELIB}/babelfish/tests.pyc
+${PYSITELIB}/babelfish/tests.pyo
Index: pkgsrc/textproc/py-babelfish/distinfo
diff -u /dev/null pkgsrc/textproc/py-babelfish/distinfo:1.1
--- /dev/null   Fri Apr 14 13:49:34 2017
+++ pkgsrc/textproc/py-babelfish/distinfo       Fri Apr 14 13:49:34 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/14 13:49:34 leot Exp $
+
+SHA1 (babelfish-0.5.5.tar.gz) = 7abfff7353ed3a72165e8169477969d235068ae8
+RMD160 (babelfish-0.5.5.tar.gz) = 3b0649b386f5b222ac2b7baef211ad7b364d25ae
+SHA512 (babelfish-0.5.5.tar.gz) = 71504dd0203ad85a6a69107d67df3bd5ae4193515e74c05b346a8bd0aab425fc1534d54d1c74b14e48580ee5e76f04705e35c2d359fbe46254bee37e41cb4bfa
+Size (babelfish-0.5.5.tar.gz) = 90398 bytes



Home | Main Index | Thread Index | Old Index