diff options
author | bsiegert <bsiegert> | 2016-10-09 21:30:58 +0000 |
---|---|---|
committer | bsiegert <bsiegert> | 2016-10-09 21:30:58 +0000 |
commit | 3cb38a62e3192815d579e18fc5f2b4b569fc9a53 (patch) | |
tree | 36f2ea32ae2522f0f7f7d3c3a99bd3fbde478430 /textproc | |
parent | 949e22ca8e8bcdf85a37d5bb56dbbb887726bd67 (diff) | |
download | pkgsrc-3cb38a62e3192815d579e18fc5f2b4b569fc9a53.tar.gz |
Update py-jsonschema to 2.5.1. There is no changelog for this version.
v2.5.0
------
* Improved performance on CPython by adding caching around ref resolution
(#203)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-jsonschema/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-jsonschema/PLIST | 5 | ||||
-rw-r--r-- | textproc/py-jsonschema/distinfo | 10 |
3 files changed, 12 insertions, 8 deletions
diff --git a/textproc/py-jsonschema/Makefile b/textproc/py-jsonschema/Makefile index f38525b1baf..66e4ac5fdda 100644 --- a/textproc/py-jsonschema/Makefile +++ b/textproc/py-jsonschema/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/08/28 15:48:35 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2016/10/09 21:30:58 bsiegert Exp $ -DISTNAME= jsonschema-2.4.0 +DISTNAME= jsonschema-2.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema/} @@ -14,5 +14,6 @@ LICENSE= modified-bsd post-install: mv ${DESTDIR}${PREFIX}/bin/jsonschema ${DESTDIR}${PREFIX}/bin/jsonschema${PYVERSSUFFIX} + ${RM} -r -f ${DESTDIR}${PREFIX}${PYSITELIB}/jsonschema/__pycache__ .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-jsonschema/PLIST b/textproc/py-jsonschema/PLIST index f962b72e5d0..af859815ec0 100644 --- a/textproc/py-jsonschema/PLIST +++ b/textproc/py-jsonschema/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2014/12/31 13:18:58 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/10/09 21:30:58 bsiegert Exp $ bin/jsonschema${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/pbr.json +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/jsonschema/__init__.py ${PYSITELIB}/jsonschema/__init__.pyc @@ -23,6 +25,7 @@ ${PYSITELIB}/jsonschema/_utils.pyo ${PYSITELIB}/jsonschema/_validators.py ${PYSITELIB}/jsonschema/_validators.pyc ${PYSITELIB}/jsonschema/_validators.pyo +${PYSITELIB}/jsonschema/_version.py ${PYSITELIB}/jsonschema/cli.py ${PYSITELIB}/jsonschema/cli.pyc ${PYSITELIB}/jsonschema/cli.pyo diff --git a/textproc/py-jsonschema/distinfo b/textproc/py-jsonschema/distinfo index 2f4471859f2..76176aec46e 100644 --- a/textproc/py-jsonschema/distinfo +++ b/textproc/py-jsonschema/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 02:00:03 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/10/09 21:30:58 bsiegert Exp $ -SHA1 (jsonschema-2.4.0.tar.gz) = 35d4d90ce942a4b030eda75e9a2b32f97e121a98 -RMD160 (jsonschema-2.4.0.tar.gz) = 2c48450248267e754dab237f48af949a15762205 -SHA512 (jsonschema-2.4.0.tar.gz) = 111d60f6b490c016a69bed6b0b22cc6395c949d4510fdcb530757d6e61720cd2e1e3346293a5dd1b6501b262b36510ec08ab4ed76dc7484065e692e041232a93 -Size (jsonschema-2.4.0.tar.gz) = 48293 bytes +SHA1 (jsonschema-2.5.1.tar.gz) = c30d415d250699630f302acb8efd660dd006a7ca +RMD160 (jsonschema-2.5.1.tar.gz) = c3e5b05ad1829ed1425928babb3d96211d0f027a +SHA512 (jsonschema-2.5.1.tar.gz) = 9e8f6ce16504b7ae7ef1ceb44ecb07eab85923e40967bd8e502b9fa779e772b547db90f56ca951d06591b951e7240db1071e909ac75543d42f6f2495f6de3298 +Size (jsonschema-2.5.1.tar.gz) = 50855 bytes |