diff options
author | adam <adam@pkgsrc.org> | 2017-09-29 11:06:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-09-29 11:06:32 +0000 |
commit | cb3372ac2255adb0d93c7de9232a8dc8ab4a6157 (patch) | |
tree | 0d7f5851956a38bc070042f08242b9eff900272b /textproc | |
parent | cc265cf2634e81f7348bdd7793a5aa842bb7fab2 (diff) | |
download | pkgsrc-cb3372ac2255adb0d93c7de9232a8dc8ab4a6157.tar.gz |
py-deepdiff: update to 3.3.0
v3.3.0: Searching for objects and class attributes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-deepdiff/DESCR | 5 | ||||
-rw-r--r-- | textproc/py-deepdiff/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-deepdiff/PLIST | 6 | ||||
-rw-r--r-- | textproc/py-deepdiff/distinfo | 10 |
4 files changed, 14 insertions, 13 deletions
diff --git a/textproc/py-deepdiff/DESCR b/textproc/py-deepdiff/DESCR index 6b968f0a1e9..b9dc39315c5 100644 --- a/textproc/py-deepdiff/DESCR +++ b/textproc/py-deepdiff/DESCR @@ -1,7 +1,2 @@ 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 index 6708864f77e..7e791d7c809 100644 --- a/textproc/py-deepdiff/Makefile +++ b/textproc/py-deepdiff/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/12/08 09:04:44 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/29 11:06:32 adam Exp $ -DISTNAME= deepdiff-2.5.1 +DISTNAME= deepdiff-3.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=d/deepdiff/} @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/seperman/deepdiff COMMENT= Deep Difference and Search of any Python object/data LICENSE= mit +DEPENDS+= ${PYPKGPREFIX}-jsonpickle-[0-9]*:../../textproc/py-jsonpickle + USE_LANGUAGES= # none .include "../../lang/python/egg.mk" diff --git a/textproc/py-deepdiff/PLIST b/textproc/py-deepdiff/PLIST index 045fb0e6d58..70f1c35166a 100644 --- a/textproc/py-deepdiff/PLIST +++ b/textproc/py-deepdiff/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2016/11/30 20:19:29 jdolecek Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/09/29 11:06:32 adam 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}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/deepdiff/__init__.py ${PYSITELIB}/deepdiff/__init__.pyc @@ -16,6 +17,9 @@ ${PYSITELIB}/deepdiff/diff.pyo ${PYSITELIB}/deepdiff/helper.py ${PYSITELIB}/deepdiff/helper.pyc ${PYSITELIB}/deepdiff/helper.pyo +${PYSITELIB}/deepdiff/model.py +${PYSITELIB}/deepdiff/model.pyc +${PYSITELIB}/deepdiff/model.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 index c7e2281c78a..1c0fe7619d9 100644 --- a/textproc/py-deepdiff/distinfo +++ b/textproc/py-deepdiff/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/11/30 20:19:29 jdolecek Exp $ +$NetBSD: distinfo,v 1.2 2017/09/29 11:06:32 adam 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 +SHA1 (deepdiff-3.3.0.tar.gz) = 9537493c755f75a2ab40393b87c420ed8a7bc36d +RMD160 (deepdiff-3.3.0.tar.gz) = ea6423a2b3a6ce933e6ab7a62940003c6d1c0e4b +SHA512 (deepdiff-3.3.0.tar.gz) = 53ce669512615dd8e00299130aa42e818c4937fa4e72fce9c6dffaad44fe9b85ab0498d9e9ac231b06f54b62776aa5e0866e8cd2d69f4deecc3a7658f867317f +Size (deepdiff-3.3.0.tar.gz) = 27055 bytes |