svn commit: r416978 - head/devel/pep8
Sofian Brabez
sbz at FreeBSD.org
Thu Jun 16 18:27:57 UTC 2016
Author: sbz
Date: Thu Jun 16 18:27:55 2016
New Revision: 416978
URL: https://svnweb.freebsd.org/changeset/ports/416978
Log:
- Remove deprecated py3kplist in USE_PYTHON
Reported by: rm
Modified:
head/devel/pep8/Makefile
Modified: head/devel/pep8/Makefile
==============================================================================
--- head/devel/pep8/Makefile Thu Jun 16 18:15:21 2016 (r416977)
+++ head/devel/pep8/Makefile Thu Jun 16 18:27:55 2016 (r416978)
@@ -15,7 +15,7 @@ LICENSE= MIT
NO_ARCH= yes
USES= python
-USE_PYTHON= autoplist concurrent distutils py3kplist
+USE_PYTHON= autoplist concurrent distutils
do-test: extract
@(cd ${WRKSRC}; ${PYTHON_CMD} ${PORTNAME}.py \
More information about the svn-ports-head
mailing list