pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-jsonschema Add dependency on py-vcversione...
details: https://anonhg.NetBSD.org/pkgsrc/rev/52cf247e3a66
branches: trunk
changeset: 353747:52cf247e3a66
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Tue Oct 11 18:13:39 2016 +0000
description:
Add dependency on py-vcversioner, thanks joerg@!
diffstat:
textproc/py-jsonschema/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 3dcbcb75057c -r 52cf247e3a66 textproc/py-jsonschema/Makefile
--- a/textproc/py-jsonschema/Makefile Tue Oct 11 15:45:31 2016 +0000
+++ b/textproc/py-jsonschema/Makefile Tue Oct 11 18:13:39 2016 +0000
@@ -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 @@
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