www/py-google-cloud-bigtable: Allow build with py-protobuf 5.0.0+
- Bump PORTREVISION for package change
This commit is contained in:
parent
969283316f
commit
5443569bf8
@ -1,5 +1,6 @@
|
|||||||
PORTNAME= google-cloud-bigtable
|
PORTNAME= google-cloud-bigtable
|
||||||
PORTVERSION= 2.24.0
|
PORTVERSION= 2.24.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.16.0<3.0.0:www/py-google-
|
|||||||
${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.4.4<3.0.0:www/py-google-cloud-core@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.4.4<3.0.0:www/py-google-cloud-core@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}grpc-google-iam-v1>=0.12.4<1.0.0:devel/py-grpc-google-iam-v1@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}grpc-google-iam-v1>=0.12.4<1.0.0:devel/py-grpc-google-iam-v1@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<6.0.0,1:devel/py-protobuf@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist concurrent pep517
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|||||||
11
www/py-google-cloud-bigtable/files/patch-setup.py
Normal file
11
www/py-google-cloud-bigtable/files/patch-setup.py
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- setup.py.orig 2024-06-11 22:47:49 UTC
|
||||||
|
+++ setup.py
|
||||||
|
@@ -42,7 +42,7 @@ dependencies = [
|
||||||
|
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
|
||||||
|
"proto-plus >= 1.22.0, <2.0.0dev",
|
||||||
|
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
|
||||||
|
- "protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
|
||||||
|
+ "protobuf>=3.19.5,<6.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
|
||||||
|
]
|
||||||
|
extras = {"libcst": "libcst >= 0.2.5"}
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user