pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-babelfish Import py-babelfish-0.5.5 as tex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e52e56a24b95
branches:  trunk
changeset: 361074:e52e56a24b95
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Apr 14 13:49:34 2017 +0000

description:
Import py-babelfish-0.5.5 as textproc/py-babelfish

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

diffstat:

 textproc/py-babelfish/DESCR    |   1 +
 textproc/py-babelfish/Makefile |  16 ++++++++++++
 textproc/py-babelfish/PLIST    |  55 ++++++++++++++++++++++++++++++++++++++++++
 textproc/py-babelfish/distinfo |   6 ++++
 4 files changed, 78 insertions(+), 0 deletions(-)

diffs (94 lines):

diff -r 1147eb57d82a -r e52e56a24b95 textproc/py-babelfish/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-babelfish/DESCR       Fri Apr 14 13:49:34 2017 +0000
@@ -0,0 +1,1 @@
+BabelFish is a Python library to work with countries and languages.
diff -r 1147eb57d82a -r e52e56a24b95 textproc/py-babelfish/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-babelfish/Makefile    Fri Apr 14 13:49:34 2017 +0000
@@ -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"
diff -r 1147eb57d82a -r e52e56a24b95 textproc/py-babelfish/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-babelfish/PLIST       Fri Apr 14 13:49:34 2017 +0000
@@ -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
diff -r 1147eb57d82a -r e52e56a24b95 textproc/py-babelfish/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-babelfish/distinfo    Fri Apr 14 13:49:34 2017 +0000
@@ -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