Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-macaroons Import devel/py-macaroons from wip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb60e0f24deb
branches:  trunk
changeset: 429165:fb60e0f24deb
user:      js <js%pkgsrc.org@localhost>
date:      Fri Apr 17 00:29:35 2020 +0000

description:
Import devel/py-macaroons from wip

This is a dependency for the Synapse Matrix Homeserver which I intend to
add.

Python implementation of Macaroons

diffstat:

 devel/py-macaroons/DESCR    |   1 +
 devel/py-macaroons/Makefile |  17 ++++++++++
 devel/py-macaroons/PLIST    |  72 +++++++++++++++++++++++++++++++++++++++++++++
 devel/py-macaroons/distinfo |   6 +++
 4 files changed, 96 insertions(+), 0 deletions(-)

diffs (112 lines):

diff -r 018971389010 -r fb60e0f24deb devel/py-macaroons/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-macaroons/DESCR  Fri Apr 17 00:29:35 2020 +0000
@@ -0,0 +1,1 @@
+Python implementation of Macaroons
diff -r 018971389010 -r fb60e0f24deb devel/py-macaroons/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-macaroons/Makefile       Fri Apr 17 00:29:35 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/04/17 00:29:35 js Exp $
+
+DISTNAME=      pymacaroons-0.13.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pymacaroons/}
+
+MAINTAINER=    js%pkgsrc.org@localhost
+HOMEPAGE=      https://github.com/matrix-org/
+COMMENT=       Python implementation of Macaroons
+LICENSE=       mit
+
+USE_LANGUAGES= python
+
+.include "../../security/libsodium/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 018971389010 -r fb60e0f24deb devel/py-macaroons/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-macaroons/PLIST  Fri Apr 17 00:29:35 2020 +0000
@@ -0,0 +1,72 @@
+@comment $NetBSD: PLIST,v 1.1 2020/04/17 00:29:35 js 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}/pymacaroons/__init__.py
+${PYSITELIB}/pymacaroons/__init__.pyc
+${PYSITELIB}/pymacaroons/__init__.pyo
+${PYSITELIB}/pymacaroons/binders/__init__.py
+${PYSITELIB}/pymacaroons/binders/__init__.pyc
+${PYSITELIB}/pymacaroons/binders/__init__.pyo
+${PYSITELIB}/pymacaroons/binders/base_binder.py
+${PYSITELIB}/pymacaroons/binders/base_binder.pyc
+${PYSITELIB}/pymacaroons/binders/base_binder.pyo
+${PYSITELIB}/pymacaroons/binders/hash_signatures_binder.py
+${PYSITELIB}/pymacaroons/binders/hash_signatures_binder.pyc
+${PYSITELIB}/pymacaroons/binders/hash_signatures_binder.pyo
+${PYSITELIB}/pymacaroons/caveat.py
+${PYSITELIB}/pymacaroons/caveat.pyc
+${PYSITELIB}/pymacaroons/caveat.pyo
+${PYSITELIB}/pymacaroons/caveat_delegates/__init__.py
+${PYSITELIB}/pymacaroons/caveat_delegates/__init__.pyc
+${PYSITELIB}/pymacaroons/caveat_delegates/__init__.pyo
+${PYSITELIB}/pymacaroons/caveat_delegates/base_first_party.py
+${PYSITELIB}/pymacaroons/caveat_delegates/base_first_party.pyc
+${PYSITELIB}/pymacaroons/caveat_delegates/base_first_party.pyo
+${PYSITELIB}/pymacaroons/caveat_delegates/base_third_party.py
+${PYSITELIB}/pymacaroons/caveat_delegates/base_third_party.pyc
+${PYSITELIB}/pymacaroons/caveat_delegates/base_third_party.pyo
+${PYSITELIB}/pymacaroons/caveat_delegates/encrypted_first_party.py
+${PYSITELIB}/pymacaroons/caveat_delegates/encrypted_first_party.pyc
+${PYSITELIB}/pymacaroons/caveat_delegates/encrypted_first_party.pyo
+${PYSITELIB}/pymacaroons/caveat_delegates/first_party.py
+${PYSITELIB}/pymacaroons/caveat_delegates/first_party.pyc
+${PYSITELIB}/pymacaroons/caveat_delegates/first_party.pyo
+${PYSITELIB}/pymacaroons/caveat_delegates/third_party.py
+${PYSITELIB}/pymacaroons/caveat_delegates/third_party.pyc
+${PYSITELIB}/pymacaroons/caveat_delegates/third_party.pyo
+${PYSITELIB}/pymacaroons/exceptions.py
+${PYSITELIB}/pymacaroons/exceptions.pyc
+${PYSITELIB}/pymacaroons/exceptions.pyo
+${PYSITELIB}/pymacaroons/field_encryptors/__init__.py
+${PYSITELIB}/pymacaroons/field_encryptors/__init__.pyc
+${PYSITELIB}/pymacaroons/field_encryptors/__init__.pyo
+${PYSITELIB}/pymacaroons/field_encryptors/base_field_encryptor.py
+${PYSITELIB}/pymacaroons/field_encryptors/base_field_encryptor.pyc
+${PYSITELIB}/pymacaroons/field_encryptors/base_field_encryptor.pyo
+${PYSITELIB}/pymacaroons/field_encryptors/secret_box_encryptor.py
+${PYSITELIB}/pymacaroons/field_encryptors/secret_box_encryptor.pyc
+${PYSITELIB}/pymacaroons/field_encryptors/secret_box_encryptor.pyo
+${PYSITELIB}/pymacaroons/macaroon.py
+${PYSITELIB}/pymacaroons/macaroon.pyc
+${PYSITELIB}/pymacaroons/macaroon.pyo
+${PYSITELIB}/pymacaroons/serializers/__init__.py
+${PYSITELIB}/pymacaroons/serializers/__init__.pyc
+${PYSITELIB}/pymacaroons/serializers/__init__.pyo
+${PYSITELIB}/pymacaroons/serializers/base_serializer.py
+${PYSITELIB}/pymacaroons/serializers/base_serializer.pyc
+${PYSITELIB}/pymacaroons/serializers/base_serializer.pyo
+${PYSITELIB}/pymacaroons/serializers/binary_serializer.py
+${PYSITELIB}/pymacaroons/serializers/binary_serializer.pyc
+${PYSITELIB}/pymacaroons/serializers/binary_serializer.pyo
+${PYSITELIB}/pymacaroons/serializers/json_serializer.py
+${PYSITELIB}/pymacaroons/serializers/json_serializer.pyc
+${PYSITELIB}/pymacaroons/serializers/json_serializer.pyo
+${PYSITELIB}/pymacaroons/utils.py
+${PYSITELIB}/pymacaroons/utils.pyc
+${PYSITELIB}/pymacaroons/utils.pyo
+${PYSITELIB}/pymacaroons/verifier.py
+${PYSITELIB}/pymacaroons/verifier.pyc
+${PYSITELIB}/pymacaroons/verifier.pyo
diff -r 018971389010 -r fb60e0f24deb devel/py-macaroons/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-macaroons/distinfo       Fri Apr 17 00:29:35 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/17 00:29:35 js Exp $
+
+SHA1 (pymacaroons-0.13.0.tar.gz) = 8de1e6ffd7d3f38bded9062f04c1896ea2571d38
+RMD160 (pymacaroons-0.13.0.tar.gz) = ffcebf23570e6f9f194acf40e06264be5d713160
+SHA512 (pymacaroons-0.13.0.tar.gz) = 1929a63755dcfdc2e154217f3ce65a489b4ffdb8f4f9a27d6eb1f1899eba6d7f3f92c7db4401337e948306b6a97dd3b249196c89533991c9986d5702ad98e4ca
+Size (pymacaroons-0.13.0.tar.gz) = 21083 bytes



Home | Main Index | Thread Index | Old Index