Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 23:02:47 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545466 - head/www/py-html3
Message-ID:  <202008192302.07JN2lWL031916@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008192302.07JN2lWL031916>