summaryrefslogtreecommitdiff
path: root/security/py-oauthlib
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-05-13 17:08:44 +0000
committerjoerg <joerg@pkgsrc.org>2014-05-13 17:08:44 +0000
commit2b8f4361c88b3941656ca2a870136eff36e49d3a (patch)
tree8eede00a05ee3c391f56212148ef248c24ee7e1f /security/py-oauthlib
parent7ab7eac873fa09824bcc121f2bd560a673c96e8d (diff)
downloadpkgsrc-2b8f4361c88b3941656ca2a870136eff36e49d3a.tar.gz
Correctly build as Python Egg.
Diffstat (limited to 'security/py-oauthlib')
-rw-r--r--security/py-oauthlib/Makefile4
-rw-r--r--security/py-oauthlib/PLIST104
2 files changed, 54 insertions, 54 deletions
diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile
index d50f7c571ed..0acbbec71fb 100644
--- a/security/py-oauthlib/Makefile
+++ b/security/py-oauthlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/05/08 15:18:10 imil Exp $
+# $NetBSD: Makefile,v 1.2 2014/05/13 17:08:44 joerg Exp $
DISTNAME= oauthlib-0.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,5 @@ LICENSE= original-bsd
USE_LANGUAGES= # none
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-oauthlib/PLIST b/security/py-oauthlib/PLIST
index 044d09d49b1..a76dc49a038 100644
--- a/security/py-oauthlib/PLIST
+++ b/security/py-oauthlib/PLIST
@@ -1,138 +1,138 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/08 15:18:10 imil Exp $
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/requires.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2014/05/13 17:08:44 joerg 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/uri_validate.pyc
-${PYSITELIB}/oauthlib/uri_validate.pyo
-${PYSITELIB}/oauthlib/common.py
${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/errors.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/errors.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/parameters.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/parameters.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/request_validator.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/request_validator.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/signature.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/signature.pyo
-${PYSITELIB}/oauthlib/oauth1/rfc5849/utils.pyc
-${PYSITELIB}/oauthlib/oauth1/rfc5849/utils.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/endpoints/access_token.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/authorization.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/base.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/pre_configured.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/request_token.py
-${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/resource.py
${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/errors.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/errors.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/parameters.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/parameters.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/request_validator.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/request_validator.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/tokens.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/tokens.pyo
-${PYSITELIB}/oauthlib/oauth2/rfc6749/utils.pyc
-${PYSITELIB}/oauthlib/oauth2/rfc6749/utils.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/clients/backend_application.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/base.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/legacy_application.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/mobile_application.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/web_application.py
${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/endpoints/authorization.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/base.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/pre_configured.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/resource.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/revocation.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/endpoints/token.py
${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/grant_types/authorization_code.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/base.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/client_credentials.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/implicit.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/refresh_token.py
-${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.py
${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