Skip to content

Commit

Permalink
devel/py-protobuf: Update to 4.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 27, 2023
1 parent 1331c93 commit 87b6c08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions devel/py-protobuf/Makefile
@@ -1,24 +1,24 @@
PORTNAME= protobuf
PORTVERSION= 4.21.12
PORTVERSION= 4.22.3
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google protobuf Python Client Library
WWW= https://github.com/protocolbuffers/protobuf
WWW= https://protobuf.dev/ \
https://github.com/protocolbuffers/protobuf \
https://github.com/protocolbuffers/protobuf/tree/main/python

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= protoc:devel/protobuf

USES= cpe python:3.7+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

CPE_VENDOR= google

post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-protobuf/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1674589584
SHA256 (protobuf-4.21.12.tar.gz) = 7cd532c4566d0e6feafecc1059d04c7915aec8e182d1cf7adee8b24ef1e2e6ab
SIZE (protobuf-4.21.12.tar.gz) = 220324
TIMESTAMP = 1682354476
SHA256 (protobuf-4.22.3.tar.gz) = 23452f2fdea754a8251d0fc88c0317735ae47217e0d27bf330a30eec2848811a
SIZE (protobuf-4.22.3.tar.gz) = 388844

0 comments on commit 87b6c08

Please sign in to comment.