Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,15 +1,21 @@
# $NetBSD: Makefile,v 1.2 2014/05/13 17:08:44 joerg Exp $
# $NetBSD: Makefile,v 1.6 2016/09/04 09:33:28 wiz Exp $
DISTNAME= oauthlib-0.6.1
DISTNAME= oauthlib-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security
MASTER_SITES= https://pypi.python.org/packages/source/o/oauthlib/
MASTER_SITES= ${MASTER_SITE_PYPI:=o/oauthlib/}
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/oauthlib
COMMENT= Generic implementation of the OAuth request-signing logic
LICENSE= original-bsd
DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-blinker-[0-9]*:../../devel/py-blinker
DEPENDS+= ${PYPKGPREFIX}-JWT>=1.0.0:../../textproc/py-JWT
BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2014/05/13 17:08:44 joerg Exp $
@comment $NetBSD: PLIST,v 1.5 2016/09/04 09:33:28 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -37,6 +37,9 @@ ${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/signature_only.py
${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/signature_only.pyc
${PYSITELIB}/oauthlib/oauth1/rfc5849/endpoints/signature_only.pyo
${PYSITELIB}/oauthlib/oauth1/rfc5849/errors.py
${PYSITELIB}/oauthlib/oauth1/rfc5849/errors.pyc
${PYSITELIB}/oauthlib/oauth1/rfc5849/errors.pyo
@@ -73,6 +76,9 @@ ${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/service_application.py
${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/service_application.pyc
${PYSITELIB}/oauthlib/oauth2/rfc6749/clients/service_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
@@ -115,6 +121,9 @@ ${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/openid_connect.py
${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/openid_connect.pyc
${PYSITELIB}/oauthlib/oauth2/rfc6749/grant_types/openid_connect.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
@@ -133,6 +142,9 @@ ${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/signals.py
${PYSITELIB}/oauthlib/signals.pyc
${PYSITELIB}/oauthlib/signals.pyo
${PYSITELIB}/oauthlib/uri_validate.py
${PYSITELIB}/oauthlib/uri_validate.pyc
${PYSITELIB}/oauthlib/uri_validate.pyo

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1 2014/05/08 15:18:10 imil Exp $
$NetBSD: distinfo,v 1.6 2016/09/04 09:33:28 wiz 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
SHA1 (oauthlib-2.0.0.tar.gz) = fb987d86f29e80000d3374abfb96c3c4ae78eb25
RMD160 (oauthlib-2.0.0.tar.gz) = acd565a718f3783ccf3b1479e2489718888b4abc
SHA512 (oauthlib-2.0.0.tar.gz) = c8dec4ac1ac5ef47ba850b528dc14f8a9cb9342f74f69f49ca6dfeb80970edb35929fd8b3a885ff11749d5711a99803f1f4f66f729599b5a9eeb60d8c6b7ee4b
Size (oauthlib-2.0.0.tar.gz) = 122597 bytes