Date: Tue, 31 Dec 2024 16:25:09 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: 4c6cd0ca1dba - main - devel/py-protobuf4: Remove obsoleted port Message-ID: <202412311625.4BVGP9H5040540@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=4c6cd0ca1dba09e7e9183d6e93e56738adf06a16 commit 4c6cd0ca1dba09e7e9183d6e93e56738adf06a16 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 16:16:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 16:22:37 +0000 devel/py-protobuf4: Remove obsoleted port Use devel/py-protobuf instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-protobuf4/Makefile | 29 ----------------------------- devel/py-protobuf4/distinfo | 3 --- devel/py-protobuf4/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 36 deletions(-) diff --git a/MOVED b/MOVED index 26360c907d4c..107b8aaa17e9 100644 --- a/MOVED +++ b/MOVED @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311625.4BVGP9H5040540>