pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-tokenlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun 11 07:34:09 UTC 2023

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

Log Message:
security/py-tokenlib: import py-tokenlib-2.0.0

This is generic support library for doing token-based authentication.
You might use it to build a login system using bearer tokens,
two-legged oauth, or MAC Access authentication.


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

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

Added files:

Index: pkgsrc/security/py-tokenlib/DESCR
diff -u /dev/null pkgsrc/security/py-tokenlib/DESCR:1.1
--- /dev/null   Sun Jun 11 07:34:09 2023
+++ pkgsrc/security/py-tokenlib/DESCR   Sun Jun 11 07:34:09 2023
@@ -0,0 +1,3 @@
+This is generic support library for doing token-based authentication.
+You might use it to build a login system using bearer tokens,
+two-legged oauth, or MAC Access authentication.
Index: pkgsrc/security/py-tokenlib/Makefile
diff -u /dev/null pkgsrc/security/py-tokenlib/Makefile:1.1
--- /dev/null   Sun Jun 11 07:34:09 2023
+++ pkgsrc/security/py-tokenlib/Makefile        Sun Jun 11 07:34:09 2023
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2023/06/11 07:34:09 wiz Exp $
+
+DISTNAME=      tokenlib-2.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tokenlib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/mozilla-services/tokenlib
+COMMENT=       Generic library for managing signed authentication tokens
+LICENSE=       mpl-2.0
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-tokenlib/PLIST
diff -u /dev/null pkgsrc/security/py-tokenlib/PLIST:1.1
--- /dev/null   Sun Jun 11 07:34:09 2023
+++ pkgsrc/security/py-tokenlib/PLIST   Sun Jun 11 07:34:09 2023
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/11 07:34:09 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}/top_level.txt
+${PYSITELIB}/tokenlib/__init__.py
+${PYSITELIB}/tokenlib/__init__.pyc
+${PYSITELIB}/tokenlib/__init__.pyo
+${PYSITELIB}/tokenlib/errors.py
+${PYSITELIB}/tokenlib/errors.pyc
+${PYSITELIB}/tokenlib/errors.pyo
+${PYSITELIB}/tokenlib/tests/__init__.py
+${PYSITELIB}/tokenlib/tests/__init__.pyc
+${PYSITELIB}/tokenlib/tests/__init__.pyo
+${PYSITELIB}/tokenlib/tests/test_tokens.py
+${PYSITELIB}/tokenlib/tests/test_tokens.pyc
+${PYSITELIB}/tokenlib/tests/test_tokens.pyo
+${PYSITELIB}/tokenlib/tests/test_utils.py
+${PYSITELIB}/tokenlib/tests/test_utils.pyc
+${PYSITELIB}/tokenlib/tests/test_utils.pyo
+${PYSITELIB}/tokenlib/utils.py
+${PYSITELIB}/tokenlib/utils.pyc
+${PYSITELIB}/tokenlib/utils.pyo
Index: pkgsrc/security/py-tokenlib/distinfo
diff -u /dev/null pkgsrc/security/py-tokenlib/distinfo:1.1
--- /dev/null   Sun Jun 11 07:34:09 2023
+++ pkgsrc/security/py-tokenlib/distinfo        Sun Jun 11 07:34:09 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/11 07:34:09 wiz Exp $
+
+BLAKE2s (tokenlib-2.0.0.tar.gz) = 5e00a429ac77b35871b05f83e75a45f678703330bcd29e7efd4b4e2948a24acd
+SHA512 (tokenlib-2.0.0.tar.gz) = ab17994f85676ff304b30d6f9480ebe681d82e61c11b331cb6b662100e4fb28b160ebc1dcf2f73620829a552ccdb3d6feb2850deabef9c63b6affc1210ae2078
+Size (tokenlib-2.0.0.tar.gz) = 9374 bytes



Home | Main Index | Thread Index | Old Index