git: e975f68433ac - main - devel/py-lazy-object-proxy: Allow py-setuptools_scm 6.0+
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jul 24 20:31:55 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e975f68433accd0fbacf83622160deb872ff7b32
commit e975f68433accd0fbacf83622160deb872ff7b32
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-24 20:21:37 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-24 20:21:37 +0000
devel/py-lazy-object-proxy: Allow py-setuptools_scm 6.0+
It helps for the landing of py-setuptools_scm 6.0.1.
---
devel/py-lazy-object-proxy/Makefile | 2 +-
devel/py-lazy-object-proxy/files/patch-setup.cfg | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/devel/py-lazy-object-proxy/Makefile b/devel/py-lazy-object-proxy/Makefile
index df0e96773a07..3f214c3c1a8a 100644
--- a/devel/py-lazy-object-proxy/Makefile
+++ b/devel/py-lazy-object-proxy/Makefile
@@ -10,7 +10,7 @@ COMMENT= Fast and thorough lazy object proxy
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.3.1<6.0:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.3.1:devel/py-setuptools_scm@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
diff --git a/devel/py-lazy-object-proxy/files/patch-setup.cfg b/devel/py-lazy-object-proxy/files/patch-setup.cfg
new file mode 100644
index 000000000000..7ec7ee315d2b
--- /dev/null
+++ b/devel/py-lazy-object-proxy/files/patch-setup.cfg
@@ -0,0 +1,10 @@
+--- setup.cfg.orig 2021-03-22 20:53:25 UTC
++++ setup.cfg
+@@ -1,6 +1,6 @@
+ [options]
+ setup_requires =
+- setuptools_scm>=3.3.1,<6.0
++ setuptools_scm>=3.3.1
+
+ [flake8]
+ max-line-length = 140
More information about the dev-commits-ports-all
mailing list