git: 27e57c1208bf - main - devel/py-backports.zoneinfo: limit supported python versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Oct 2021 12:02:32 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=27e57c1208bf938e83d1a64e16aee1ec7c0bc8ce
commit 27e57c1208bf938e83d1a64e16aee1ec7c0bc8ce
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-10-28 11:27:59 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-10-28 11:46:08 +0000
devel/py-backports.zoneinfo: limit supported python versions
lib/zoneinfo_module.c:600:19: error: use of undeclared identifier '_PyLong_One'
one = _PyLong_One;
Approved by: portmgr blanket
---
devel/py-backports.zoneinfo/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-backports.zoneinfo/Makefile b/devel/py-backports.zoneinfo/Makefile
index f431f7dc7e2d..dc2706066f88 100644
--- a/devel/py-backports.zoneinfo/Makefile
+++ b/devel/py-backports.zoneinfo/Makefile
@@ -10,7 +10,7 @@ COMMENT= Backport of the standard library module zoneinfo
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python:3.7+
+USES= python:3.7-3.9
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>