diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-05-16 01:09:34 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-05-16 01:09:34 +0000 |
commit | d1fba0e62a2e225b6f09ec16011732d1f498ae84 (patch) | |
tree | 19504376f2bd29498a4341175f626267ccb64703 /net/py-python-twitter/files | |
parent | dns/py-dns-lexicon: Update to 2.1.4 (diff) |
net/py-twitter: Rename to py-python-twitter
Renamed to reflect official name at PyPI/Github.
PR: 212673
Approved by: garga (mentor), python (miwi)
Differential Revision: https://reviews.freebsd.org/D10705
Notes
Notes:
svn path=/head/; revision=440987
Diffstat (limited to 'net/py-python-twitter/files')
-rw-r--r-- | net/py-python-twitter/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/py-python-twitter/files/patch-setup.py b/net/py-python-twitter/files/patch-setup.py new file mode 100644 index 000000000000..81702979369e --- /dev/null +++ b/net/py-python-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=[ |