summaryrefslogtreecommitdiff
path: root/textproc/py-deepdiff
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2016-11-30 20:19:29 +0000
committerjdolecek <jdolecek>2016-11-30 20:19:29 +0000
commite8127c176ebb902c22c0ab0ca54c2ef42a144709 (patch)
tree0eeeed24363147e9d92e92f2d6bc48ae0ba5d52b /textproc/py-deepdiff
parent34acf6cf61e68ec2371ef222a09d05807b51227c (diff)
downloadpkgsrc-e8127c176ebb902c22c0ab0ca54c2ef42a144709.tar.gz
add py-deepdiff 2.5.1 - Deep Difference of dictionaries, iterables, strings
and other objects
Diffstat (limited to 'textproc/py-deepdiff')
-rw-r--r--textproc/py-deepdiff/DESCR7
-rw-r--r--textproc/py-deepdiff/Makefile16
-rw-r--r--textproc/py-deepdiff/PLIST21
-rw-r--r--textproc/py-deepdiff/distinfo6
4 files changed, 50 insertions, 0 deletions
diff --git a/textproc/py-deepdiff/DESCR b/textproc/py-deepdiff/DESCR
new file mode 100644
index 00000000000..6b968f0a1e9
--- /dev/null
+++ b/textproc/py-deepdiff/DESCR
@@ -0,0 +1,7 @@
+Deep Difference of dictionaries, iterables, strings and other
+objects. It will recursively look for all the changes.
+
+Tested on Python 2.7, 3.3, 3.4, 3.5, Pypy, Pypy3
+
+Note: Checkout the github repo's readme for complete coverage of features:
+https://github.com/seperman/deepdiff
diff --git a/textproc/py-deepdiff/Makefile b/textproc/py-deepdiff/Makefile
new file mode 100644
index 00000000000..1dc77d71024
--- /dev/null
+++ b/textproc/py-deepdiff/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2016/11/30 20:19:29 jdolecek Exp $
+
+DISTNAME= deepdiff-2.5.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=d/deepdiff/}
+
+MAINTAINER= sep@zepworks.com
+HOMEPAGE= https://github.com/seperman/deepdiff
+COMMENT= Deep Difference and Search of any Python object/data
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk" \ No newline at end of file
diff --git a/textproc/py-deepdiff/PLIST b/textproc/py-deepdiff/PLIST
new file mode 100644
index 00000000000..045fb0e6d58
--- /dev/null
+++ b/textproc/py-deepdiff/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2016/11/30 20:19:29 jdolecek Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/deepdiff/__init__.py
+${PYSITELIB}/deepdiff/__init__.pyc
+${PYSITELIB}/deepdiff/__init__.pyo
+${PYSITELIB}/deepdiff/contenthash.py
+${PYSITELIB}/deepdiff/contenthash.pyc
+${PYSITELIB}/deepdiff/contenthash.pyo
+${PYSITELIB}/deepdiff/diff.py
+${PYSITELIB}/deepdiff/diff.pyc
+${PYSITELIB}/deepdiff/diff.pyo
+${PYSITELIB}/deepdiff/helper.py
+${PYSITELIB}/deepdiff/helper.pyc
+${PYSITELIB}/deepdiff/helper.pyo
+${PYSITELIB}/deepdiff/search.py
+${PYSITELIB}/deepdiff/search.pyc
+${PYSITELIB}/deepdiff/search.pyo
diff --git a/textproc/py-deepdiff/distinfo b/textproc/py-deepdiff/distinfo
new file mode 100644
index 00000000000..c7e2281c78a
--- /dev/null
+++ b/textproc/py-deepdiff/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/11/30 20:19:29 jdolecek Exp $
+
+SHA1 (deepdiff-2.5.1.tar.gz) = eb4fb32427f2fa83a3185ce74256b3bfec1e3124
+RMD160 (deepdiff-2.5.1.tar.gz) = c189e4392ee02043e854a1f5a1b1545510320daf
+SHA512 (deepdiff-2.5.1.tar.gz) = 57d96b49e99c616a190e45a6b4822ea028823b848424507f998f009b30d809ad7b41041d5d7da69d9c0da066dd1437c238f85be635d0ab811e913cd7bb840fae
+Size (deepdiff-2.5.1.tar.gz) = 13780 bytes