pkgsrc-WIP-changes archive

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

Add py-macaroons



Module Name:	pkgsrc-wip
Committed By:	Keke <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Tue Aug 29 10:04:58 2017 -0400
Changeset:	c05394b25e6d4efbfb905d6f39849c514c8d6026

Modified Files:
	Makefile
Added Files:
	py-macaroons/DESCR
	py-macaroons/Makefile
	py-macaroons/PLIST
	py-macaroons/distinfo

Log Message:
Add py-macaroons

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c05394b25e6d4efbfb905d6f39849c514c8d6026

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

diffstat:
 Makefile              |  1 +
 py-macaroons/DESCR    |  1 +
 py-macaroons/Makefile | 22 ++++++++++++++++
 py-macaroons/PLIST    | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++
 py-macaroons/distinfo |  6 +++++
 5 files changed, 102 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 963254e011..e14f900ef3 100644
--- a/Makefile
+++ b/Makefile
@@ -3296,6 +3296,7 @@ SUBDIR+=	py-luminous
 SUBDIR+=	py-lxmlproc
 SUBDIR+=	py-lzma
 SUBDIR+=	py-m2ext
+SUBDIR+=	py-macaroons
 SUBDIR+=	py-magnitude
 SUBDIR+=	py-mahotas
 SUBDIR+=	py-mailcap-fix
diff --git a/py-macaroons/DESCR b/py-macaroons/DESCR
new file mode 100644
index 0000000000..10af477c1b
--- /dev/null
+++ b/py-macaroons/DESCR
@@ -0,0 +1 @@
+Python implementation of Macaroons
diff --git a/py-macaroons/Makefile b/py-macaroons/Makefile
new file mode 100644
index 0000000000..a7654594e7
--- /dev/null
+++ b/py-macaroons/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	pymacaroons-v0.9.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/v//}
+CATEGORIES=     devel python
+GITHUB_PROJECT=	pymacaroons
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=matrix-org/}
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=     kethzer.dr%gmail.com@localhost
+HOMEPAGE=       https://github.com/matrix-org/
+COMMENT=	Python implementation of Macaroons
+LICENSE=	mit
+
+
+.include "../../security/libsodium/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+
+WRKSRC=		${WRKDIR}/${DISTNAME:S/v//}
+USE_LANGUAGES=	# none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-macaroons/PLIST b/py-macaroons/PLIST
new file mode 100644
index 0000000000..9e0bd0ad5f
--- /dev/null
+++ b/py-macaroons/PLIST
@@ -0,0 +1,72 @@
+@comment $NetBSD$
+${PYSITELIB}/pymacaroons-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/pymacaroons-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/pymacaroons-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/pymacaroons-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/pymacaroons-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/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 --git a/py-macaroons/distinfo b/py-macaroons/distinfo
new file mode 100644
index 0000000000..cdcc39192f
--- /dev/null
+++ b/py-macaroons/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pymacaroons-v0.9.0.zip) = d5129644b41c81bd7b3cc1cf871d20376e802b09
+RMD160 (pymacaroons-v0.9.0.zip) = 3b492388ff8aaef07e365d3265f489968d3ae60b
+SHA512 (pymacaroons-v0.9.0.zip) = 93e7afa6a18be78165df42f3173b03e4ec74e86605960ff600819b1142ef28c7328e934e73082d9306f09228e81fdd4094acf11ad2feeaedf31f661d023158d9
+Size (pymacaroons-v0.9.0.zip) = 34859 bytes


Home | Main Index | Thread Index | Old Index