www/py-openbrokerapi: Fix build with py-poetry-core 2.0.0+

- Bump PORTREVISION for package change

Approved by:	portmgr (blanket)
With hat:	python
This commit is contained in:
Po-Chuan Hsieh 2025-02-03 23:39:51 +08:00
parent b390108e14
commit a7cf443ce8
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 27 additions and 0 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= openbrokerapi PORTNAME= openbrokerapi
DISTVERSION= 4.7.1 DISTVERSION= 4.7.1
PORTREVISION= 1
CATEGORIES= www python CATEGORIES= www python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -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 <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]