mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
devel/py-attrs-strict: Update version requirement of BUILD_DEPENDS
This commit is contained in:
parent
7ccd0bde8b
commit
c977a4e578
@ -12,8 +12,8 @@ WWW= https://github.com/bloomberg/attrs-strict
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=58:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7.1:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=22.2:devel/py-attrs@${PY_FLAVOR}
|
||||
|
||||
|
@ -1,13 +1,11 @@
|
||||
--- pyproject.toml.orig 2023-08-14 16:58:30 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -1,8 +1,8 @@
|
||||
@@ -1,7 +1,7 @@ requires = [
|
||||
[build-system]
|
||||
build-backend = 'setuptools.build_meta'
|
||||
requires = [
|
||||
- "setuptools>=67.6.1",
|
||||
- "setuptools-scm>=7.1",
|
||||
+ "setuptools>=58",
|
||||
+ "setuptools-scm>=6",
|
||||
+ "setuptools>=61",
|
||||
"setuptools-scm>=7.1",
|
||||
]
|
||||
|
||||
[tool.setuptools_scm]
|
||||
|
Loading…
Reference in New Issue
Block a user