pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jsonschema



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Oct 26 13:44:17 UTC 2016

Modified Files:
        pkgsrc/textproc/py-jsonschema: Makefile PLIST

Log Message:
Match PLIST with reality.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-jsonschema/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-jsonschema/Makefile
diff -u pkgsrc/textproc/py-jsonschema/Makefile:1.6 pkgsrc/textproc/py-jsonschema/Makefile:1.7
--- pkgsrc/textproc/py-jsonschema/Makefile:1.6  Tue Oct 11 18:13:39 2016
+++ pkgsrc/textproc/py-jsonschema/Makefile      Wed Oct 26 13:44:17 2016
@@ -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/}

Index: pkgsrc/textproc/py-jsonschema/PLIST
diff -u pkgsrc/textproc/py-jsonschema/PLIST:1.2 pkgsrc/textproc/py-jsonschema/PLIST:1.3
--- pkgsrc/textproc/py-jsonschema/PLIST:1.2     Sun Oct  9 21:30:58 2016
+++ pkgsrc/textproc/py-jsonschema/PLIST Wed Oct 26 13:44:17 2016
@@ -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.py
 ${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