1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

security/py-python3-saml: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2023-08-01 00:32:50 +08:00
parent 32cada55aa
commit 27fe4dde6b
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= python3-saml
PORTVERSION= 1.15.0
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,12 +12,15 @@ WWW= https://github.com/SAML-Toolkits/python3-saml
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.1.0:devel/py-poetry-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=40.1.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=4.7.1:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=4.6.5:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xmlsec>=1.3.9:security/py-xmlsec@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes

View File

@ -0,0 +1,11 @@
--- pyproject.toml.orig 2022-12-27 21:57:03 UTC
+++ pyproject.toml
@@ -79,7 +79,7 @@ test = ["flake8", "freezegun", "pytest", "coverage"]
[build-system]
requires = [
- "poetry>=1.1.15",
+ "poetry-core>=1.1.0",
"setuptools >= 40.1.0",
"wheel"
]