mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
Python wrapper of xxhash that supports concurrency
WWW: https://github.com/ewencp/pyhashxx
This commit is contained in:
parent
ff534acae8
commit
09bc381d89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415294
4 changed files with 24 additions and 0 deletions
|
@ -4299,6 +4299,7 @@
|
|||
SUBDIR += py-pygit2
|
||||
SUBDIR += py-pygithub
|
||||
SUBDIR += py-pygpx
|
||||
SUBDIR += py-pyhashxx
|
||||
SUBDIR += py-pyicu
|
||||
SUBDIR += py-pyinotify
|
||||
SUBDIR += py-pyinstaller
|
||||
|
|
18
devel/py-pyhashxx/Makefile
Normal file
18
devel/py-pyhashxx/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Created by: Mark Felder <feld@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyhashxx
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= feld@FreeBSD.org
|
||||
COMMENT= Python wrapper for xxHash algorithm
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-pyhashxx/distinfo
Normal file
2
devel/py-pyhashxx/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pyhashxx-0.1.3.tar.gz) = f071922506d5e8654562a508701d7963b381a996af057dfe4090a2535620f490
|
||||
SIZE (pyhashxx-0.1.3.tar.gz) = 9631
|
3
devel/py-pyhashxx/pkg-descr
Normal file
3
devel/py-pyhashxx/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Python wrapper of xxhash that supports concurrency
|
||||
|
||||
WWW: https://github.com/ewencp/pyhashxx
|
Loading…
Add table
Reference in a new issue