Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 2021 16:06:57 +0000 (UTC)
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569139 - head/devel/py-us
Message-ID:  <202103241606.12OG6v3T005482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nc
Date: Wed Mar 24 16:06:57 2021
New Revision: 569139
URL: https://svnweb.freebsd.org/changeset/ports/569139

Log:
  devel/py-us: Support python 3.6+ and not just 3.7+

Modified:
  head/devel/py-us/Makefile

Modified: head/devel/py-us/Makefile
==============================================================================
--- head/devel/py-us/Makefile	Wed Mar 24 16:04:00 2021	(r569138)
+++ head/devel/py-us/Makefile	Wed Mar 24 16:06:57 2021	(r569139)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jellyfish>=0:devel/py-jellyfish@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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