Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2014 20:58:25 +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: r359719 - head/net-im/py-libturpial
Message-ID:  <201406282058.s5SKwPoL071641@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Jun 28 20:58:24 2014
New Revision: 359719
URL: http://svnweb.freebsd.org/changeset/ports/359719
QAT: https://qat.redports.org/buildarchive/r359719/

Log:
  - Add a workaround to fix conflicts with tests/__init__.py
  
  Reported by:	antoinebot

Modified:
  head/net-im/py-libturpial/Makefile

Modified: head/net-im/py-libturpial/Makefile
==============================================================================
--- head/net-im/py-libturpial/Makefile	Sat Jun 28 20:53:27 2014	(r359718)
+++ head/net-im/py-libturpial/Makefile	Sat Jun 28 20:58:24 2014	(r359719)
@@ -14,11 +14,14 @@ COMMENT=	Twitter API
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simplejson>=3.4.0:${PORTSDIR}/devel/py-simplejson \
-	${PYTHON_PKGNAMEPREFIX}oauth>=1.0.1:${PORTSDIR}/net/py-oauth \
-	${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:${PORTSDIR}/www/py-requests
+		${PYTHON_PKGNAMEPREFIX}oauth>=1.0.1:${PORTSDIR}/net/py-oauth \
+		${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:${PORTSDIR}/www/py-requests
 
 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?201406282058.s5SKwPoL071641>