summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorleot <leot>2017-04-14 13:49:34 +0000
committerleot <leot>2017-04-14 13:49:34 +0000
commit8b9e2cda0d37466346883a7f40804993d1ae3d00 (patch)
treeca65c97347712f36939ac93fa3c76d53140f31b6 /textproc
parentcfc39ce3052671d9934d82c297bc22b8164214e7 (diff)
downloadpkgsrc-8b9e2cda0d37466346883a7f40804993d1ae3d00.tar.gz
Import py-babelfish-0.5.5 as textproc/py-babelfish
BabelFish is a Python library to work with countries and languages.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-babelfish/DESCR1
-rw-r--r--textproc/py-babelfish/Makefile16
-rw-r--r--textproc/py-babelfish/PLIST55
-rw-r--r--textproc/py-babelfish/distinfo6
4 files changed, 78 insertions, 0 deletions
diff --git a/textproc/py-babelfish/DESCR b/textproc/py-babelfish/DESCR
new file mode 100644
index 00000000000..8ef46fcc431
--- /dev/null
+++ b/textproc/py-babelfish/DESCR
@@ -0,0 +1 @@
+BabelFish is a Python library to work with countries and languages.
diff --git a/textproc/py-babelfish/Makefile b/textproc/py-babelfish/Makefile
new file mode 100644
index 00000000000..c146a68a1f9
--- /dev/null
+++ b/textproc/py-babelfish/Makefile
@@ -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
+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 --git a/textproc/py-babelfish/PLIST b/textproc/py-babelfish/PLIST
new file mode 100644
index 00000000000..5ce24cb9b1a
--- /dev/null
+++ b/textproc/py-babelfish/PLIST
@@ -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 --git a/textproc/py-babelfish/distinfo b/textproc/py-babelfish/distinfo
new file mode 100644
index 00000000000..09e03a2678f
--- /dev/null
+++ b/textproc/py-babelfish/distinfo
@@ -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