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

Jason W. Bacon jwb at FreeBSD.org
Sun Aug 2 22:44:24 UTC 2020


Author: jwb
Date: Sun Aug  2 22:44:24 2020
New Revision: 544005
URL: https://svnweb.freebsd.org/changeset/ports/544005

Log:
  devel/py-pathlib: Allow building with python3
  
  PR:             ports/247640
  Reviewed by:    koobs
  Approved by:    portmgr (blanket: ports/framework (Python) compliance)

Modified:
  head/devel/py-pathlib/Makefile

Modified: head/devel/py-pathlib/Makefile
==============================================================================
--- head/devel/py-pathlib/Makefile	Sun Aug  2 21:59:13 2020	(r544004)
+++ head/devel/py-pathlib/Makefile	Sun Aug  2 22:44:24 2020	(r544005)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pathlib
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT=	Python 3.4 pathlib backported to 3.3, 3.2, 3.
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list