Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 04:26:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8865e58b7025 - main - devel/py-google-crc32c: Update to 1.5.0
Message-ID:  <202305270426.34R4QlUf025088@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8865e58b7025e05c330969deb716b2180e6ee94a

commit 8865e58b7025e05c330969deb716b2180e6ee94a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:08:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:08:37 +0000

    devel/py-google-crc32c: Update to 1.5.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/googleapis/python-crc32c/releases
---
 devel/py-google-crc32c/Makefile | 10 ++++++----
 devel/py-google-crc32c/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/devel/py-google-crc32c/Makefile b/devel/py-google-crc32c/Makefile
index 67e57de5d6b1..1dfd3e28ebf6 100644
--- a/devel/py-google-crc32c/Makefile
+++ b/devel/py-google-crc32c/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	google-crc32c
-PORTVERSION=	1.3.0
+PORTVERSION=	1.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,12 +10,14 @@ WWW=		https://github.com/googleapis/python-crc32c
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 LIB_DEPENDS=	libcrc32c.so:devel/crc32c
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
 
-USES=		localbase python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
+USES=		localbase python:3.7+
+USE_PYTHON=	autoplist concurrent pep517
 
 post-install:
 	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
diff --git a/devel/py-google-crc32c/distinfo b/devel/py-google-crc32c/distinfo
index 15cd35301172..02b009c3029f 100644
--- a/devel/py-google-crc32c/distinfo
+++ b/devel/py-google-crc32c/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634111750
-SHA256 (google-crc32c-1.3.0.tar.gz) = 276de6273eb074a35bc598f8efbc00c7869c5cf2e29c90748fccc8c898c244df
-SIZE (google-crc32c-1.3.0.tar.gz) = 12565
+TIMESTAMP = 1684104404
+SHA256 (google-crc32c-1.5.0.tar.gz) = 89284716bc6a5a415d4eaa11b1726d2d60a0cd12aadf5439828353662ede9dd7
+SIZE (google-crc32c-1.5.0.tar.gz) = 12689



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