git: e025b7be2dc9 - main - devel/py-frozendict: Revert 909874a677e0427bfda97b630bb03751978cf186
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 21:29:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e025b7be2dc9fda3d911c9fd710c561b31dba374 commit e025b7be2dc9fda3d911c9fd710c561b31dba374 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 21:18:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 21:28:44 +0000 devel/py-frozendict: Revert 909874a677e0427bfda97b630bb03751978cf186 frozendict 2.0.7 (42ec432a51ed43ea0fe1ef995de74e31dd5d9c80)) supports Python 3.10 already. --- devel/py-frozendict/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-frozendict/Makefile b/devel/py-frozendict/Makefile index 783867983a34..4dd8a1e8d5d5 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-3.9 +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils post-install: