summaryrefslogtreecommitdiff
path: root/net/py-tweepy/files/patch-test__requirements.txt
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-07-07 10:20:32 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-07-07 10:20:32 +0000
commit875f5bc80d97833d74c9968c79afcb1303f40936 (patch)
tree0a2da1e1c5b330dcfdafe63644222b4ce12a7d38 /net/py-tweepy/files/patch-test__requirements.txt
parentmath/py-pandas: update 0.16.1 -> 0.16.2 (diff)
net/py-tweepy: Update to 3.3.0, Enable Python 3
- Update to 3.3.0 - Take MAINTAINER'ship - Switch to GITHUB to get access to the tests & test suite - Allow building with Python 3 (now supported) - Update BUILD_DEPENDS and RUN_DEPENDS - Sort USE_PYTHON values - Patch setup.py to correctly set test dependencies and hook in the setuptools test command - Patch out unnecessary (tox) test dependency. Changes: https://github.com/tweepy/tweepy/blob/v3.3.0/CHANGELOG.md First part of: PR: 200621 Reported by: Patrick P. <freebsdbug patpro net>
Notes
Notes: svn path=/head/; revision=391498
Diffstat (limited to 'net/py-tweepy/files/patch-test__requirements.txt')
-rw-r--r--net/py-tweepy/files/patch-test__requirements.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/py-tweepy/files/patch-test__requirements.txt b/net/py-tweepy/files/patch-test__requirements.txt
new file mode 100644
index 000000000000..ffe0ff724815
--- /dev/null
+++ b/net/py-tweepy/files/patch-test__requirements.txt
@@ -0,0 +1,7 @@
+--- test_requirements.txt.orig 2015-07-05 15:09:04 UTC
++++ test_requirements.txt
+@@ -1,4 +1,3 @@
+-tox>=1.7.2
+ vcrpy==1.1.2
+ mock==1.0.1
+ unittest2 # Comment this line out if using Python 3.