pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Removed py-oauth, py-oauth2
details: https://anonhg.NetBSD.org/pkgsrc/rev/e075de3807df
branches: trunk
changeset: 312510:e075de3807df
user: adam <adam%pkgsrc.org@localhost>
date: Wed Sep 05 09:21:51 2018 +0000
description:
Removed py-oauth, py-oauth2
diffstat:
doc/CHANGES-2018 | 4 +++-
security/Makefile | 4 +---
security/py-oauth/DESCR | 1 -
security/py-oauth/Makefile | 14 --------------
security/py-oauth/PLIST | 12 ------------
security/py-oauth/distinfo | 6 ------
security/py-oauth2/DESCR | 17 -----------------
security/py-oauth2/Makefile | 18 ------------------
security/py-oauth2/PLIST | 28 ----------------------------
security/py-oauth2/distinfo | 6 ------
10 files changed, 4 insertions(+), 106 deletions(-)
diffs (167 lines):
diff -r 85debe829764 -r e075de3807df doc/CHANGES-2018
--- a/doc/CHANGES-2018 Wed Sep 05 08:56:36 2018 +0000
+++ b/doc/CHANGES-2018 Wed Sep 05 09:21:51 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2018,v 1.3931 2018/09/05 08:56:36 adam Exp $
+$NetBSD: CHANGES-2018,v 1.3932 2018/09/05 09:22:42 adam Exp $
Changes to the packages collection and infrastructure in 2018:
@@ -5534,3 +5534,5 @@
Added www/py-cherrypy17 version 17.3.0 [adam 2018-09-05]
Updated www/py-flup to 1.0.3 [adam 2018-09-05]
Removed www/py-flup3 successor www/py-flup [adam 2018-09-05]
+ Removed security/py-oauth [adam 2018-09-05]
+ Removed security/py-oauth2 [adam 2018-09-05]
diff -r 85debe829764 -r e075de3807df security/Makefile
--- a/security/Makefile Wed Sep 05 08:56:36 2018 +0000
+++ b/security/Makefile Wed Sep 05 09:21:51 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.686 2018/08/28 11:47:52 adam Exp $
+# $NetBSD: Makefile,v 1.687 2018/09/05 09:21:51 adam Exp $
#
COMMENT= Security tools
@@ -433,8 +433,6 @@
SUBDIR+= py-ndg_httpsclient
SUBDIR+= py-ntlm-auth
SUBDIR+= py-oath
-SUBDIR+= py-oauth
-SUBDIR+= py-oauth2
SUBDIR+= py-oauth2client
SUBDIR+= py-oauthlib
SUBDIR+= py-openid
diff -r 85debe829764 -r e075de3807df security/py-oauth/DESCR
--- a/security/py-oauth/DESCR Wed Sep 05 08:56:36 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Library for OAuth version 1.0a.
diff -r 85debe829764 -r e075de3807df security/py-oauth/Makefile
--- a/security/py-oauth/Makefile Wed Sep 05 08:56:36 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2017/09/04 18:08:27 wiz Exp $
-
-DISTNAME= oauth-1.0.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= python security www
-MASTER_SITES= ${MASTER_SITE_PYPI:=o/oauth/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://pypi.python.org/pypi/oauth/
-COMMENT= Python OAuth library
-LICENSE= mit
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 85debe829764 -r e075de3807df security/py-oauth/PLIST
--- a/security/py-oauth/PLIST Wed Sep 05 08:56:36 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2010/07/19 16:53:13 ver Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
-${PYSITELIB}/oauth/__init__.py
-${PYSITELIB}/oauth/__init__.pyc
-${PYSITELIB}/oauth/__init__.pyo
-${PYSITELIB}/oauth/oauth.py
-${PYSITELIB}/oauth/oauth.pyc
-${PYSITELIB}/oauth/oauth.pyo
diff -r 85debe829764 -r e075de3807df security/py-oauth/distinfo
--- a/security/py-oauth/distinfo Wed Sep 05 08:56:36 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:18:04 agc Exp $
-
-SHA1 (oauth-1.0.1.tar.gz) = b2d7609e4852b33d0d33f0bc6ae5cab8fadca014
-RMD160 (oauth-1.0.1.tar.gz) = 3d1dad6117aeb13392e35870716022e3a71897c3
-SHA512 (oauth-1.0.1.tar.gz) = a503b1bfff18c97a0e666cc376bfcb11e3cc0f3340dd16e0254fcd4340ed28ab0fc52d1de81b573309351a5edaf83d0b437c155580c00e32a81a7c219ee7eca9
-Size (oauth-1.0.1.tar.gz) = 9533 bytes
diff -r 85debe829764 -r e075de3807df security/py-oauth2/DESCR
--- a/security/py-oauth2/DESCR Wed Sep 05 08:56:36 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-This code was originally forked from Leah Culver and Andy Smith's
-oauth.py code. Some of the tests come from a fork by Vic Fryzel, while
-a revamped Request class and more tests were merged in from Mark
-Paschal's fork. A number of notable differences exist between this
-code and its forefathers:
-
- 100% unit test coverage.
- The DataStore object has been completely ripped out. While
- creating unit tests for the library I found several substantial
- bugs with the implementation and confirmed with Andy Smith that it
- was never fully baked.
- Classes are no longer prefixed with OAuth.
- The Request class now extends from dict.
- The library is likely no longer compatible with Python 2.3.
- The Client class works and extends from httplib2. It's a thin
- wrapper that handles automatically signing any normal HTTP request
- you might wish to make.
diff -r 85debe829764 -r e075de3807df security/py-oauth2/Makefile
--- a/security/py-oauth2/Makefile Wed Sep 05 08:56:36 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:32 adam Exp $
-
-DISTNAME= oauth2-1.5.211
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= python security www
-MASTER_SITES= ${MASTER_SITE_PYPI:=o/oauth2/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/joestump/python-oauth2
-COMMENT= Python OAuth2 library
-LICENSE= mit
-
-DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.7.7:../../www/py-httplib2
-
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.5.211
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 85debe829764 -r e075de3807df security/py-oauth2/PLIST
--- a/security/py-oauth2/PLIST Wed Sep 05 08:56:36 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/05/12 19:55:42 cheusov Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
-${PYSITELIB}/oauth2/__init__.py
-${PYSITELIB}/oauth2/__init__.pyc
-${PYSITELIB}/oauth2/__init__.pyo
-${PYSITELIB}/oauth2/_version.py
-${PYSITELIB}/oauth2/_version.pyc
-${PYSITELIB}/oauth2/_version.pyo
-${PYSITELIB}/oauth2/clients/__init__.py
-${PYSITELIB}/oauth2/clients/__init__.pyc
-${PYSITELIB}/oauth2/clients/__init__.pyo
-${PYSITELIB}/oauth2/clients/imap.py
-${PYSITELIB}/oauth2/clients/imap.pyc
-${PYSITELIB}/oauth2/clients/imap.pyo
-${PYSITELIB}/oauth2/clients/smtp.py
-${PYSITELIB}/oauth2/clients/smtp.pyc
-${PYSITELIB}/oauth2/clients/smtp.pyo
-${PYSITELIB}/tests/__init__.py
-${PYSITELIB}/tests/__init__.pyc
-${PYSITELIB}/tests/__init__.pyo
-${PYSITELIB}/tests/test_oauth.py
-${PYSITELIB}/tests/test_oauth.pyc
-${PYSITELIB}/tests/test_oauth.pyo
diff -r 85debe829764 -r e075de3807df security/py-oauth2/distinfo
--- a/security/py-oauth2/distinfo Wed Sep 05 08:56:36 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:18:04 agc Exp $
-
-SHA1 (oauth2-1.5.211.tar.gz) = ac66def0ec16e4d2654e75f2bcae837e6dcf309f
-RMD160 (oauth2-1.5.211.tar.gz) = 70baee500d03210cf30125be0cb3281185c70626
-SHA512 (oauth2-1.5.211.tar.gz) = 3f5606702d4e305c191c924cab01ee3fc7e170a26460c1d49031e3d9a296b3502d5e18edb1ec0e291abd61797cb47b7b2b8929eff33eb8bc9fd73434b3ab028a
-Size (oauth2-1.5.211.tar.gz) = 18608 bytes
Home |
Main Index |
Thread Index |
Old Index