diff --git a/www/py-openbrokerapi/Makefile b/www/py-openbrokerapi/Makefile index 1dfc6e0ee407..3140fc2db13c 100644 --- a/www/py-openbrokerapi/Makefile +++ b/www/py-openbrokerapi/Makefile @@ -1,28 +1,29 @@ PORTNAME= openbrokerapi DISTVERSION= 4.7.1 +PORTREVISION= 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 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 pep517 NO_ARCH= yes .include diff --git a/www/py-openbrokerapi/files/patch-pyproject.toml b/www/py-openbrokerapi/files/patch-pyproject.toml new file mode 100644 index 000000000000..25c635850faf --- /dev/null +++ b/www/py-openbrokerapi/files/patch-pyproject.toml @@ -0,0 +1,26 @@ +--- pyproject.toml.orig 2024-08-27 10:04:15 UTC ++++ pyproject.toml +@@ -1,9 +1,10 @@ +-[tool.poetry] ++[project] + name = "openbrokerapi" + version = "4.7.1" + description = "A python package for the V2 CF Service Broker API and Open Broker API (version 2.13+)" +-authors = ["Maic Siemering "] ++authors = [{name = "Maic Siemering", email = ""}] + license = "MIT" ++requires-python = ">= 3.8" + readme = "README.rst" + homepage = "https://openbrokerapi.readthedocs.io/" + documentation = "https://openbrokerapi.readthedocs.io/" +@@ -100,10 +101,6 @@ build-backend = "poetry.core.masonry.api" + [build-system] + requires = ["poetry-core>=1.0.0"] + build-backend = "poetry.core.masonry.api" +- +-[project] +-requires-python = ">= 3.8" +- + + [tool.ruff] +