pkgsrc-WIP-changes archive

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

+ py-textdistance in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 4 15:26:39 2022 +0000
Changeset:	9841001bf9ed7a8758d241cc82d91d6b23ad4253

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

Log Message:
+ py-textdistance in wip

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

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

diffstat:
 py-textdistance/DESCR    |  2 ++
 py-textdistance/Makefile | 16 ++++++++++++++++
 py-textdistance/PLIST    | 49 ++++++++++++++++++++++++++++++++++++++++++++++++
 py-textdistance/distinfo |  5 +++++
 4 files changed, 72 insertions(+)

diffs:
diff --git a/py-textdistance/DESCR b/py-textdistance/DESCR
new file mode 100644
index 0000000000..380e9394aa
--- /dev/null
+++ b/py-textdistance/DESCR
@@ -0,0 +1,2 @@
+Python library for comparing distance between two or
+more sequences by many algorithms.
diff --git a/py-textdistance/Makefile b/py-textdistance/Makefile
new file mode 100644
index 0000000000..d0a8440a5c
--- /dev/null
+++ b/py-textdistance/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	textdistance-4.5.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	text python
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/textdistance/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/orsinium/textdistance
+COMMENT=	Compute distance between the two texts
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-textdistance/PLIST b/py-textdistance/PLIST
new file mode 100644
index 0000000000..e3e1415add
--- /dev/null
+++ b/py-textdistance/PLIST
@@ -0,0 +1,49 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/textdistance/__init__.py
+${PYSITELIB}/textdistance/__init__.pyc
+${PYSITELIB}/textdistance/__init__.pyo
+${PYSITELIB}/textdistance/algorithms/__init__.py
+${PYSITELIB}/textdistance/algorithms/__init__.pyc
+${PYSITELIB}/textdistance/algorithms/__init__.pyo
+${PYSITELIB}/textdistance/algorithms/base.py
+${PYSITELIB}/textdistance/algorithms/base.pyc
+${PYSITELIB}/textdistance/algorithms/base.pyo
+${PYSITELIB}/textdistance/algorithms/compression_based.py
+${PYSITELIB}/textdistance/algorithms/compression_based.pyc
+${PYSITELIB}/textdistance/algorithms/compression_based.pyo
+${PYSITELIB}/textdistance/algorithms/edit_based.py
+${PYSITELIB}/textdistance/algorithms/edit_based.pyc
+${PYSITELIB}/textdistance/algorithms/edit_based.pyo
+${PYSITELIB}/textdistance/algorithms/phonetic.py
+${PYSITELIB}/textdistance/algorithms/phonetic.pyc
+${PYSITELIB}/textdistance/algorithms/phonetic.pyo
+${PYSITELIB}/textdistance/algorithms/sequence_based.py
+${PYSITELIB}/textdistance/algorithms/sequence_based.pyc
+${PYSITELIB}/textdistance/algorithms/sequence_based.pyo
+${PYSITELIB}/textdistance/algorithms/simple.py
+${PYSITELIB}/textdistance/algorithms/simple.pyc
+${PYSITELIB}/textdistance/algorithms/simple.pyo
+${PYSITELIB}/textdistance/algorithms/token_based.py
+${PYSITELIB}/textdistance/algorithms/token_based.pyc
+${PYSITELIB}/textdistance/algorithms/token_based.pyo
+${PYSITELIB}/textdistance/algorithms/types.py
+${PYSITELIB}/textdistance/algorithms/types.pyc
+${PYSITELIB}/textdistance/algorithms/types.pyo
+${PYSITELIB}/textdistance/algorithms/vector_based.py
+${PYSITELIB}/textdistance/algorithms/vector_based.pyc
+${PYSITELIB}/textdistance/algorithms/vector_based.pyo
+${PYSITELIB}/textdistance/benchmark.py
+${PYSITELIB}/textdistance/benchmark.pyc
+${PYSITELIB}/textdistance/benchmark.pyo
+${PYSITELIB}/textdistance/libraries.json
+${PYSITELIB}/textdistance/libraries.py
+${PYSITELIB}/textdistance/libraries.pyc
+${PYSITELIB}/textdistance/libraries.pyo
+${PYSITELIB}/textdistance/utils.py
+${PYSITELIB}/textdistance/utils.pyc
+${PYSITELIB}/textdistance/utils.pyo
diff --git a/py-textdistance/distinfo b/py-textdistance/distinfo
new file mode 100644
index 0000000000..dc7e9b54b6
--- /dev/null
+++ b/py-textdistance/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (textdistance-4.5.0.tar.gz) = beca3495b4c15709e9c61bd9cb3e7d7bfa69234e3198485e8c1fc8b48f3abfbd
+SHA512 (textdistance-4.5.0.tar.gz) = ffd06d9ad31ff875e1a3e7c186242c07bb89a0720d6ea8e531c5ba0eab846beb5e9e479324f8352db68bda067b20e483a150b2293130975145c0bd5d8773a1ba
+Size (textdistance-4.5.0.tar.gz) = 30927 bytes


Home | Main Index | Thread Index | Old Index