mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
textproc/py-flor: new port
Flor implements a Bloom filter class.
This commit is contained in:
parent
b049ad01ad
commit
33d651ab5f
@ -1364,6 +1364,7 @@
|
||||
SUBDIR += py-faust-cchardet
|
||||
SUBDIR += py-feedparser
|
||||
SUBDIR += py-fingerprints
|
||||
SUBDIR += py-flor
|
||||
SUBDIR += py-fluent.syntax
|
||||
SUBDIR += py-ftfy
|
||||
SUBDIR += py-furo
|
||||
|
17
textproc/py-flor/Makefile
Normal file
17
textproc/py-flor/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
PORTNAME= Flor
|
||||
PORTVERSION= 1.1.3
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Bloom filter implementation
|
||||
WWW= https://github.com/DCSO/flor
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-flor/distinfo
Normal file
3
textproc/py-flor/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1676978088
|
||||
SHA256 (Flor-1.1.3.tar.gz) = 1fac101e161446dbb2ee5379d5b950bb015fe6d90568385a549b538ca12fe942
|
||||
SIZE (Flor-1.1.3.tar.gz) = 2660
|
1
textproc/py-flor/pkg-descr
Normal file
1
textproc/py-flor/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Flor implements a Bloom filter class.
|
Loading…
Reference in New Issue
Block a user