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: minskim
Date: Mon Dec 2 04:02:44 UTC 2019
Modified Files:
pkgsrc/textproc/py-jsonschema: Makefile
Log Message:
textproc/py-jsonschema: Add a missing dependency
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/textproc/py-jsonschema/Makefile:1.13
--- pkgsrc/textproc/py-jsonschema/Makefile:1.12 Sat Oct 19 14:32:09 2019
+++ pkgsrc/textproc/py-jsonschema/Makefile Mon Dec 2 04:02:44 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2019/10/19 14:32:09 adam Exp $
+# $NetBSD: Makefile,v 1.13 2019/12/02 04:02:44 minskim Exp $
DISTNAME= jsonschema-3.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema/}
@@ -12,6 +13,7 @@ LICENSE= modified-bsd
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
+DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
DEPENDS+= ${PYPKGPREFIX}-pyrsistent>=0.14.0:../../devel/py-pyrsistent
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
Home |
Main Index |
Thread Index |
Old Index