[Midnightbsd-cvs] mports [16198] trunk/net/py-oauth2: fix edge case

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Apr 12 14:51:31 EDT 2014


Revision: 16198
          http://svnweb.midnightbsd.org/mports/?rev=16198
Author:   laffer1
Date:     2014-04-12 14:51:30 -0400 (Sat, 12 Apr 2014)
Log Message:
-----------
fix edge case

Added Paths:
-----------
    trunk/net/py-oauth2/files/
    trunk/net/py-oauth2/files/patch-setup.py

Removed Paths:
-------------
    trunk/net/py-oauth2/pkg-plist

Added: trunk/net/py-oauth2/files/patch-setup.py
===================================================================
--- trunk/net/py-oauth2/files/patch-setup.py	                        (rev 0)
+++ trunk/net/py-oauth2/files/patch-setup.py	2014-04-12 18:51:30 UTC (rev 16198)
@@ -0,0 +1,11 @@
+--- ./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 at simplegeo.com",
+       url="http://github.com/simplegeo/python-oauth2",
+-      packages = find_packages(),
++      packages = find_packages(exclude=['tests']),
+       install_requires = ['httplib2'],
+       license = "MIT License",
+       keywords="oauth",

Deleted: trunk/net/py-oauth2/pkg-plist
===================================================================
--- trunk/net/py-oauth2/pkg-plist	2014-04-12 18:50:37 UTC (rev 16197)
+++ trunk/net/py-oauth2/pkg-plist	2014-04-12 18:51:30 UTC (rev 16198)
@@ -1 +0,0 @@
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%



More information about the Midnightbsd-cvs mailing list