Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2017 17:59:29 +0000 (UTC)
From:      Matthew Rezny <rezny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433660 - in head/devel: . py-xxhash
Message-ID:  <201702081759.v18HxTa4085301@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rezny
Date: Wed Feb  8 17:59:29 2017
New Revision: 433660
URL: https://svnweb.freebsd.org/changeset/ports/433660

Log:
  devel/py-xxhash: new port
  
  py-xxhash is a Python binding for the xxHash library by Yann Collet.
  
  WWW: https://pypi.python.org/pypi/xxhash/
  
  Approved by:	feld (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9468

Added:
  head/devel/py-xxhash/
  head/devel/py-xxhash/Makefile   (contents, props changed)
  head/devel/py-xxhash/distinfo   (contents, props changed)
  head/devel/py-xxhash/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Feb  8 17:56:23 2017	(r433659)
+++ head/devel/Makefile	Wed Feb  8 17:59:29 2017	(r433660)
@@ -4779,6 +4779,7 @@
     SUBDIR += py-xerox
     SUBDIR += py-xmltodict
     SUBDIR += py-xoltar-toolkit
+    SUBDIR += py-xxhash
     SUBDIR += py-yaml
     SUBDIR += py-yandex-money-sdk
     SUBDIR += py-yappi

Added: head/devel/py-xxhash/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-xxhash/Makefile	Wed Feb  8 17:59:29 2017	(r433660)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	xxhash
+PORTVERSION=	0.6.1
+CATEGORIES=	devel
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	rezny@FreeBSD.org
+COMMENT=	Python bindings for the xxHash library
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>1:devel/py-nose
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/xxhash.so
+
+.include <bsd.port.mk>

Added: head/devel/py-xxhash/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-xxhash/distinfo	Wed Feb  8 17:59:29 2017	(r433660)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1486324569
+SHA256 (xxhash-0.6.1.tar.gz) = 829848ba7575802d99ab5d7e39277eeea85f85b199bc5487661faa350d983611
+SIZE (xxhash-0.6.1.tar.gz) = 19257

Added: head/devel/py-xxhash/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-xxhash/pkg-descr	Wed Feb  8 17:59:29 2017	(r433660)
@@ -0,0 +1,3 @@
+py-xxhash is a Python binding for the xxHash library by Yann Collet.
+
+WWW: https://pypi.python.org/pypi/xxhash/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702081759.v18HxTa4085301>