git: 256e0b8a16d3 - main - devel/py-google-crc32c0: Remove obsoleted port

Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 10 15:46:15 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=256e0b8a16d32134167ec48161a7035cd3a9a716

commit 256e0b8a16d32134167ec48161a7035cd3a9a716
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 15:42:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 15:42:11 +0000

    devel/py-google-crc32c0: Remove obsoleted port
    
    Use devel/py-google-crc32c instead.
---
 MOVED                                        |  1 +
 devel/Makefile                               |  1 -
 devel/py-google-crc32c0/Makefile             | 27 ---------------------------
 devel/py-google-crc32c0/distinfo             |  3 ---
 devel/py-google-crc32c0/files/patch-setup.py | 10 ----------
 devel/py-google-crc32c0/pkg-descr            |  6 ------
 6 files changed, 1 insertion(+), 47 deletions(-)

diff --git a/MOVED b/MOVED
index d802c9342f26..ad21c79548b6 100644
--- a/MOVED
+++ b/MOVED
@@ -16347,3 +16347,4 @@ devel/py-castellan1|devel/py-castellan|2021-06-10|Remove obsoleted port. Use dev
 devel/py-cliff2|devel/py-cliff|2021-06-10|Remove obsoleted port. Use devel/py-cliff instead
 devel/py-cmd208|devel/py-cmd2|2021-06-10|Remove obsoleted port. Use devel/py-cmd2 instead
 devel/py-futurist1|devel/py-futurist|2021-06-10|Remove obsoleted port. Use devel/py-futurist instead
+devel/py-google-crc32c0|devel/py-google-crc32c|2021-06-10|Remove obsoleted port. Use devel/py-google-crc32c instead
diff --git a/devel/Makefile b/devel/Makefile
index bd1bbd5c32c1..1c461922942a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4487,7 +4487,6 @@
     SUBDIR += py-gobject3
     SUBDIR += py-google-cloud-iam
     SUBDIR += py-google-crc32c
-    SUBDIR += py-google-crc32c0
     SUBDIR += py-google-i18n-address
     SUBDIR += py-google-pasta
     SUBDIR += py-google-re2
diff --git a/devel/py-google-crc32c0/Makefile b/devel/py-google-crc32c0/Makefile
deleted file mode 100644
index e3374d507059..000000000000
--- a/devel/py-google-crc32c0/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
-
-PORTNAME=	google-crc32c
-PORTVERSION=	0.1.0
-CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	0
-
-MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	Wrapper of the C library Google CRC32C
-
-LICENSE=	APACHE20
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${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
-
-PORTSCOUT=	limit:^0\.
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/crc32c/_crc32c_cffi*.so
-
-.include <bsd.port.mk>
diff --git a/devel/py-google-crc32c0/distinfo b/devel/py-google-crc32c0/distinfo
deleted file mode 100644
index 36c8c03435a3..000000000000
--- a/devel/py-google-crc32c0/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1595416505
-SHA256 (google-crc32c-0.1.0.tar.gz) = ad3d9b4402d4a16673aba7e74feacd621678aef3a9e6c0a5fb4c7e133c39ac45
-SIZE (google-crc32c-0.1.0.tar.gz) = 10486
diff --git a/devel/py-google-crc32c0/files/patch-setup.py b/devel/py-google-crc32c0/files/patch-setup.py
deleted file mode 100644
index fc11b5fb97e3..000000000000
--- a/devel/py-google-crc32c0/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig	2020-03-21 00:48:10 UTC
-+++ setup.py
-@@ -54,7 +54,6 @@ def main(build_cffi=True):
-     setuptools.setup(
-         packages=["crc32c"],
-         package_dir={"": "src"},
--        package_data={"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 [],
diff --git a/devel/py-google-crc32c0/pkg-descr b/devel/py-google-crc32c0/pkg-descr
deleted file mode 100644
index 1eecdf15ec23..000000000000
--- a/devel/py-google-crc32c0/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-google-crc32c wraps the google/crc32c hardware-based implementation of the
-CRC32C hashing algorithm. Multiple wheels are distributed as well as source. If
-a wheel is not published for the python version and platform you are using, you
-will need to compile crc32c using a C toolchain.
-
-WWW: https://github.com/googleapis/python-crc32c


More information about the dev-commits-ports-main mailing list