svn commit: r348305 - head/net/py-tweepy

Martin Wilke miwi at FreeBSD.org
Sat Mar 15 10:27:10 UTC 2014


Author: miwi
Date: Sat Mar 15 10:27:09 2014
New Revision: 348305
URL: http://svnweb.freebsd.org/changeset/ports/348305
QAT: https://qat.redports.org/buildarchive/r348305/

Log:
  - Remove tests to avoid conflict with net/py-oauth2
  
  Reported by:	antoine

Modified:
  head/net/py-tweepy/Makefile

Modified: head/net/py-tweepy/Makefile
==============================================================================
--- head/net/py-tweepy/Makefile	Sat Mar 15 09:57:40 2014	(r348304)
+++ head/net/py-tweepy/Makefile	Sat Mar 15 10:27:09 2014	(r348305)
@@ -17,4 +17,7 @@ USE_PYTHON=		2
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
+post-extract:
+	${RM} -r ${WRKSRC}/tests
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list