svn commit: r370456 - head/devel/py-mccabe

William Grzybowski wg at FreeBSD.org
Wed Oct 8 16:46:25 UTC 2014


Author: wg
Date: Wed Oct  8 16:46:24 2014
New Revision: 370456
URL: https://svnweb.freebsd.org/changeset/ports/370456
QAT: https://qat.redports.org/buildarchive/r370456/

Log:
  devel/py-mccabe: remove setuptools hack and use newer python knob

Modified:
  head/devel/py-mccabe/Makefile

Modified: head/devel/py-mccabe/Makefile
==============================================================================
--- head/devel/py-mccabe/Makefile	Wed Oct  8 16:39:43 2014	(r370455)
+++ head/devel/py-mccabe/Makefile	Wed Oct  8 16:46:24 2014	(r370456)
@@ -10,11 +10,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wg at FreeBSD.org
 COMMENT=	Ned's script to check McCabe complexity
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-PYTHON_PY3K_PLIST_HACK=	yes
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP}
+USES=		python
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list