diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2016-11-30 20:19:29 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2016-11-30 20:19:29 +0000 |
commit | 1abc02a5f7d0109bc56492a28c38188c3a3edf09 (patch) | |
tree | 4d3ef82c7264eaa652c4d49158d60e3572cbcf7b | |
parent | 1512234952acd4af926b0eefa6019a7830aa9f75 (diff) | |
download | pkgsrc-1abc02a5f7d0109bc56492a28c38188c3a3edf09.tar.gz |
add py-deepdiff 2.5.1 - Deep Difference of dictionaries, iterables, strings
and other objects
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/py-deepdiff/DESCR | 7 | ||||
-rw-r--r-- | textproc/py-deepdiff/Makefile | 16 | ||||
-rw-r--r-- | textproc/py-deepdiff/PLIST | 21 | ||||
-rw-r--r-- | textproc/py-deepdiff/distinfo | 6 |
5 files changed, 52 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index cd2ad67e232..90f0acfee4a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.899 2016/11/30 14:13:48 jdolecek Exp $ +# $NetBSD: Makefile,v 1.900 2016/11/30 20:19:29 jdolecek Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -711,6 +711,7 @@ SUBDIR+= py-colour SUBDIR+= py-creole SUBDIR+= py-cssselect SUBDIR+= py-cssutils +SUBDIR+= py-deepdiff SUBDIR+= py-defusedxml SUBDIR+= py-docutils SUBDIR+= py-docx 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 |