diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-12-31 16:16:30 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-12-31 16:22:37 +0000 |
commit | 4c6cd0ca1dba09e7e9183d6e93e56738adf06a16 (patch) | |
tree | f107317bd685429e4cd42245f4da95c9fbe90912 | |
parent | a1de833eb81faf1f7152d24d88237c6873bbfa4e (diff) |
devel/py-protobuf4: Remove obsoleted port
Use devel/py-protobuf instead.
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-protobuf4/Makefile | 29 | ||||
-rw-r--r-- | devel/py-protobuf4/distinfo | 3 | ||||
-rw-r--r-- | devel/py-protobuf4/pkg-descr | 3 |
5 files changed, 1 insertions, 36 deletions
@@ -3764,3 +3764,4 @@ java/bouncycastle15|java/bouncycastle|2024-12-31|Instead of removing bouncycastl x11-toolkits/py-fltk|x11-toolkits/py-pyfltk|2024-12-31|Rename to match upstream naming. Move x11-toolkits/py-fltk to x11-toolkits/py-pyfltk databases/py-pgspecial1|databases/py-pgspecial|2024-12-31|Remove obsoleted port. Use databases/py-pgspecial instead devel/py-prompt-toolkit1|devel/py-prompt-toolkit|2024-12-31|Remove obsoleted port. Use devel/py-prompt-toolkit instead +devel/py-protobuf4|devel/py-protobuf|2024-12-31|Remove obsoleted port. Use devel/py-protobuf instead diff --git a/devel/Makefile b/devel/Makefile index 66e1ba9638d0..0f9d293cf5d6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5501,7 +5501,6 @@ SUBDIR += py-proto-plus SUBDIR += py-protobuf SUBDIR += py-protobuf-compiler - SUBDIR += py-protobuf4 SUBDIR += py-proxmoxer SUBDIR += py-psygnal SUBDIR += py-ptable diff --git a/devel/py-protobuf4/Makefile b/devel/py-protobuf4/Makefile deleted file mode 100644 index 3774657cbf26..000000000000 --- a/devel/py-protobuf4/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= protobuf -PORTVERSION= 4.25.5 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 4 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Google protobuf Python Client Library -WWW= https://protobuf.dev/ \ - https://github.com/protocolbuffers/protobuf \ - https://github.com/protocolbuffers/protobuf/tree/main/python - -LICENSE= BSD3CLAUSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} - -USES= cpe python -USE_PYTHON= autoplist concurrent pep517 - -CPE_VENDOR= google - -PORTSCOUT= limit:^4\. - -post-install: - ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + - -.include <bsd.port.mk> diff --git a/devel/py-protobuf4/distinfo b/devel/py-protobuf4/distinfo deleted file mode 100644 index bade4a4827fb..000000000000 --- a/devel/py-protobuf4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1727260415 -SHA256 (protobuf-4.25.5.tar.gz) = 7f8249476b4a9473645db7f8ab42b02fe1488cbe5fb72fddd445e0665afd8584 -SIZE (protobuf-4.25.5.tar.gz) = 380315 diff --git a/devel/py-protobuf4/pkg-descr b/devel/py-protobuf4/pkg-descr deleted file mode 100644 index 73df6ac90a21..000000000000 --- a/devel/py-protobuf4/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Protocol Buffers are a way of encoding structured data in an efficient yet -extensible format. Google uses Protocol Buffers for almost all of its internal -RPC protocols and file formats. |