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:
parent
db432dee6e
commit
e2637ec07d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333540
@ -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
|
||||
|
20
devel/py-jellyfish/Makefile
Normal file
20
devel/py-jellyfish/Makefile
Normal 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>
|
2
devel/py-jellyfish/distinfo
Normal file
2
devel/py-jellyfish/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (jellyfish-0.2.0.tar.gz) = aa52f62bb48e6c3643bb0fc8f3f20a032342fa01e198add3f42a030bc15e2bb9
|
||||
SIZE (jellyfish-0.2.0.tar.gz) = 14645
|
4
devel/py-jellyfish/pkg-descr
Normal file
4
devel/py-jellyfish/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Jellyfish is a python library for doing approximate and phonetic matching of
|
||||
strings.
|
||||
|
||||
WWW: https://github.com/sunlightlabs/jellyfish
|
Loading…
Reference in New Issue
Block a user