pkgsrc-WIP-changes archive

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

Add py-signedjson



Module Name:	pkgsrc-wip
Committed By:	Keke <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Thu Aug 31 13:47:47 2017 -0400
Changeset:	a13681aceaa3e8eed9eaa4885d8d0700f3832793

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

Log Message:
Add py-signedjson

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

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

diffstat:
 Makefile               |  1 +
 py-signedjson/DESCR    |  1 +
 py-signedjson/Makefile | 19 +++++++++++++++++++
 py-signedjson/PLIST    | 15 +++++++++++++++
 py-signedjson/distinfo |  6 ++++++
 5 files changed, 42 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 4abf04c87d..7c2122670b 100644
--- a/Makefile
+++ b/Makefile
@@ -3656,6 +3656,7 @@ SUBDIR+=	py-shp
 SUBDIR+=	py-shtoom
 SUBDIR+=	py-shutilwhich
 SUBDIR+=	py-siginterrupt
+SUBDIR+=	py-signedjson
 SUBDIR+=	py-sima
 SUBDIR+=	py-simplegeneric
 SUBDIR+=	py-simpleparse-mxtexttools
diff --git a/py-signedjson/DESCR b/py-signedjson/DESCR
new file mode 100644
index 0000000000..37c5108f25
--- /dev/null
+++ b/py-signedjson/DESCR
@@ -0,0 +1 @@
+Sign JSON objects with ED25519 signatures
diff --git a/py-signedjson/Makefile b/py-signedjson/Makefile
new file mode 100644
index 0000000000..9442a237e9
--- /dev/null
+++ b/py-signedjson/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+DISTNAME=	python-signedjson-1.0.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/v//:S/python-//}
+CATEGORIES=	security
+GITHUB_PROJECT=	python-signedjson
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=matrix-org/}
+GITHUB_TAG=     v${PKGVERSION_NOREV}
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/matrix-org/
+COMMENT=	Signs JSON objects with ED25519 signatures
+LICENSE=	apache-2.0
+
+WRKSRC=		${WRKDIR}/${DISTNAME}
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-signedjson/PLIST b/py-signedjson/PLIST
new file mode 100644
index 0000000000..3e79f46d27
--- /dev/null
+++ b/py-signedjson/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+${PYSITELIB}/signedjson-1.0.0-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/signedjson-1.0.0-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/signedjson-1.0.0-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/signedjson-1.0.0-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/signedjson-1.0.0-py${PYVERSSUFFIX}.egg-info/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
diff --git a/py-signedjson/distinfo b/py-signedjson/distinfo
new file mode 100644
index 0000000000..5f3a7badda
--- /dev/null
+++ b/py-signedjson/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (python-signedjson-1.0.0.zip) = 5589df94823d5b046033f736630f36cb6cc0338c
+RMD160 (python-signedjson-1.0.0.zip) = 3010f5a0633a7e6c15c7beda5a9e16b7e0c8844e
+SHA512 (python-signedjson-1.0.0.zip) = c8b1148af5f0136e91e65b34c0ea811b6f8611a8a32226552937d17c22322f0732bd074ea36e3d6bfc10313660450ff897d33bd8f3d8e56e6031f9e2dfa3a863
+Size (python-signedjson-1.0.0.zip) = 13146 bytes


Home | Main Index | Thread Index | Old Index