Date: Sat, 15 Aug 2020 16:31:06 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544982 - in head/devel/py-google-crc32c: . files Message-ID: <202008151631.07FGV6WU003705@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 15 16:31:05 2020 New Revision: 544982 URL: https://svnweb.freebsd.org/changeset/ports/544982 Log: Update to 1.0.0 Changes: https://github.com/googleapis/python-crc32c/releases Modified: head/devel/py-google-crc32c/Makefile head/devel/py-google-crc32c/distinfo head/devel/py-google-crc32c/files/patch-setup.py Modified: head/devel/py-google-crc32c/Makefile ============================================================================== --- head/devel/py-google-crc32c/Makefile Sat Aug 15 16:31:00 2020 (r544981) +++ head/devel/py-google-crc32c/Makefile Sat Aug 15 16:31:05 2020 (r544982) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-crc32c -PORTVERSION= 0.1.0 +PORTVERSION= 1.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,6 +20,6 @@ USES= localbase python USE_PYTHON= autoplist concurrent distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/crc32c/_crc32c_cffi*.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/google_crc32c/_crc32c_cffi*.so .include <bsd.port.mk> Modified: head/devel/py-google-crc32c/distinfo ============================================================================== --- head/devel/py-google-crc32c/distinfo Sat Aug 15 16:31:00 2020 (r544981) +++ head/devel/py-google-crc32c/distinfo Sat Aug 15 16:31:05 2020 (r544982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595416505 -SHA256 (google-crc32c-0.1.0.tar.gz) = ad3d9b4402d4a16673aba7e74feacd621678aef3a9e6c0a5fb4c7e133c39ac45 -SIZE (google-crc32c-0.1.0.tar.gz) = 10486 +TIMESTAMP = 1596954334 +SHA256 (google-crc32c-1.0.0.tar.gz) = 9439b960b6ecd847557675d130fc3626d762bf535da595c20a6949a705fb3eae +SIZE (google-crc32c-1.0.0.tar.gz) = 10658 Modified: head/devel/py-google-crc32c/files/patch-setup.py ============================================================================== --- head/devel/py-google-crc32c/files/patch-setup.py Sat Aug 15 16:31:00 2020 (r544981) +++ head/devel/py-google-crc32c/files/patch-setup.py Sat Aug 15 16:31:05 2020 (r544982) @@ -2,9 +2,9 @@ +++ setup.py @@ -54,7 +54,6 @@ def main(build_cffi=True): setuptools.setup( - packages=["crc32c"], + packages=["google_crc32c"], package_dir={"": "src"}, -- package_data={"crc32c": [os.path.join(_EXTRA_DLL, _DLL_FILENAME)]}, +- package_data={"google_crc32c": [os.path.join(_EXTRA_DLL, _DLL_FILENAME)]}, setup_requires=[cffi_dep] if build_cffi else [], cffi_modules=[builder] if build_cffi else [], install_requires=[cffi_dep] if build_cffi else [],
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008151631.07FGV6WU003705>