svn commit: r559995 - head/textproc/py-sphinx18

Antoine Brodin antoine at FreeBSD.org
Sun Jan 3 08:35:06 UTC 2021


Author: antoine
Date: Sun Jan  3 08:35:05 2021
New Revision: 559995
URL: https://svnweb.freebsd.org/changeset/ports/559995

Log:
  Revert part of r559976 to unbreak bulk -a
  
  Reported by:	pkg-fallout

Modified:
  head/textproc/py-sphinx18/Makefile

Modified: head/textproc/py-sphinx18/Makefile
==============================================================================
--- head/textproc/py-sphinx18/Makefile	Sun Jan  3 06:32:47 2021	(r559994)
+++ head/textproc/py-sphinx18/Makefile	Sun Jan  3 08:35:05 2021	(r559995)
@@ -44,7 +44,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/p
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python
 USE_PYTHON=	autoplist distutils concurrent
 
 CONFLICTS_INSTALL=	py*-sphinx


More information about the svn-ports-head mailing list