aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-11-01 13:52:31 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-11-01 13:59:10 +0000
commit909874a677e0427bfda97b630bb03751978cf186 (patch)
treedfb533096249979a497264af4426b9c874df9343
parentf9241356e435aa0ca169be46dafaf7748e4b297f (diff)
downloadports-909874a677e0427bfda97b630bb03751978cf186.tar.gz
ports-909874a677e0427bfda97b630bb03751978cf186.zip
devel/py-frozendict: limit supported python versions
Python 3.10: /wrkdirs/usr/ports/devel/py-frozendict/work-py310/frozendict-2.0.6/frozendict/src/3_10/cpython_src/Include/Python.h:72:10: fatal error: 'pytime.h' file not found #include "pytime.h" Python 3.11: cc: error: no such file or directory: '/wrkdirs/usr/ports/devel/py-frozendict/work-py311/frozendict-2.0.6/frozendict/src/3_11/cpython_src/Objects/dictobject.c' Approved by: portmgr blanket
-rw-r--r--devel/py-frozendict/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-frozendict/Makefile b/devel/py-frozendict/Makefile
index 4dd8a1e8d5d5..783867983a34 100644
--- a/devel/py-frozendict/Makefile
+++ b/devel/py-frozendict/Makefile
@@ -12,7 +12,7 @@ COMMENT= Immutable dictionary implementation for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= python:3.6+
+USES= python:3.6-3.9
USE_PYTHON= autoplist concurrent distutils
post-install: