mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
www/py-google-cloud-audit-log: Update to 0.5.0
Changes: https://github.com/googleapis/python-audit-log/releases
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= google-cloud-audit-log
|
||||
PORTVERSION= 0.4.0
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -17,7 +17,7 @@ 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.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<7.0.0,1:devel/py-protobuf@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>=4.25.8,1<8.0.0,1:devel/py-protobuf@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1761446782
|
||||
SHA256 (google_cloud_audit_log-0.4.0.tar.gz) = 8467d4dcca9f3e6160520c24d71592e49e874838f174762272ec10e7950b6feb
|
||||
SIZE (google_cloud_audit_log-0.4.0.tar.gz) = 44682
|
||||
TIMESTAMP = 1775587664
|
||||
SHA256 (google_cloud_audit_log-0.5.0.tar.gz) = 3b32d5e77db634c46fbd6c5e01f5bda836f420dfbb21d730501c75e9fab4e4a4
|
||||
SIZE (google_cloud_audit_log-0.5.0.tar.gz) = 44670
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
--- setup.py.orig 2026-03-30 22:16:48 UTC
|
||||
+++ setup.py
|
||||
@@ -58,7 +58,7 @@ setuptools.setup(
|
||||
long_description_content_type="text/markdown",
|
||||
install_requires=dependencies,
|
||||
license="Apache-2.0",
|
||||
- packages=find_namespace_packages(exclude=("tests*", "testing*")),
|
||||
+ packages=find_namespace_packages(exclude=("docs", "docs.*", "tests*", "testing*")),
|
||||
python_requires=">=3.9",
|
||||
url="https://github.com/googleapis/python-audit-log",
|
||||
include_package_data=True,
|
||||
Reference in New Issue
Block a user