git: a059768a9136 - main - www/py-openbrokerapi: Update to 4.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Sep 2022 20:00:48 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a059768a9136fa8ec047dc72605effb6865af8a8 commit a059768a9136fa8ec047dc72605effb6865af8a8 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2022-09-19 20:00:32 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2022-09-19 20:00:40 +0000 www/py-openbrokerapi: Update to 4.2.0 --- www/py-openbrokerapi/Makefile | 12 ++++++------ www/py-openbrokerapi/distinfo | 6 +++--- www/py-openbrokerapi/files/patch-setup.py | 11 ----------- 3 files changed, 9 insertions(+), 20 deletions(-) diff --git a/www/py-openbrokerapi/Makefile b/www/py-openbrokerapi/Makefile index 219eb2489639..ace5b2765a15 100644 --- a/www/py-openbrokerapi/Makefile +++ b/www/py-openbrokerapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= openbrokerapi -PORTVERSION= 4.1.2 +PORTVERSION= 4.2.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,16 +10,16 @@ WWW= https://pypi.org/project/openbrokerapi/ LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}markupsafe>0:textproc/py-markupsafe@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Flask>0: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.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/www/py-openbrokerapi/distinfo b/www/py-openbrokerapi/distinfo index df17f8477a4a..630579604b54 100644 --- a/www/py-openbrokerapi/distinfo +++ b/www/py-openbrokerapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615805606 -SHA256 (openbrokerapi-4.1.2.tar.gz) = f39e7224cb84218454cbbf8add56744933ad5fbc8c91adc5856207f480fda58d -SIZE (openbrokerapi-4.1.2.tar.gz) = 15933 +TIMESTAMP = 1663616365 +SHA256 (openbrokerapi-4.2.0.tar.gz) = b05201bc94983bbdc9e91b35d28679d8c7e0f2c576257443eac9ead84a2dccc3 +SIZE (openbrokerapi-4.2.0.tar.gz) = 17374 diff --git a/www/py-openbrokerapi/files/patch-setup.py b/www/py-openbrokerapi/files/patch-setup.py deleted file mode 100644 index a4a49a348993..000000000000 --- a/www/py-openbrokerapi/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2019-08-08 10:01:14 UTC -+++ setup.py -@@ -14,7 +14,7 @@ setup( - author_email="maic@siemering.tech", - license="MIT", - description="A python package for the V2 CF Service Broker API and Open Broker API (version 2.13+)", -- long_description=open('README.rst').read(), -+ long_description=open('README.rst', encoding="utf-8").read(), - url="https://github.com/eruvanos/openbrokerapi", - keywords=["cloudfoundry", "cfbrokerapi", "openbrokerapi", "openservicebrokerapi", "servicebroker", "flask"], - classifiers=[