Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Oct 2016 05:14:00 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r424892 - branches/2016Q4/sysutils/py-plumbum
Message-ID:  <201610290514.u9T5E0IQ015860@repo.freebsd.org>

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



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