diff options
Diffstat (limited to 'www/py-google-cloud-audit-log')
-rw-r--r-- | www/py-google-cloud-audit-log/Makefile | 9 | ||||
-rw-r--r-- | www/py-google-cloud-audit-log/distinfo | 6 | ||||
-rw-r--r-- | www/py-google-cloud-audit-log/files/patch-setup.py | 11 |
3 files changed, 8 insertions, 18 deletions
diff --git a/www/py-google-cloud-audit-log/Makefile b/www/py-google-cloud-audit-log/Makefile index 639b173319ae..fd9dfb55f22d 100644 --- a/www/py-google-cloud-audit-log/Makefile +++ b/www/py-google-cloud-audit-log/Makefile @@ -1,20 +1,21 @@ PORTNAME= google-cloud-audit-log -PORTVERSION= 0.2.5 -PORTREVISION= 2 +PORTVERSION= 0.3.2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= google_cloud_audit_log-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Cloud Audit Protos WWW= https://github.com/googleapis/python-audit-log LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.56.2<2.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<6.0.0,1:devel/py-protobuf@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.56.2<2.0.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<7.0.0,1:devel/py-protobuf@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/www/py-google-cloud-audit-log/distinfo b/www/py-google-cloud-audit-log/distinfo index 9d02f0ad9609..66a591ac1891 100644 --- a/www/py-google-cloud-audit-log/distinfo +++ b/www/py-google-cloud-audit-log/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674590046 -SHA256 (google-cloud-audit-log-0.2.5.tar.gz) = 86e2faba3383adc8fd04a5bd7fd4f960b3e4aedaa7ed950f2f891ce16902eb6b -SIZE (google-cloud-audit-log-0.2.5.tar.gz) = 11440 +TIMESTAMP = 1753796112 +SHA256 (google_cloud_audit_log-0.3.2.tar.gz) = 2598f1533a7d7cdd6c7bf448c12e5519c1d53162d78784e10bcdd1df67791bc3 +SIZE (google_cloud_audit_log-0.3.2.tar.gz) = 33377 diff --git a/www/py-google-cloud-audit-log/files/patch-setup.py b/www/py-google-cloud-audit-log/files/patch-setup.py deleted file mode 100644 index 5628d75fd463..000000000000 --- a/www/py-google-cloud-audit-log/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2023-01-11 16:06:27 UTC -+++ setup.py -@@ -23,7 +23,7 @@ dependencies = [ - version = "0.2.5" - release_status = "Development Status :: 4 - Beta" - dependencies = [ -- "protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=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.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", - "googleapis-common-protos >= 1.56.2, < 2.0dev", - ] - |