Index: head/net/py-twitter/Makefile =================================================================== --- head/net/py-twitter/Makefile (revision 429208) +++ head/net/py-twitter/Makefile (revision 429209) @@ -1,25 +1,25 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= twitter PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python wrapper around the Twitter API 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 NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils .include Index: head/net/py-twitter/files/patch-setup.py =================================================================== --- head/net/py-twitter/files/patch-setup.py (nonexistent) +++ head/net/py-twitter/files/patch-setup.py (revision 429209) @@ -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=[ Property changes on: head/net/py-twitter/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property