textproc/py-flor: new port

Flor implements a Bloom filter class.
2024Q2
Antoine Brodin 2024-02-14 15:08:54 +00:00
parent b049ad01ad
commit 33d651ab5f
4 changed files with 22 additions and 0 deletions

View File

@ -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
View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1676978088
SHA256 (Flor-1.1.3.tar.gz) = 1fac101e161446dbb2ee5379d5b950bb015fe6d90568385a549b538ca12fe942
SIZE (Flor-1.1.3.tar.gz) = 2660

View File

@ -0,0 +1 @@
Flor implements a Bloom filter class.