diff --git a/www/py-openbrokerapi/Makefile b/www/py-openbrokerapi/Makefile index 39ed47ba3490..98b6c054984f 100644 --- a/www/py-openbrokerapi/Makefile +++ b/www/py-openbrokerapi/Makefile @@ -1,27 +1,27 @@ PORTNAME= openbrokerapi -PORTVERSION= 4.5.0 +PORTVERSION= 4.5.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Package for the V2 CF Service Broker API and Open Broker API WWW= https://pypi.org/project/openbrokerapi/ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask>=2.2.3:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gevent>0:devel/py-gevent@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}greenlet>0:devel/py-greenlet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}itsdangerous>0:security/py-itsdangerous@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markupsafe>0:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR} -USES= python:3.7+ +USES= python:3.8+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/www/py-openbrokerapi/distinfo b/www/py-openbrokerapi/distinfo index 46e51124ede5..bd8b074e932e 100644 --- a/www/py-openbrokerapi/distinfo +++ b/www/py-openbrokerapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676579290 -SHA256 (openbrokerapi-4.5.0.tar.gz) = 2c0a7114d6fbe7f6b95a26a57755ab7b2454311a062a7c9da2c62ac962dd9b1b -SIZE (openbrokerapi-4.5.0.tar.gz) = 18015 +TIMESTAMP = 1682507488 +SHA256 (openbrokerapi-4.5.1.tar.gz) = ee1b06ea4a5a5ce594de13686e0a351e1eb3793ea15eba2d492399125d98c6f9 +SIZE (openbrokerapi-4.5.1.tar.gz) = 17099 diff --git a/www/py-openbrokerapi/files/patch-setup.py b/www/py-openbrokerapi/files/patch-setup.py new file mode 100644 index 000000000000..130806a8f6f1 --- /dev/null +++ b/www/py-openbrokerapi/files/patch-setup.py @@ -0,0 +1,6 @@ +--- setup.py.orig 2022-11-12 09:41:13 UTC ++++ setup.py +@@ -0,0 +1,3 @@ ++import setuptools ++if __name__ == "__main__": ++ setuptools.setup(use_scm_version=False)