pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/py-oauthlib: remove (mechanical cleanup)



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Sep 23 05:25:41 2015 +0200
Changeset:	4c05d9dcc91dc2990e698bc6d212d86e170734ba

Removed Files:
	py-oauthlib/DESCR
	py-oauthlib/Makefile
	py-oauthlib/PLIST
	py-oauthlib/distinfo

Log Message:
wip/py-oauthlib: remove (mechanical cleanup)

- pkgsrc/security/py-oauthlib exists
- pkgsrc (0.6.1) >= wip (0.6.1)
- doc/CHANGES-2014: Added version 0.6.1 [imil 2014-05-08]
- wip/py-oauthlib last touched [kamel.derouiche 2014-03-21]
- package does not appear to be actively used to stage updates
- manual inspection of diff revealed no uncommitted improvements

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4c05d9dcc91dc2990e698bc6d212d86e170734ba

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-oauthlib/DESCR    |   2 -
 py-oauthlib/Makefile |  18 -------
 py-oauthlib/PLIST    | 138 ---------------------------------------------------
 py-oauthlib/distinfo |   5 --
 4 files changed, 163 deletions(-)

diffs:
diff --git a/py-oauthlib/DESCR b/py-oauthlib/DESCR
deleted file mode 100644
index 7078317..0000000
--- a/py-oauthlib/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-A generic, spec-compliant, thorough implementation of the OAuth
-request-signing logic
diff --git a/py-oauthlib/Makefile b/py-oauthlib/Makefile
deleted file mode 100644
index f92bc81..0000000
--- a/py-oauthlib/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2014/03/21 17:34:32 jihbed Exp $
-
-DISTNAME=	oauthlib-0.6.1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	security www python
-MASTER_SITES=	https://pypi.python.org/packages/source/o/oauthlib/
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/idan/oauthlib
-COMMENT=	OAuth request-signing logic
-LICENSE=	modified-bsd
-
-DEPENDS+=	${PYPKGPREFIX}-crypto>=2.6.1:../../security/py-crypto
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-oauthlib/PLIST b/py-oauthlib/PLIST
deleted file mode 100644
index cb61d6b..0000000
--- a/py-oauthlib/PLIST
+++ /dev/null
@@ -1,138 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/03/21 17:34:32 jihbed 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}/oauthlib/__init__.py
-${PYSITELIB}/oauthlib/__init__.pyc
-${PYSITELIB}/oauthlib/__init__.pyo
-${PYSITELIB}/oauthlib/common.py
-${PYSITELIB}/oauthlib/common.pyc
-${PYSITELIB}/oauthlib/common.pyo
-${PYSITELIB}/oauthlib/oauth1/__init__.py
-${PYSITELIB}/oauthlib/oauth1/__init__.pyc
-${PYSITELIB}/oauthlib/oauth1/__init__.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/__init__.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/__init__.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/__init__.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/__init__.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/__init__.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/__init__.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/access_token.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/access_token.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/access_token.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/authorization.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/authorization.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/authorization.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/base.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/base.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/base.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/pre_configured.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/pre_configured.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/pre_configured.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/request_token.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/request_token.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/request_token.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/resource.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/resource.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/resource.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/errors.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/errors.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/errors.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/parameters.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/parameters.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/parameters.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/request_validator.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/request_validator.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/request_validator.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/signature.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/signature.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/signature.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/utils.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/utils.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/utils.pyo
-${PYSITELIB}/oauthlib/oauth2/__init__.py
-${PYSITELIB}/oauthlib/oauth2/__init__.pyc
-${PYSITELIB}/oauthlib/oauth2/__init__.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/__init__.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/__init__.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/__init__.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/__init__.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/__init__.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/__init__.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/backend_application.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/backend_application.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/backend_application.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/base.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/base.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/base.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/legacy_application.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/legacy_application.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/legacy_application.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/mobile_application.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/mobile_application.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/mobile_application.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/web_application.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/web_application.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/web_application.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/__init__.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/__init__.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/__init__.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/authorization.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/authorization.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/authorization.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/base.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/base.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/base.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/pre_configured.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/pre_configured.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/pre_configured.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/resource.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/resource.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/resource.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/revocation.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/revocation.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/revocation.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/token.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/token.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/token.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/errors.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/errors.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/errors.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/__init__.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/__init__.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/__init__.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/authorization_code.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/authorization_code.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/authorization_code.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/base.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/base.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/base.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/client_credentials.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/client_credentials.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/client_credentials.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/implicit.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/implicit.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/implicit.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/refresh_token.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/parameters.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/parameters.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/parameters.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/request_validator.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/request_validator.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/request_validator.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/tokens.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/tokens.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/tokens.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/utils.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/utils.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/utils.pyo
-${PYSITELIB}/oauthlib/uri_validate.py
-${PYSITELIB}/oauthlib/uri_validate.pyc
-${PYSITELIB}/oauthlib/uri_validate.pyo
diff --git a/py-oauthlib/distinfo b/py-oauthlib/distinfo
deleted file mode 100644
index 4425a54..0000000
--- a/py-oauthlib/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/03/21 17:34:32 jihbed Exp $
-
-SHA1 (oauthlib-0.6.1.tar.gz) = be0412f3c9ee3ceb67ee065a71e9c9c734a839c1
-RMD160 (oauthlib-0.6.1.tar.gz) = 8dfcf16a212a78f78654417484d6c21e84f8ad8f
-Size (oauthlib-0.6.1.tar.gz) = 96405 bytes


Home | Main Index | Thread Index | Old Index