diff options
author | Wen Heping <wen@FreeBSD.org> | 2016-12-23 00:20:24 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2016-12-23 00:20:24 +0000 |
commit | 70accadc8c0ee483a2c0232f54b260dde1c3ca10 (patch) | |
tree | 9504c7d670b5a062ba2e807595616fa14ffc4f4b /net | |
parent | adbc6c8619c8301ae2d2ddc9b33f031a79fd8819 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/py-twitter/Makefile | 2 | ||||
-rw-r--r-- | net/py-twitter/files/patch-setup.py | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile index 1b8db07bc2d6..b670529158ba 100644 --- a/net/py-twitter/Makefile +++ b/net/py-twitter/Makefile @@ -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 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 diff --git a/net/py-twitter/files/patch-setup.py b/net/py-twitter/files/patch-setup.py new file mode 100644 index 000000000000..81702979369e --- /dev/null +++ b/net/py-twitter/files/patch-setup.py @@ -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=[ |