svn commit: r416911 - head/devel/pep8

Sofian Brabez sbz at FreeBSD.org
Tue Jun 14 21:19:11 UTC 2016


Author: sbz
Date: Tue Jun 14 21:19:10 2016
New Revision: 416911
URL: https://svnweb.freebsd.org/changeset/ports/416911

Log:
  - Allow Python concurrent installation
  - Use do-test target instead regression-test
  - Bump PORTREVISION
  
  PR:		199077
  Submitted by:	Roland Smith <rsmith at xs4all.nl>

Modified:
  head/devel/pep8/Makefile
  head/devel/pep8/distinfo

Modified: head/devel/pep8/Makefile
==============================================================================
--- head/devel/pep8/Makefile	Tue Jun 14 20:42:03 2016	(r416910)
+++ head/devel/pep8/Makefile	Tue Jun 14 21:19:10 2016	(r416911)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pep8
 PORTVERSION=	1.7.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +15,9 @@ LICENSE=	MIT
 
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils py3kplist
 
-regression-test: extract
+do-test: extract
 	@(cd ${WRKSRC}; ${PYTHON_CMD} ${PORTNAME}.py \
 		--doctest --testsuite=testsuite)
 

Modified: head/devel/pep8/distinfo
==============================================================================
--- head/devel/pep8/distinfo	Tue Jun 14 20:42:03 2016	(r416910)
+++ head/devel/pep8/distinfo	Tue Jun 14 21:19:10 2016	(r416911)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1465936744
 SHA256 (pep8-1.7.0.tar.gz) = a113d5f5ad7a7abacef9df5ec3f2af23a20a28005921577b15dd584d099d5900
 SIZE (pep8-1.7.0.tar.gz) = 79704


More information about the svn-ports-head mailing list