svn commit: r545466 - head/www/py-html3

Danilo G. Baio dbaio at FreeBSD.org
Wed Aug 19 23:02:48 UTC 2020


Author: dbaio
Date: Wed Aug 19 23:02:47 2020
New Revision: 545466
URL: https://svnweb.freebsd.org/changeset/ports/545466

Log:
  www/py-html3: Add missing Python version requirement
  
  Requires Python 3.5+
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/www/py-html3/Makefile

Modified: head/www/py-html3/Makefile
==============================================================================
--- head/www/py-html3/Makefile	Wed Aug 19 22:53:18 2020	(r545465)
+++ head/www/py-html3/Makefile	Wed Aug 19 23:02:47 2020	(r545466)
@@ -12,7 +12,7 @@ COMMENT=	Simple, elegant HTML, XHTML and XML generatio
 
 LICENSE=	BSD3CLAUSE
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list