svn commit: r552041 - head/sysutils/py-dict-toolbox

Kirill Ponomarev krion at FreeBSD.org
Sun Oct 11 09:55:57 UTC 2020


Author: krion
Date: Sun Oct 11 09:55:56 2020
New Revision: 552041
URL: https://svnweb.freebsd.org/changeset/ports/552041

Log:
  Support Python 3.6 or later.

Modified:
  head/sysutils/py-dict-toolbox/Makefile

Modified: head/sysutils/py-dict-toolbox/Makefile
==============================================================================
--- head/sysutils/py-dict-toolbox/Makefile	Sun Oct 11 09:27:48 2020	(r552040)
+++ head/sysutils/py-dict-toolbox/Makefile	Sun Oct 11 09:55:56 2020	(r552041)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dict-toolbox
 PORTVERSION=	1.9
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -11,7 +12,7 @@ COMMENT=	Collection of python dictionary management to
 
 LICENSE=	APACHE20
 
-USES=		python shebangfix
+USES=		python:3.6+ shebangfix
 USE_PYTHON=	autoplist distutils
 
 USE_GITLAB=	yes


More information about the svn-ports-head mailing list