Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 10:27:10 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348305 - head/net/py-tweepy
Message-ID:  <201403151027.s2FARAEA014892@svn.freebsd.org>

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



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