pkgsrc-WIP-changes archive

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

Add py-canonicaljson



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

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

Log Message:
Add py-canonicaljson

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

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

diffstat:
 Makefile                  |  1 +
 py-canonicaljson/DESCR    |  1 +
 py-canonicaljson/Makefile | 20 ++++++++++++++++++++
 py-canonicaljson/PLIST    |  9 +++++++++
 py-canonicaljson/distinfo |  6 ++++++
 5 files changed, 37 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d0eebeeb42..16972ad342 100644
--- a/Makefile
+++ b/Makefile
@@ -2908,6 +2908,7 @@ SUBDIR+=	py-bytecodeassembler
 SUBDIR+=	py-calphad
 SUBDIR+=	py-calverter
 SUBDIR+=	py-cameo
+SUBDIR+=	py-canonicaljson
 SUBDIR+=	py-captcha
 SUBDIR+=	py-cartopy
 SUBDIR+=	py-causalinfo
diff --git a/py-canonicaljson/DESCR b/py-canonicaljson/DESCR
new file mode 100644
index 0000000000..fdfa9d1431
--- /dev/null
+++ b/py-canonicaljson/DESCR
@@ -0,0 +1 @@
+Encodes objects and arrays
diff --git a/py-canonicaljson/Makefile b/py-canonicaljson/Makefile
new file mode 100644
index 0000000000..8e01fa0d92
--- /dev/null
+++ b/py-canonicaljson/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	canonicaljson-v1.0.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/v//}
+CATEGORIES=	devel python
+GITHUB_PROJECT=	python-canonicaljson
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=matrix-org/}
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=       https://github.com/matrix-org/
+COMMENT=	Encodes objects and arrays
+LICENSE=        apache-2.0
+
+
+WRKSRC=         ${WRKDIR}/python-${DISTNAME:S/v//}
+USE_LANGUAGES=	python	
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-canonicaljson/PLIST b/py-canonicaljson/PLIST
new file mode 100644
index 0000000000..f896115c69
--- /dev/null
+++ b/py-canonicaljson/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/canonicaljson-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/canonicaljson-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/canonicaljson-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/canonicaljson-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/canonicaljson-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/canonicaljson.py
+${PYSITELIB}/canonicaljson.pyc
+${PYSITELIB}/canonicaljson.pyo
diff --git a/py-canonicaljson/distinfo b/py-canonicaljson/distinfo
new file mode 100644
index 0000000000..e08f0d1b0e
--- /dev/null
+++ b/py-canonicaljson/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (canonicaljson-v1.0.0.zip) = 407ec34de2e5624811c2de6374baf697e69871ca
+RMD160 (canonicaljson-v1.0.0.zip) = beb58543fb1787cada3492604aa639a491dd4d7c
+SHA512 (canonicaljson-v1.0.0.zip) = efb14079a2ac3979e59dfb0a24955c47d688ac74d0377fc959dd4de062322b4489a1a16661682392e4accee5f3760afaca1098cc1b849782e6ff7c95fddb59f0
+Size (canonicaljson-v1.0.0.zip) = 8679 bytes


Home | Main Index | Thread Index | Old Index