Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security Import security/py-signedjson from wip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee2e91874cae
branches:  trunk
changeset: 429303:ee2e91874cae
user:      js <js%pkgsrc.org@localhost>
date:      Sat Apr 18 12:50:44 2020 +0000

description:
Import security/py-signedjson from wip

This is a dependency for the Matrix Synapse Homeserver I want to import.

Sign JSON objects with ED25519 signatures

diffstat:

 security/Makefile               |   3 ++-
 security/py-signedjson/DESCR    |   1 +
 security/py-signedjson/Makefile |  21 +++++++++++++++++++++
 security/py-signedjson/PLIST    |  18 ++++++++++++++++++
 security/py-signedjson/distinfo |   6 ++++++
 5 files changed, 48 insertions(+), 1 deletions(-)

diffs (79 lines):

diff -r 2fe537b3cf7d -r ee2e91874cae security/Makefile
--- a/security/Makefile Sat Apr 18 12:50:01 2020 +0000
+++ b/security/Makefile Sat Apr 18 12:50:44 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.749 2020/03/22 07:54:22 nia Exp $
+# $NetBSD: Makefile,v 1.750 2020/04/18 12:50:44 js Exp $
 #
 
 COMMENT=       Security tools
@@ -479,6 +479,7 @@
 SUBDIR+=       py-requests-oauthlib
 SUBDIR+=       py-rsa
 SUBDIR+=       py-service_identity
+SUBDIR+=       py-signedjson
 SUBDIR+=       py-simplesha3
 SUBDIR+=       py-slowaes
 SUBDIR+=       py-smbpasswd
diff -r 2fe537b3cf7d -r ee2e91874cae security/py-signedjson/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-signedjson/DESCR      Sat Apr 18 12:50:44 2020 +0000
@@ -0,0 +1,1 @@
+Signs JSON objects with ED25519 signatures
diff -r 2fe537b3cf7d -r ee2e91874cae security/py-signedjson/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-signedjson/Makefile   Sat Apr 18 12:50:44 2020 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/04/18 12:50:44 js Exp $
+
+DISTNAME=      signedjson-1.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/signedjson/}
+
+MAINTAINER=    js%pkgsrc.org@localhost
+HOMEPAGE=      https://github.com/matrix-org/
+COMMENT=       Signs JSON objects with ED25519 signatures
+LICENSE=       apache-2.0
+
+USE_LANGUAGES= # none
+
+DEPENDS+=      ${PYPKGPREFIX}-canonicaljson>=1.0.0:../../devel/py-canonicaljson
+DEPENDS+=      ${PYPKGPREFIX}-unpaddedbase64>=1.0.1:../../devel/py-unpaddedbase64
+DEPENDS+=      ${PYPKGPREFIX}-nacl>=0.3.0:../../security/py-nacl
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.5:../../devel/py-typing-extensions
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2fe537b3cf7d -r ee2e91874cae security/py-signedjson/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-signedjson/PLIST      Sat Apr 18 12:50:44 2020 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2020/04/18 12:50:44 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}/signedjson/__init__.py
+${PYSITELIB}/signedjson/__init__.pyc
+${PYSITELIB}/signedjson/__init__.pyo
+${PYSITELIB}/signedjson/key.py
+${PYSITELIB}/signedjson/key.pyc
+${PYSITELIB}/signedjson/key.pyo
+${PYSITELIB}/signedjson/sign.py
+${PYSITELIB}/signedjson/sign.pyc
+${PYSITELIB}/signedjson/sign.pyo
+${PYSITELIB}/signedjson/types.py
+${PYSITELIB}/signedjson/types.pyc
+${PYSITELIB}/signedjson/types.pyo
diff -r 2fe537b3cf7d -r ee2e91874cae security/py-signedjson/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-signedjson/distinfo   Sat Apr 18 12:50:44 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/18 12:50:44 js Exp $
+
+SHA1 (signedjson-1.1.tar.gz) = d5b8d63f2863596f8e7a315df7421fa3cba49a3e
+RMD160 (signedjson-1.1.tar.gz) = d01ca8d1949292dd781267cdf85c77a68e269e94
+SHA512 (signedjson-1.1.tar.gz) = 1e03a20c7074825a1357dc4dd683a5debb32dc8dbda3d58ca68cd4b3d35482d92b7fb068cfa06076038e0df04ff5503d2c42806b62d4dd3ef38934ba7d6dc200
+Size (signedjson-1.1.tar.gz) = 10053 bytes



Home | Main Index | Thread Index | Old Index