pkgsrc-WIP-changes archive

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

Remove py-macaroons, as it was imported



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%nil.im@localhost>
Pushed By:	js
Date:		Sun Aug 30 17:13:52 2020 +0200
Changeset:	aec4409f1f6fa6e5388351612548b7a84deef6af

Removed Files:
	py-macaroons/DESCR
	py-macaroons/Makefile
	py-macaroons/PLIST
	py-macaroons/distinfo

Log Message:
Remove py-macaroons, as it was imported

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

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

diffstat:
 py-macaroons/DESCR    |  1 -
 py-macaroons/Makefile | 17 ------------
 py-macaroons/PLIST    | 72 ---------------------------------------------------
 py-macaroons/distinfo |  6 -----
 4 files changed, 96 deletions(-)

diffs:
diff --git a/py-macaroons/DESCR b/py-macaroons/DESCR
deleted file mode 100644
index 10af477c1b..0000000000
--- a/py-macaroons/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Python implementation of Macaroons
diff --git a/py-macaroons/Makefile b/py-macaroons/Makefile
deleted file mode 100644
index 2a5df72b48..0000000000
--- a/py-macaroons/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	pymacaroons-0.13.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=p/pymacaroons/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.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 --git a/py-macaroons/PLIST b/py-macaroons/PLIST
deleted file mode 100644
index d97fc0df7b..0000000000
--- a/py-macaroons/PLIST
+++ /dev/null
@@ -1,72 +0,0 @@
-@comment $NetBSD$
-${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 --git a/py-macaroons/distinfo b/py-macaroons/distinfo
deleted file mode 100644
index 4e5ce6be12..0000000000
--- a/py-macaroons/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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