[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pkgsrc-changes
Subject:    CVS commit: pkgsrc/security/py-hawkauthlib
From:       "Thomas Klausner" <wiz () netbsd ! org>
Date:       2023-06-11 7:47:37
Message-ID: 20230611074737.54074FA89 () cvs ! NetBSD ! org
[Download RAW message or body]

This is a multi-part message in MIME format.

--_----------=_1686469657139470
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	wiz
Date:		Sun Jun 11 07:47:37 UTC 2023

Added Files:
	pkgsrc/security/py-hawkauthlib: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-hawkauthlib/DESCR \
    pkgsrc/security/py-hawkauthlib/Makefile \
    pkgsrc/security/py-hawkauthlib/PLIST \
    pkgsrc/security/py-hawkauthlib/distinfo

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


--_----------=_1686469657139470
Content-Disposition: inline
Content-Length: 3689
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Added files:

Index: pkgsrc/security/py-hawkauthlib/DESCR
diff -u /dev/null pkgsrc/security/py-hawkauthlib/DESCR:1.1
--- /dev/null	Sun Jun 11 07:47:37 2023
+++ pkgsrc/security/py-hawkauthlib/DESCR	Sun Jun 11 07:47:37 2023
@@ -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.
Index: pkgsrc/security/py-hawkauthlib/Makefile
diff -u /dev/null pkgsrc/security/py-hawkauthlib/Makefile:1.1
--- /dev/null	Sun Jun 11 07:47:37 2023
+++ pkgsrc/security/py-hawkauthlib/Makefile	Sun Jun 11 07:47:37 2023
@@ -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"
Index: pkgsrc/security/py-hawkauthlib/PLIST
diff -u /dev/null pkgsrc/security/py-hawkauthlib/PLIST:1.1
--- /dev/null	Sun Jun 11 07:47:37 2023
+++ pkgsrc/security/py-hawkauthlib/PLIST	Sun Jun 11 07:47:37 2023
@@ -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
Index: pkgsrc/security/py-hawkauthlib/distinfo
diff -u /dev/null pkgsrc/security/py-hawkauthlib/distinfo:1.1
--- /dev/null	Sun Jun 11 07:47:37 2023
+++ pkgsrc/security/py-hawkauthlib/distinfo	Sun Jun 11 07:47:37 2023
@@ -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


--_----------=_1686469657139470--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic