Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2020 08:17:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544036 - head/devel/py-pathlib
Message-ID:  <202008030817.0738HrUa083671@repo.freebsd.org>

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



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