Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2016 16:00:43 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424860 - head/sysutils/py-plumbum
Message-ID:  <201610281600.u9SG0h7f008512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Fri Oct 28 16:00:43 2016
New Revision: 424860
URL: https://svnweb.freebsd.org/changeset/ports/424860

Log:
  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
  MFH:		2016Q4

Deleted:
  head/sysutils/py-plumbum/pkg-plist
Modified:
  head/sysutils/py-plumbum/Makefile

Modified: head/sysutils/py-plumbum/Makefile
==============================================================================
--- head/sysutils/py-plumbum/Makefile	Fri Oct 28 15:34:17 2016	(r424859)
+++ head/sysutils/py-plumbum/Makefile	Fri Oct 28 16:00:43 2016	(r424860)
@@ -16,7 +16,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyt
 
 USES=		python
 USE_GITHUB=	yes
-USE_PYTHON=	distutils concurrent py3kplist
+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?201610281600.u9SG0h7f008512>