diff --git a/www/py-openbrokerapi/Makefile b/www/py-openbrokerapi/Makefile index 3d61d7c27f4a..cd4305f7cbbd 100644 --- a/www/py-openbrokerapi/Makefile +++ b/www/py-openbrokerapi/Makefile @@ -1,28 +1,29 @@ PORTNAME= openbrokerapi -PORTVERSION= 4.6.0 -PORTREVISION= 1 +DISTVERSION= 4.6.0 +PORTREVISION= 2 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 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} 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 -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes .include diff --git a/www/py-openbrokerapi/files/patch-setup.py b/www/py-openbrokerapi/files/patch-setup.py deleted file mode 100644 index 130806a8f6f1..000000000000 --- a/www/py-openbrokerapi/files/patch-setup.py +++ /dev/null @@ -1,6 +0,0 @@ ---- 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) diff --git a/www/py-openbrokerapi/pkg-descr b/www/py-openbrokerapi/pkg-descr index 0c87fa001d77..db6153b71845 100644 --- a/www/py-openbrokerapi/pkg-descr +++ b/www/py-openbrokerapi/pkg-descr @@ -1 +1,8 @@ -A Python package for building Service Brokers supporting API version 2.13+. +This Python package is designed for creating Service Brokers compliant +with Open Service Broker API version 2.13+. It offers a streamlined +framework for managing service instances and bindings, supporting key +operations like provisioning, deprovisioning, and service updates. Ideal +for developing cloud-native service brokers, it ensures API compliance +and is suitable for both novice and experienced developers in Python +environments. +