svn commit: r544036 - head/devel/py-pathlib

Antoine Brodin antoine at FreeBSD.org
Mon Aug 3 08:17:53 UTC 2020


Author: antoine
Date: Mon Aug  3 08:17:52 2020
New Revision: 544036
URL: https://svnweb.freebsd.org/changeset/ports/544036

Log:
  Revert r544005, pathlib is included in python 3.4+
  
  With hat:	portmgr

Modified:
  head/devel/py-pathlib/Makefile

Modified: head/devel/py-pathlib/Makefile
==============================================================================
--- head/devel/py-pathlib/Makefile	Mon Aug  3 08:11:57 2020	(r544035)
+++ head/devel/py-pathlib/Makefile	Mon Aug  3 08:17:52 2020	(r544036)
@@ -13,7 +13,7 @@ COMMENT=	Python 3.4 pathlib backported to 3.3, 3.2, 3.
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list