hello,
minor update from 1.5.211 to 1.9.0post1 built, packaged and
tests passed on amd64. Since this is no longer a dependency
for py-discogs-client I don't have any real world tests for
it though.
thanks,
.jh
Index: py-oauth2/Makefile
===================================================================
RCS file: /cvs/ports/net/py-oauth2/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- py-oauth2/Makefile 29 Sep 2015 10:52:29 -0000 1.4
+++ py-oauth2/Makefile 5 Jan 2016 04:15:01 -0000
@@ -2,10 +2,9 @@
COMMENT = Python library for OAuth
-MODPY_EGG_VERSION = 1.5.211
+MODPY_EGG_VERSION = 1.9.0.post1
DISTNAME = oauth2-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
-REVISION = 1
CATEGORIES = net
MAINTAINER = Johan Huldtgren <jhuldtg...@gmail.com>
Index: py-oauth2/distinfo
===================================================================
RCS file: /cvs/ports/net/py-oauth2/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- py-oauth2/distinfo 31 Oct 2014 11:59:07 -0000 1.1.1.1
+++ py-oauth2/distinfo 5 Jan 2016 04:15:01 -0000
@@ -1,2 +1,2 @@
-SHA256 (oauth2-1.5.211.tar.gz) = gqOPZ02h+klsD8TfcUy7BYVAvtcqMMUKLjRLDZhMTSE=
-SIZE (oauth2-1.5.211.tar.gz) = 18608
+SHA256 (oauth2-1.9.0.post1.tar.gz) = wAaoXnxgEHx8xtobGEtccZ9t1yAgmBlt+m5V32abWb8=
+SIZE (oauth2-1.9.0.post1.tar.gz) = 21306
Index: py-oauth2/patches/patch-setup_py
===================================================================
RCS file: /cvs/ports/net/py-oauth2/patches/patch-setup_py,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-setup_py
--- py-oauth2/patches/patch-setup_py 30 May 2015 09:42:37 -0000 1.1
+++ py-oauth2/patches/patch-setup_py 5 Jan 2016 04:15:01 -0000
@@ -1,10 +1,10 @@
-$OpenBSD: patch-setup_py,v 1.1 2015/05/30 09:42:37 czarkoff Exp $
---- setup.py.orig Thu May 28 22:25:46 2015
-+++ setup.py Thu May 28 22:26:16 2015
-@@ -31,7 +31,7 @@ setup(name=PKG,
- author="Joe Stump",
- author_email="j...@simplegeo.com",
- url="http://github.com/simplegeo/python-oauth2",
+$OpenBSD$
+--- setup.py.orig Mon Jan 4 22:34:54 2016
++++ setup.py Mon Jan 4 22:33:50 2016
+@@ -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'],
Index: py-oauth2/pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/py-oauth2/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- py-oauth2/pkg/PLIST 30 May 2015 09:42:38 -0000 1.2
+++ py-oauth2/pkg/PLIST 5 Jan 2016 04:15:01 -0000
@@ -6,9 +6,12 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/oauth2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/oauth2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/oauth2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
+lib/python${MODPY_VERSION}/site-packages/oauth2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/version.txt
lib/python${MODPY_VERSION}/site-packages/oauth2-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/zip-safe
lib/python${MODPY_VERSION}/site-packages/oauth2/__init__.py
lib/python${MODPY_VERSION}/site-packages/oauth2/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/oauth2/_compat.py
+lib/python${MODPY_VERSION}/site-packages/oauth2/_compat.pyc
lib/python${MODPY_VERSION}/site-packages/oauth2/_version.py
lib/python${MODPY_VERSION}/site-packages/oauth2/_version.pyc
lib/python${MODPY_VERSION}/site-packages/oauth2/clients/