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:   wiz
Date:           Fri Sep  4 20:34:30 UTC 2020

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

Log Message:
py-jsonschema: fix previous (wrong dependency replaced)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/textproc/py-jsonschema/Makefile:1.16
--- pkgsrc/textproc/py-jsonschema/Makefile:1.15 Mon Aug 31 23:07:06 2020
+++ pkgsrc/textproc/py-jsonschema/Makefile      Fri Sep  4 20:34:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/08/31 23:07:06 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/09/04 20:34:30 wiz Exp $
 
 DISTNAME=      jsonschema-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,9 +10,9 @@ HOMEPAGE=     https://github.com/Julian/json
 COMMENT=       Implementation of JSON Schema for Python
 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}-pyrsistent>=0.14.0:../../devel/py-pyrsistent
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 



Home | Main Index | Thread Index | Old Index