security/py-hawkauthlib: import py-hawkauthlib-2.0.0

This is a low-level library for implementing Hawk Access Authentication,
a simple HTTP request-signing scheme described.

To access resources using Hawk Access Authentication, the client
must have obtained a set of Hawk credentials including an id and
a secret key. They use these credentials to make signed requests
to the server.
This commit is contained in:
wiz 2023-06-11 07:47:37 +00:00
parent 70926bebf5
commit 3fdcf7b359
4 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,7 @@
This is a low-level library for implementing Hawk Access Authentication,
a simple HTTP request-signing scheme described.
To access resources using Hawk Access Authentication, the client
must have obtained a set of Hawk credentials including an id and
a secret key. They use these credentials to make signed requests
to the server.

View File

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1 2023/06/11 07:47:37 wiz Exp $
DISTNAME= hawkauthlib-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hawkauthlib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/mozilla-services/hawkauthlib
COMMENT= Hawk Access Authentication protocol
LICENSE= mpl-2.0
DEPENDS+= ${PYPKGPREFIX}-WebOb-[0-9]*:../../www/py-WebOb
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,31 @@
@comment $NetBSD: PLIST,v 1.1 2023/06/11 07:47:37 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/hawkauthlib/__init__.py
${PYSITELIB}/hawkauthlib/__init__.pyc
${PYSITELIB}/hawkauthlib/__init__.pyo
${PYSITELIB}/hawkauthlib/noncecache.py
${PYSITELIB}/hawkauthlib/noncecache.pyc
${PYSITELIB}/hawkauthlib/noncecache.pyo
${PYSITELIB}/hawkauthlib/tests/__init__.py
${PYSITELIB}/hawkauthlib/tests/__init__.pyc
${PYSITELIB}/hawkauthlib/tests/__init__.pyo
${PYSITELIB}/hawkauthlib/tests/test_noncecache.py
${PYSITELIB}/hawkauthlib/tests/test_noncecache.pyc
${PYSITELIB}/hawkauthlib/tests/test_noncecache.pyo
${PYSITELIB}/hawkauthlib/tests/test_request_objects.py
${PYSITELIB}/hawkauthlib/tests/test_request_objects.pyc
${PYSITELIB}/hawkauthlib/tests/test_request_objects.pyo
${PYSITELIB}/hawkauthlib/tests/test_signatures.py
${PYSITELIB}/hawkauthlib/tests/test_signatures.pyc
${PYSITELIB}/hawkauthlib/tests/test_signatures.pyo
${PYSITELIB}/hawkauthlib/tests/test_utils.py
${PYSITELIB}/hawkauthlib/tests/test_utils.pyc
${PYSITELIB}/hawkauthlib/tests/test_utils.pyo
${PYSITELIB}/hawkauthlib/utils.py
${PYSITELIB}/hawkauthlib/utils.pyc
${PYSITELIB}/hawkauthlib/utils.pyo

View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2023/06/11 07:47:37 wiz Exp $
BLAKE2s (hawkauthlib-2.0.0.tar.gz) = e0912ae77e56721c8dc0c2ec3409bdcf48d5571560b5b6938f8a8d7f4f105569
SHA512 (hawkauthlib-2.0.0.tar.gz) = 4552f41a71d9998bf34179d4aad32a0e77b55862a6e38a8b5bef59967bd5e3c2b25ec3022a8f8d9e86f5162d7d1a73dfe3302f8a25b2afd4f6a276e6859901f4
Size (hawkauthlib-2.0.0.tar.gz) = 14886 bytes