git: d124a8225edc - main - devel/py-xxhash: Update to 3.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 18:32:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d124a8225edcc40a77be2ff59149833e6a380104 commit d124a8225edcc40a77be2ff59149833e6a380104 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-16 18:12:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-16 18:25:38 +0000 devel/py-xxhash: Update to 3.3.0 - Convert to USE_PYTHON=pep517 Changes: https://github.com/ifduyue/python-xxhash/releases --- devel/py-xxhash/Makefile | 9 ++++++--- devel/py-xxhash/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/devel/py-xxhash/Makefile b/devel/py-xxhash/Makefile index 9897cd68c839..117a2be03ab5 100644 --- a/devel/py-xxhash/Makefile +++ b/devel/py-xxhash/Makefile @@ -1,5 +1,5 @@ PORTNAME= xxhash -PORTVERSION= 3.2.0 +PORTVERSION= 3.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,14 @@ WWW= https://github.com/ifduyue/python-xxhash LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= xxhash>=0.8.1:devel/xxhash +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ + xxhash>=0.8.1:devel/xxhash LIB_DEPENDS= libxxhash.so:devel/xxhash USES= localbase python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 CONFIGURE_ENV= XXHASH_LINK_SO=yes MAKE_ENV= XXHASH_LINK_SO=yes diff --git a/devel/py-xxhash/distinfo b/devel/py-xxhash/distinfo index e61b4d1d8d45..f2ea26defe8f 100644 --- a/devel/py-xxhash/distinfo +++ b/devel/py-xxhash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674589920 -SHA256 (xxhash-3.2.0.tar.gz) = 1afd47af8955c5db730f630ad53ae798cf7fae0acb64cebb3cf94d35c47dd088 -SIZE (xxhash-3.2.0.tar.gz) = 74561 +TIMESTAMP = 1691070142 +SHA256 (xxhash-3.3.0.tar.gz) = c3f9e322b1ebeebd44e3d9d2d9b124e0c550c1ef41bd552afdcdd719516ee41a +SIZE (xxhash-3.3.0.tar.gz) = 84262