svn commit: r424892 - branches/2016Q4/sysutils/py-plumbum

David Naylor dbn at FreeBSD.org
Sat Oct 29 05:14:01 UTC 2016


Author: dbn
Date: Sat Oct 29 05:13:59 2016
New Revision: 424892
URL: https://svnweb.freebsd.org/changeset/ports/424892

Log:
  MFH: r424744 r424860
  
  sysutils/py-plumbum: fix packages with Python 3
  
  PR:		213812
  Submitted by:	jbeich
  
  sysutils/py-plumbum: use autoplist instead of py3kplist.
  
   - py3kplist should only be used if there is no alternative.
   - MFH in conjuction with r424744
  
  PR:		213812
  Reported by:	rm
  
  Approved by:	ports-secteam (feld@)

Deleted:
  branches/2016Q4/sysutils/py-plumbum/pkg-plist
Modified:
  branches/2016Q4/sysutils/py-plumbum/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/sysutils/py-plumbum/Makefile
==============================================================================
--- branches/2016Q4/sysutils/py-plumbum/Makefile	Sat Oct 29 03:03:27 2016	(r424891)
+++ branches/2016Q4/sysutils/py-plumbum/Makefile	Sat Oct 29 05:13:59 2016	(r424892)
@@ -16,7 +16,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyt
 
 USES=		python
 USE_GITHUB=	yes
-USE_PYTHON=	distutils concurrent
+USE_PYTHON=	autoplist distutils concurrent 
 GH_ACCOUNT=	tomerfiliba
 
 do-test:


More information about the svn-ports-all mailing list