pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jschon



Module Name:    pkgsrc
Committed By:   js
Date:           Sat Aug 10 15:58:08 UTC 2024

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

Log Message:
textproc/py-jschon: Fix missing rfc3986 dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-jschon/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-jschon/Makefile
diff -u pkgsrc/textproc/py-jschon/Makefile:1.1 pkgsrc/textproc/py-jschon/Makefile:1.2
--- pkgsrc/textproc/py-jschon/Makefile:1.1      Sat Aug 10 08:13:11 2024
+++ pkgsrc/textproc/py-jschon/Makefile  Sat Aug 10 15:58:08 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/08/10 08:13:11 js Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/10 15:58:08 js Exp $
 
 DISTNAME=      jschon-0.11.1
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jschon/}
@@ -12,6 +13,7 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-rfc3986-[0-9]*:../../www/py-rfc3986
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index