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:   bsiegert
Date:           Tue Oct 11 18:13:39 UTC 2016

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

Log Message:
Add dependency on py-vcversioner, thanks joerg@!


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

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.5 pkgsrc/textproc/py-jsonschema/Makefile:1.6
--- pkgsrc/textproc/py-jsonschema/Makefile:1.5  Sun Oct  9 21:30:58 2016
+++ pkgsrc/textproc/py-jsonschema/Makefile      Tue Oct 11 18:13:39 2016
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/10/09 21:30:58 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/11 18:13:39 bsiegert Exp $
 
 DISTNAME=      jsonschema-2.5.1
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema/}
@@ -10,6 +11,8 @@ HOMEPAGE=     https://github.com/Julian/json
 COMMENT=       Implementation of JSON Schema for Python
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-vcversioner-[0-9]*:../../devel/py-vcversioner
+
 .include "../../lang/python/egg.mk"
 
 post-install:



Home | Main Index | Thread Index | Old Index