pkgsrc-WIP-changes archive

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

py-jellyfish: Import py-jellyfish-0.5.6 as wip/py-jellyfish



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue May 9 12:51:21 2017 +0200
Changeset:	ae61f73ed26ebb9d3b2971cd37c4c8b71911feeb

Modified Files:
	Makefile
Added Files:
	py-jellyfish/DESCR
	py-jellyfish/Makefile
	py-jellyfish/PLIST
	py-jellyfish/distinfo

Log Message:
py-jellyfish: Import py-jellyfish-0.5.6 as wip/py-jellyfish

Jellyfish is a python library for doing approximate and phonetic matching of
strings.

Included Algorithms:

- String comparison:
   * Levenshtein Distance
   * Damerau-Levenshtein Distance
   * Jaro Distance
   * Jaro-Winkler Distance
   * Match Rating Approach Comparison
   * Hamming Distance

- Phonetic encoding:
   * American Soundex
   * Metaphone
   * NYSIIS (New York State Identification and Intelligence System)
   * Match Rating Codex

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

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

diffstat:
 Makefile              |  1 +
 py-jellyfish/DESCR    | 18 ++++++++++++++++++
 py-jellyfish/Makefile | 14 ++++++++++++++
 py-jellyfish/PLIST    | 21 +++++++++++++++++++++
 py-jellyfish/distinfo |  6 ++++++
 5 files changed, 60 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index cf3408570d..e13f39e1ba 100644
--- a/Makefile
+++ b/Makefile
@@ -3109,6 +3109,7 @@ SUBDIR+=	py-jabberbot
 SUBDIR+=	py-jbessel
 SUBDIR+=	py-jedi
 SUBDIR+=	py-jelly
+SUBDIR+=	py-jellyfish
 SUBDIR+=	py-jewish
 SUBDIR+=	py-jitcode
 SUBDIR+=	py-jmespath
diff --git a/py-jellyfish/DESCR b/py-jellyfish/DESCR
new file mode 100644
index 0000000000..3a8d3fce90
--- /dev/null
+++ b/py-jellyfish/DESCR
@@ -0,0 +1,18 @@
+Jellyfish is a python library for doing approximate and phonetic matching of
+strings.
+
+Included Algorithms:
+
+- String comparison:
+   * Levenshtein Distance
+   * Damerau-Levenshtein Distance
+   * Jaro Distance
+   * Jaro-Winkler Distance
+   * Match Rating Approach Comparison
+   * Hamming Distance
+
+- Phonetic encoding:
+   * American Soundex
+   * Metaphone
+   * NYSIIS (New York State Identification and Intelligence System)
+   * Match Rating Codex
diff --git a/py-jellyfish/Makefile b/py-jellyfish/Makefile
new file mode 100644
index 0000000000..f1453ab52a
--- /dev/null
+++ b/py-jellyfish/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	jellyfish-0.5.6
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc python
+MASTER_SITES=	${MASTER_SITE_PYPI:=j/jellyfish/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://github.com/jamesturk/jellyfish
+COMMENT=	Python library for doing approximate and phonetic matching of strings
+LICENSE=	2-clause-bsd
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-jellyfish/PLIST b/py-jellyfish/PLIST
new file mode 100644
index 0000000000..98d09c47e0
--- /dev/null
+++ b/py-jellyfish/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/jellyfish/__init__.py
+${PYSITELIB}/jellyfish/__init__.pyc
+${PYSITELIB}/jellyfish/__init__.pyo
+${PYSITELIB}/jellyfish/_jellyfish.py
+${PYSITELIB}/jellyfish/_jellyfish.pyc
+${PYSITELIB}/jellyfish/_jellyfish.pyo
+${PYSITELIB}/jellyfish/cjellyfish.so
+${PYSITELIB}/jellyfish/compat.py
+${PYSITELIB}/jellyfish/compat.pyc
+${PYSITELIB}/jellyfish/compat.pyo
+${PYSITELIB}/jellyfish/porter.py
+${PYSITELIB}/jellyfish/porter.pyc
+${PYSITELIB}/jellyfish/porter.pyo
+${PYSITELIB}/jellyfish/test.py
+${PYSITELIB}/jellyfish/test.pyc
+${PYSITELIB}/jellyfish/test.pyo
diff --git a/py-jellyfish/distinfo b/py-jellyfish/distinfo
new file mode 100644
index 0000000000..11eb40e96c
--- /dev/null
+++ b/py-jellyfish/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (jellyfish-0.5.6.tar.gz) = dd3c7a69667857eca9892318a8704996a8e65642
+RMD160 (jellyfish-0.5.6.tar.gz) = f282705222854f698ecb0e94c28b1e7543ebc42f
+SHA512 (jellyfish-0.5.6.tar.gz) = 12f09e877dd2a9386adc336a56c8ea6566179e5ba333045ad70604c17c288fa61fad2aa9735c76c58d69dfba95f99876e608e2d05995085f970834132fb8504f
+Size (jellyfish-0.5.6.tar.gz) = 132177 bytes


Home | Main Index | Thread Index | Old Index