pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security
Module Name: pkgsrc
Committed By: js
Date: Sat Apr 18 12:50:45 UTC 2020
Modified Files:
pkgsrc/security: Makefile
Added Files:
pkgsrc/security/py-signedjson: DESCR Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.749 -r1.750 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-signedjson/DESCR \
pkgsrc/security/py-signedjson/Makefile \
pkgsrc/security/py-signedjson/PLIST \
pkgsrc/security/py-signedjson/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.749 pkgsrc/security/Makefile:1.750
--- pkgsrc/security/Makefile:1.749 Sun Mar 22 07:54:22 2020
+++ pkgsrc/security/Makefile Sat Apr 18 12:50:44 2020
@@ -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-ntlm
SUBDIR+= py-requests-oauthlib
SUBDIR+= py-rsa
SUBDIR+= py-service_identity
+SUBDIR+= py-signedjson
SUBDIR+= py-simplesha3
SUBDIR+= py-slowaes
SUBDIR+= py-smbpasswd
Added files:
Index: pkgsrc/security/py-signedjson/DESCR
diff -u /dev/null pkgsrc/security/py-signedjson/DESCR:1.1
--- /dev/null Sat Apr 18 12:50:45 2020
+++ pkgsrc/security/py-signedjson/DESCR Sat Apr 18 12:50:44 2020
@@ -0,0 +1 @@
+Signs JSON objects with ED25519 signatures
Index: pkgsrc/security/py-signedjson/Makefile
diff -u /dev/null pkgsrc/security/py-signedjson/Makefile:1.1
--- /dev/null Sat Apr 18 12:50:45 2020
+++ pkgsrc/security/py-signedjson/Makefile Sat Apr 18 12:50:44 2020
@@ -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"
Index: pkgsrc/security/py-signedjson/PLIST
diff -u /dev/null pkgsrc/security/py-signedjson/PLIST:1.1
--- /dev/null Sat Apr 18 12:50:45 2020
+++ pkgsrc/security/py-signedjson/PLIST Sat Apr 18 12:50:44 2020
@@ -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
Index: pkgsrc/security/py-signedjson/distinfo
diff -u /dev/null pkgsrc/security/py-signedjson/distinfo:1.1
--- /dev/null Sat Apr 18 12:50:45 2020
+++ pkgsrc/security/py-signedjson/distinfo Sat Apr 18 12:50:44 2020
@@ -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