python3-protobuf: update to 4.25.2.
This commit is contained in:
parent
3a4edfba55
commit
5dad90d8de
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-protobuf'
|
# Template file for 'python3-protobuf'
|
||||||
pkgname=python3-protobuf
|
pkgname=python3-protobuf
|
||||||
version=4.24.1
|
version=4.25.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
build_wrksrc=python
|
build_wrksrc=python
|
||||||
hostmakedepends="python3-setuptools python3-wheel protobuf"
|
hostmakedepends="python3-setuptools python3-wheel protobuf"
|
||||||
|
@ -13,7 +13,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://developers.google.com/protocol-buffers/"
|
homepage="https://developers.google.com/protocol-buffers/"
|
||||||
# PyPi release does not have bits for cppext
|
# PyPi release does not have bits for cppext
|
||||||
distfiles="https://github.com/protocolbuffers/protobuf/releases/download/v${version#*.}/protobuf-${version#*.}.tar.gz"
|
distfiles="https://github.com/protocolbuffers/protobuf/releases/download/v${version#*.}/protobuf-${version#*.}.tar.gz"
|
||||||
checksum=0930b1a6eb840a2295dfcb13bb5736d1292c3e0d61a90391181399327be7d8f1
|
checksum=8ff511a64fc46ee792d3fe49a5a1bcad6f7dc50dfbba5a28b0e5b979c17f9871
|
||||||
make_check=no # ImportError: cannot import name 'unittest_retention_pb2' from 'google.protobuf'
|
make_check=no # ImportError: cannot import name 'unittest_retention_pb2' from 'google.protobuf'
|
||||||
|
|
||||||
build_options="cppext"
|
build_options="cppext"
|
||||||
|
|
Loading…
Reference in New Issue