Python wrapper of xxhash that supports concurrency

WWW: https://github.com/ewencp/pyhashxx
This commit is contained in:
Mark Felder 2016-05-16 01:45:37 +00:00
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

View file

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

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

View file

@ -0,0 +1,2 @@
SHA256 (pyhashxx-0.1.3.tar.gz) = f071922506d5e8654562a508701d7963b381a996af057dfe4090a2535620f490
SIZE (pyhashxx-0.1.3.tar.gz) = 9631

View file

@ -0,0 +1,3 @@
Python wrapper of xxhash that supports concurrency
WWW: https://github.com/ewencp/pyhashxx