Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2014 16:46:25 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370456 - head/devel/py-mccabe
Message-ID:  <201410081646.s98GkPuv087128@svn.freebsd.org>

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



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