summaryrefslogtreecommitdiff
path: root/net/py-oauth2/files
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-24 13:04:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-24 13:04:00 +0000
commitc9033fff30bbb070c7005b1ac2435ffd9b7e36c1 (patch)
tree0660626d1677428c3293e0626f79fe43e468e2db /net/py-oauth2/files
parent- Update to 2.1 (diff)
- Update to 1.9.0.post1
- Add NO_ARCH - Relax USES=python Changes: https://github.com/joestump/python-oauth2/commits/release/1.9
Notes
Notes: svn path=/head/; revision=429348
Diffstat (limited to 'net/py-oauth2/files')
-rw-r--r--net/py-oauth2/files/patch-setup.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/py-oauth2/files/patch-setup.py b/net/py-oauth2/files/patch-setup.py
index cde53c64734c..735ce4c948b1 100644
--- a/net/py-oauth2/files/patch-setup.py
+++ b/net/py-oauth2/files/patch-setup.py
@@ -1,12 +1,12 @@
# This package installs its 'test' module in site-packages/. Patch it out
# so tests/ is excluded from installation
---- ./setup.py.orig 2014-03-15 23:48:44.604925965 +1100
-+++ ./setup.py 2014-03-15 23:49:01.462781884 +1100
-@@ -31,7 +31,7 @@
- author="Joe Stump",
- author_email="joe@simplegeo.com",
- url="http://github.com/simplegeo/python-oauth2",
+--- setup.py.orig 2015-09-12 12:43:42 UTC
++++ setup.py
+@@ -45,7 +45,7 @@ setup(name=PKG,
+ "Natural Language :: English",
+ "License :: OSI Approved :: MIT License"
+ ],
- packages = find_packages(),
+ packages = find_packages(exclude=['tests']),
install_requires = ['httplib2'],