mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
PR: 223406
Approved by: lwhsu (maintainer)
This commit is contained in:
parent
ff0ad77095
commit
fff70345da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453432
2 changed files with 9 additions and 5 deletions
|
@ -2,10 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pybloom
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
|
@ -16,4 +15,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bitarray>0:devel/py-bitarray
|
|||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jaybaird
|
||||
GH_PROJECT= python-bloomfilter
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (pybloom-1.1.tar.gz) = f90903f2229135833a3ce115709662a4f4ea49bdfffc7d62a3061bd9021ac485
|
||||
SIZE (pybloom-1.1.tar.gz) = 10089
|
||||
TIMESTAMP = 1509735915
|
||||
SHA256 (jaybaird-python-bloomfilter-v2.0_GH0.tar.gz) = 77ae847e70c4521d9bfdb768fa12610d90c0880eefcf8d9a6bc24824f676408d
|
||||
SIZE (jaybaird-python-bloomfilter-v2.0_GH0.tar.gz) = 10970
|
||||
|
|
Loading…
Add table
Reference in a new issue