diff --git a/devel/Makefile b/devel/Makefile index 87a36f052c35..db7f040a026b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-pyhashxx/Makefile b/devel/py-pyhashxx/Makefile new file mode 100644 index 000000000000..c8dc4f9069c9 --- /dev/null +++ b/devel/py-pyhashxx/Makefile @@ -0,0 +1,18 @@ +# Created by: Mark Felder +# $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 diff --git a/devel/py-pyhashxx/distinfo b/devel/py-pyhashxx/distinfo new file mode 100644 index 000000000000..4041fb0930cd --- /dev/null +++ b/devel/py-pyhashxx/distinfo @@ -0,0 +1,2 @@ +SHA256 (pyhashxx-0.1.3.tar.gz) = f071922506d5e8654562a508701d7963b381a996af057dfe4090a2535620f490 +SIZE (pyhashxx-0.1.3.tar.gz) = 9631 diff --git a/devel/py-pyhashxx/pkg-descr b/devel/py-pyhashxx/pkg-descr new file mode 100644 index 000000000000..c25e010d53b9 --- /dev/null +++ b/devel/py-pyhashxx/pkg-descr @@ -0,0 +1,3 @@ +Python wrapper of xxhash that supports concurrency + +WWW: https://github.com/ewencp/pyhashxx