1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add new port devel/py-jellyfish

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

WWW: https://github.com/sunlightlabs/jellyfish
This commit is contained in:
Bryan Drewery 2013-11-12 00:11:57 +00:00
parent db432dee6e
commit e2637ec07d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333540
4 changed files with 27 additions and 0 deletions

View File

@ -3603,6 +3603,7 @@
SUBDIR += py-iterpipes
SUBDIR += py-itools
SUBDIR += py-jcc
SUBDIR += py-jellyfish
SUBDIR += py-jira
SUBDIR += py-jmespath
SUBDIR += py-jsmin

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= jellyfish
PORTVERSION= 0.2.0
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= Library for doing approximate and phonetic matching of strings
LICENSE= BSD
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (jellyfish-0.2.0.tar.gz) = aa52f62bb48e6c3643bb0fc8f3f20a032342fa01e198add3f42a030bc15e2bb9
SIZE (jellyfish-0.2.0.tar.gz) = 14645

View File

@ -0,0 +1,4 @@
Jellyfish is a python library for doing approximate and phonetic matching of
strings.
WWW: https://github.com/sunlightlabs/jellyfish