wip/py-uniseg: import py37-uniseg-0.7.1

A pure Python module to determine Unicode text segmentations
This commit is contained in:
K.I.A.Derouiche 2020-09-14 00:35:24 +01:00
parent 1934093aa6
commit eeb762336d
4 changed files with 91 additions and 0 deletions

1
py-uniseg/DESCR Normal file
View File

@ -0,0 +1 @@
A pure Python module to determine Unicode text segmentations

17
py-uniseg/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $NetBSD$
DISTNAME= uniseg-0.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= converters python
MASTER_SITES= https://files.pythonhosted.org/packages/5d/31/c70a45f83f10af81666de047caa3219ff221024a9d3ff5e1dd9511750fcb/
EXTRACT_SUFX= .zip
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://bitbucket.org/emptypage/uniseg-python
COMMENT= Pure Python library to determine Unicode text segmentations
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

67
py-uniseg/PLIST Normal file
View File

@ -0,0 +1,67 @@
@comment $NetBSD$
bin/uniseg-dbpath
${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
${PYSITELIB}/uniseg/__init__.py
${PYSITELIB}/uniseg/__init__.pyc
${PYSITELIB}/uniseg/__init__.pyo
${PYSITELIB}/uniseg/breaking.py
${PYSITELIB}/uniseg/breaking.pyc
${PYSITELIB}/uniseg/breaking.pyo
${PYSITELIB}/uniseg/codepoint.py
${PYSITELIB}/uniseg/codepoint.pyc
${PYSITELIB}/uniseg/codepoint.pyo
${PYSITELIB}/uniseg/db.py
${PYSITELIB}/uniseg/db.pyc
${PYSITELIB}/uniseg/db.pyo
${PYSITELIB}/uniseg/docs/uniseg.ja.html
${PYSITELIB}/uniseg/graphemecluster.py
${PYSITELIB}/uniseg/graphemecluster.pyc
${PYSITELIB}/uniseg/graphemecluster.pyo
${PYSITELIB}/uniseg/graphemeclustertest.py
${PYSITELIB}/uniseg/graphemeclustertest.pyc
${PYSITELIB}/uniseg/graphemeclustertest.pyo
${PYSITELIB}/uniseg/linebreak.py
${PYSITELIB}/uniseg/linebreak.pyc
${PYSITELIB}/uniseg/linebreak.pyo
${PYSITELIB}/uniseg/linebreaktest.py
${PYSITELIB}/uniseg/linebreaktest.pyc
${PYSITELIB}/uniseg/linebreaktest.pyo
${PYSITELIB}/uniseg/samples/unibreak.py
${PYSITELIB}/uniseg/samples/unibreak.pyc
${PYSITELIB}/uniseg/samples/unibreak.pyo
${PYSITELIB}/uniseg/samples/uniwrap.py
${PYSITELIB}/uniseg/samples/uniwrap.pyc
${PYSITELIB}/uniseg/samples/uniwrap.pyo
${PYSITELIB}/uniseg/samples/wxwrapdemo.py
${PYSITELIB}/uniseg/samples/wxwrapdemo.pyc
${PYSITELIB}/uniseg/samples/wxwrapdemo.pyo
${PYSITELIB}/uniseg/sentencebreak.py
${PYSITELIB}/uniseg/sentencebreak.pyc
${PYSITELIB}/uniseg/sentencebreak.pyo
${PYSITELIB}/uniseg/sentencebreaktest.py
${PYSITELIB}/uniseg/sentencebreaktest.pyc
${PYSITELIB}/uniseg/sentencebreaktest.pyo
${PYSITELIB}/uniseg/test.py
${PYSITELIB}/uniseg/test.pyc
${PYSITELIB}/uniseg/test.pyo
${PYSITELIB}/uniseg/ucd.sqlite3
${PYSITELIB}/uniseg/version.py
${PYSITELIB}/uniseg/version.pyc
${PYSITELIB}/uniseg/version.pyo
${PYSITELIB}/uniseg/wordbreak.py
${PYSITELIB}/uniseg/wordbreak.pyc
${PYSITELIB}/uniseg/wordbreak.pyo
${PYSITELIB}/uniseg/wordbreaktest.py
${PYSITELIB}/uniseg/wordbreaktest.pyc
${PYSITELIB}/uniseg/wordbreaktest.pyo
${PYSITELIB}/uniseg/wrap.py
${PYSITELIB}/uniseg/wrap.pyc
${PYSITELIB}/uniseg/wrap.pyo
${PYSITELIB}/uniseg/wraptest.py
${PYSITELIB}/uniseg/wraptest.pyc
${PYSITELIB}/uniseg/wraptest.pyo

6
py-uniseg/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (uniseg-0.7.1.zip) = 717cd35e71d99fd4a44ef135802e5e2eb6479891
RMD160 (uniseg-0.7.1.zip) = 103eb46eb58aa9cddea7c01484a97c9596971058
SHA512 (uniseg-0.7.1.zip) = f9f69f9045885545fe7c46c432b1c44fd1a493cc5c94bbd393f9e587c3a828622944eac593fdb7c4ddea31eac339cccbc30e19bd1c07a9453dfa193f72e5792d
Size (uniseg-0.7.1.zip) = 1517035 bytes