svn commit: r498315 - head/devel/py-xxhash

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 7 20:06:10 UTC 2019


Author: sunpoet
Date: Sun Apr  7 20:06:08 2019
New Revision: 498315
URL: https://svnweb.freebsd.org/changeset/ports/498315

Log:
  Update to 1.3.0
  
  - Update WWW
  - Take maintainership
  
  Changes:	https://github.com/ifduyue/python-xxhash/releases

Modified:
  head/devel/py-xxhash/Makefile
  head/devel/py-xxhash/distinfo
  head/devel/py-xxhash/pkg-descr

Modified: head/devel/py-xxhash/Makefile
==============================================================================
--- head/devel/py-xxhash/Makefile	Sun Apr  7 20:06:03 2019	(r498314)
+++ head/devel/py-xxhash/Makefile	Sun Apr  7 20:06:08 2019	(r498315)
@@ -1,21 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=	xxhash
-PORTVERSION=	1.0.1
+PORTVERSION=	1.3.0
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python bindings for the xxHash library
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>1:devel/py-nose@${PY_FLAVOR}
-
-USES=		python zip
-USE_PYTHON=	distutils autoplist
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/xxhash/cpython.so

Modified: head/devel/py-xxhash/distinfo
==============================================================================
--- head/devel/py-xxhash/distinfo	Sun Apr  7 20:06:03 2019	(r498314)
+++ head/devel/py-xxhash/distinfo	Sun Apr  7 20:06:08 2019	(r498315)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490305209
-SHA256 (xxhash-1.0.1.zip) = 7abe69c9d02374385e23d0e7d6279d5fa03899989d25b381d837fa46cf294831
-SIZE (xxhash-1.0.1.zip) = 28627
+TIMESTAMP = 1554643622
+SHA256 (xxhash-1.3.0.tar.gz) = fe21f23a9d05428c75461790b670f2bf15f50a632d6c171a7e7b588269c619e6
+SIZE (xxhash-1.3.0.tar.gz) = 25347

Modified: head/devel/py-xxhash/pkg-descr
==============================================================================
--- head/devel/py-xxhash/pkg-descr	Sun Apr  7 20:06:03 2019	(r498314)
+++ head/devel/py-xxhash/pkg-descr	Sun Apr  7 20:06:08 2019	(r498315)
@@ -1,3 +1,3 @@
-py-xxhash is a Python binding for the xxHash library by Yann Collet.
+xxhash is a Python binding for the xxHash library.
 
-WWW: https://pypi.org/project/xxhash/
+WWW: https://github.com/ifduyue/python-xxhash


More information about the svn-ports-all mailing list