diff options
Diffstat (limited to 'www/py-openbrokerapi')
-rw-r--r-- | www/py-openbrokerapi/Makefile | 5 | ||||
-rw-r--r-- | www/py-openbrokerapi/distinfo | 6 | ||||
-rw-r--r-- | www/py-openbrokerapi/files/patch-pyproject.toml | 26 |
3 files changed, 5 insertions, 32 deletions
diff --git a/www/py-openbrokerapi/Makefile b/www/py-openbrokerapi/Makefile index 3140fc2db13c..c31e31d822d4 100644 --- a/www/py-openbrokerapi/Makefile +++ b/www/py-openbrokerapi/Makefile @@ -1,6 +1,5 @@ PORTNAME= openbrokerapi -DISTVERSION= 4.7.1 -PORTREVISION= 1 +DISTVERSION= 4.7.3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +10,7 @@ WWW= https://pypi.org/project/openbrokerapi/ LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${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} \ diff --git a/www/py-openbrokerapi/distinfo b/www/py-openbrokerapi/distinfo index acb781eb4ce1..572617e87d6d 100644 --- a/www/py-openbrokerapi/distinfo +++ b/www/py-openbrokerapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725256861 -SHA256 (openbrokerapi-4.7.1.tar.gz) = 76ed7b31f450948054ce5d410da9c4dbf6643e5f423df6967b342be0c6e6963c -SIZE (openbrokerapi-4.7.1.tar.gz) = 18253 +TIMESTAMP = 1759386614 +SHA256 (openbrokerapi-4.7.3.tar.gz) = 7dfbb0de14009b9d536d81a4bfaa8581eb2505191811d8bab79ffa03665ac466 +SIZE (openbrokerapi-4.7.3.tar.gz) = 136329 diff --git a/www/py-openbrokerapi/files/patch-pyproject.toml b/www/py-openbrokerapi/files/patch-pyproject.toml deleted file mode 100644 index 25c635850faf..000000000000 --- a/www/py-openbrokerapi/files/patch-pyproject.toml +++ /dev/null @@ -1,26 +0,0 @@ ---- 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 <maic@siemering.tech>"] -+authors = [{name = "Maic Siemering", email = "<maic@siemering.tech>"}] - 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] - |