svn commit: r493320 - in head/devel: . py-jsondiff
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 18 21:05:15 UTC 2019
Author: sunpoet
Date: Mon Feb 18 21:05:13 2019
New Revision: 493320
URL: https://svnweb.freebsd.org/changeset/ports/493320
Log:
Add py-jsondiff 1.1.2
jsondiff is an MIT-licensed Python library which lets you compare, diff and
patch JSON and JSON-like structures in Python. It has special support for:
- multiple and custom-defined diff syntaxes
- Python sets
- similarity-based list comparison
WWW: https://github.com/ZoomerAnalytics/jsondiff
Added:
head/devel/py-jsondiff/
head/devel/py-jsondiff/Makefile (contents, props changed)
head/devel/py-jsondiff/distinfo (contents, props changed)
head/devel/py-jsondiff/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Feb 18 20:54:27 2019 (r493319)
+++ head/devel/Makefile Mon Feb 18 21:05:13 2019 (r493320)
@@ -4714,6 +4714,7 @@
SUBDIR += py-json-py
SUBDIR += py-json-sempai
SUBDIR += py-json_tricks
+ SUBDIR += py-jsondiff
SUBDIR += py-jsonform
SUBDIR += py-jsonlib
SUBDIR += py-jsonlib2
Added: head/devel/py-jsondiff/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jsondiff/Makefile Mon Feb 18 21:05:13 2019 (r493320)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= jsondiff
+PORTVERSION= 1.1.2
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Diff JSON and JSON-like structures in Python
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/py-jsondiff/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jsondiff/distinfo Mon Feb 18 21:05:13 2019 (r493320)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1550517217
+SHA256 (jsondiff-1.1.2.tar.gz) = 7e18138aecaa4a8f3b7ac7525b8466234e6378dd6cae702b982c9ed851d2ae21
+SIZE (jsondiff-1.1.2.tar.gz) = 7803
Added: head/devel/py-jsondiff/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jsondiff/pkg-descr Mon Feb 18 21:05:13 2019 (r493320)
@@ -0,0 +1,7 @@
+jsondiff is an MIT-licensed Python library which lets you compare, diff and
+patch JSON and JSON-like structures in Python. It has special support for:
+- multiple and custom-defined diff syntaxes
+- Python sets
+- similarity-based list comparison
+
+WWW: https://github.com/ZoomerAnalytics/jsondiff
More information about the svn-ports-head
mailing list