pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-Levenshtein



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Mar  1 10:31:19 UTC 2017

Added Files:
        pkgsrc/textproc/py-Levenshtein: DESCR Makefile PLIST distinfo

Log Message:
Import py-Levenshtein-0.12.0 as textproc/py-Levenshtein

The Levenshtein Python C extension module contains functions for fast
computation of: Levenshtein (edit) distance and edit operations, string
similarity, approximate median strings and general string averaging,
and string sequence and set similarity. It supports both normal and
Unicode strings.

Packaged by David H. Gutteridge via PR pkg/52017


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-Levenshtein/DESCR \
    pkgsrc/textproc/py-Levenshtein/Makefile \
    pkgsrc/textproc/py-Levenshtein/PLIST \
    pkgsrc/textproc/py-Levenshtein/distinfo

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

Added files:

Index: pkgsrc/textproc/py-Levenshtein/DESCR
diff -u /dev/null pkgsrc/textproc/py-Levenshtein/DESCR:1.1
--- /dev/null   Wed Mar  1 10:31:19 2017
+++ pkgsrc/textproc/py-Levenshtein/DESCR        Wed Mar  1 10:31:19 2017
@@ -0,0 +1,5 @@
+The Levenshtein Python C extension module contains functions for fast
+computation of: Levenshtein (edit) distance and edit operations, string
+similarity, approximate median strings and general string averaging,
+and string sequence and set similarity. It supports both normal and
+Unicode strings.
Index: pkgsrc/textproc/py-Levenshtein/Makefile
diff -u /dev/null pkgsrc/textproc/py-Levenshtein/Makefile:1.1
--- /dev/null   Wed Mar  1 10:31:19 2017
+++ pkgsrc/textproc/py-Levenshtein/Makefile     Wed Mar  1 10:31:19 2017
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/03/01 10:31:19 leot Exp $
+
+DISTNAME=      python-Levenshtein-0.12.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-Levenshtein/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ztane/python-Levenshtein
+COMMENT=       Python extension for computing string edit distances
+LICENSE=       gnu-gpl-v2
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-Levenshtein/PLIST
diff -u /dev/null pkgsrc/textproc/py-Levenshtein/PLIST:1.1
--- /dev/null   Wed Mar  1 10:31:19 2017
+++ pkgsrc/textproc/py-Levenshtein/PLIST        Wed Mar  1 10:31:19 2017
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2017/03/01 10:31:19 leot Exp $
+${PYSITELIB}/Levenshtein/StringMatcher.py
+${PYSITELIB}/Levenshtein/StringMatcher.pyc
+${PYSITELIB}/Levenshtein/StringMatcher.pyo
+${PYSITELIB}/Levenshtein/__init__.py
+${PYSITELIB}/Levenshtein/__init__.pyc
+${PYSITELIB}/Levenshtein/__init__.pyo
+${PYSITELIB}/Levenshtein/_levenshtein.c
+${PYSITELIB}/Levenshtein/_levenshtein.h
+${PYSITELIB}/Levenshtein/_levenshtein.so
+${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}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
Index: pkgsrc/textproc/py-Levenshtein/distinfo
diff -u /dev/null pkgsrc/textproc/py-Levenshtein/distinfo:1.1
--- /dev/null   Wed Mar  1 10:31:19 2017
+++ pkgsrc/textproc/py-Levenshtein/distinfo     Wed Mar  1 10:31:19 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/03/01 10:31:19 leot Exp $
+
+SHA1 (python-Levenshtein-0.12.0.tar.gz) = e24d85c9d632038f98202af687eb3d428eca0ac1
+RMD160 (python-Levenshtein-0.12.0.tar.gz) = 710a87493ceef19ae046195c2d561f2d4d64cf6e
+SHA512 (python-Levenshtein-0.12.0.tar.gz) = 95df064490970618b003bccbef9071b1a2a3ee4645ac8e851f4205bd4e8123d21ee0ee733adfeec79085faa01ba39902e2a4a26bfb21b70678377579157df4a5
+Size (python-Levenshtein-0.12.0.tar.gz) = 48617 bytes



Home | Main Index | Thread Index | Old Index