Date: Fri, 23 Dec 2016 00:20:24 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429209 - in head/net/py-twitter: . files Message-ID: <201612230020.uBN0KO8o021419@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Fri Dec 23 00:20:24 2016 New Revision: 429209 URL: https://svnweb.freebsd.org/changeset/ports/429209 Log: - Remove devel/py-pytest-runner from BUILD_DEPENDS (It is one of depends for test) Suggested by: Danilo G. Baio <dbaio@bsd.com.br>(via email) Added: head/net/py-twitter/files/ head/net/py-twitter/files/patch-setup.py (contents, props changed) Modified: head/net/py-twitter/Makefile Modified: head/net/py-twitter/Makefile ============================================================================== --- head/net/py-twitter/Makefile Thu Dec 22 23:55:03 2016 (r429208) +++ head/net/py-twitter/Makefile Fri Dec 23 00:20:24 2016 (r429209) @@ -3,6 +3,7 @@ PORTNAME= twitter PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,6 @@ COMMENT= Python wrapper around the Twitt LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib Added: head/net/py-twitter/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-twitter/files/patch-setup.py Fri Dec 23 00:20:24 2016 (r429209) @@ -0,0 +1,10 @@ +--- setup.py.orig 2016-12-23 00:11:09 UTC ++++ setup.py +@@ -57,7 +57,6 @@ setup( + packages=find_packages(exclude=('tests', 'docs')), + platforms=['Any'], + install_requires=['future', 'requests', 'requests-oauthlib'], +- setup_requires=['pytest-runner'], + tests_require=['pytest'], + keywords='twitter api', + classifiers=[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612230020.uBN0KO8o021419>