svn commit: r518030 - head/devel/py-joblib

Antoine Brodin antoine at FreeBSD.org
Wed Nov 20 14:57:38 UTC 2019


Author: antoine
Date: Wed Nov 20 14:57:37 2019
New Revision: 518030
URL: https://svnweb.freebsd.org/changeset/ports/518030

Log:
  Revert r518008, breaking bulk -a is not covered by portmgr blanket

Modified:
  head/devel/py-joblib/Makefile

Modified: head/devel/py-joblib/Makefile
==============================================================================
--- head/devel/py-joblib/Makefile	Wed Nov 20 14:56:08 2019	(r518029)
+++ head/devel/py-joblib/Makefile	Wed Nov 20 14:57:37 2019	(r518030)
@@ -13,7 +13,7 @@ COMMENT=	Lightweight pipelining using Python functions
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		python:-3.7
+USES=		python
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list