pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-jsonschema Match PLIST with reality.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f71212d75a34
branches:  trunk
changeset: 354305:f71212d75a34
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 26 13:44:17 2016 +0000

description:
Match PLIST with reality.

diffstat:

 textproc/py-jsonschema/Makefile |  4 ++--
 textproc/py-jsonschema/PLIST    |  4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 0c33cbb80877 -r f71212d75a34 textproc/py-jsonschema/Makefile
--- a/textproc/py-jsonschema/Makefile   Wed Oct 26 13:00:20 2016 +0000
+++ b/textproc/py-jsonschema/Makefile   Wed Oct 26 13:44:17 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2016/10/11 18:13:39 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2016/10/26 13:44:17 joerg Exp $
 
 DISTNAME=      jsonschema-2.5.1
-PKGREVISION=   1
+PKGREVISION=   2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema/}
diff -r 0c33cbb80877 -r f71212d75a34 textproc/py-jsonschema/PLIST
--- a/textproc/py-jsonschema/PLIST      Wed Oct 26 13:00:20 2016 +0000
+++ b/textproc/py-jsonschema/PLIST      Wed Oct 26 13:44:17 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/10/09 21:30:58 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/10/26 13:44:17 joerg Exp $
 bin/jsonschema${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -26,6 +26,8 @@
 ${PYSITELIB}/jsonschema/_validators.pyc
 ${PYSITELIB}/jsonschema/_validators.pyo
 ${PYSITELIB}/jsonschema/_version.py
+${PYSITELIB}/jsonschema/_version.pyc
+${PYSITELIB}/jsonschema/_version.pyo
 ${PYSITELIB}/jsonschema/cli.py
 ${PYSITELIB}/jsonschema/cli.pyc
 ${PYSITELIB}/jsonschema/cli.pyo



Home | Main Index | Thread Index | Old Index