pkgsrc-WIP-changes archive

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

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



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Sep 14 00:35:24 2020 +0100
Changeset:	eeb762336d4332185afe9ca6307b7d2c289c192f

Added Files:
	py-uniseg/DESCR
	py-uniseg/Makefile
	py-uniseg/PLIST
	py-uniseg/distinfo

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

A pure Python module to determine Unicode text segmentations

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eeb762336d4332185afe9ca6307b7d2c289c192f

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

diffstat:
 py-uniseg/DESCR    |  1 +
 py-uniseg/Makefile | 17 ++++++++++++++
 py-uniseg/PLIST    | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-uniseg/distinfo |  6 +++++
 4 files changed, 91 insertions(+)

diffs:
diff --git a/py-uniseg/DESCR b/py-uniseg/DESCR
new file mode 100644
index 0000000000..3eb94bfbdc
--- /dev/null
+++ b/py-uniseg/DESCR
@@ -0,0 +1 @@
+A pure Python module to determine Unicode text segmentations
diff --git a/py-uniseg/Makefile b/py-uniseg/Makefile
new file mode 100644
index 0000000000..8edf07c81a
--- /dev/null
+++ b/py-uniseg/Makefile
@@ -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@localhost
+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"
diff --git a/py-uniseg/PLIST b/py-uniseg/PLIST
new file mode 100644
index 0000000000..4fe2e36d4c
--- /dev/null
+++ b/py-uniseg/PLIST
@@ -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
diff --git a/py-uniseg/distinfo b/py-uniseg/distinfo
new file mode 100644
index 0000000000..266df04541
--- /dev/null
+++ b/py-uniseg/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index