pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-doc8



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 18 17:47:46 UTC 2021

Modified Files:
        pkgsrc/devel/py-doc8: Makefile

Log Message:
py-doc8: needs py-setuptools_scm to build


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-doc8/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-doc8/Makefile
diff -u pkgsrc/devel/py-doc8/Makefile:1.3 pkgsrc/devel/py-doc8/Makefile:1.4
--- pkgsrc/devel/py-doc8/Makefile:1.3   Sun Nov 14 15:14:27 2021
+++ pkgsrc/devel/py-doc8/Makefile       Thu Nov 18 17:47:46 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/11/14 15:14:27 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/11/18 17:47:46 adam Exp $
 
 DISTNAME=      doc8-0.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/pycqa/doc8
 COMMENT=       Opinionated style checker for rst styles of documentation
 LICENSE=       apache-2.0
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-restructuredtext_lint>=0.7:../../devel/py-restructuredtext_lint



Home | Main Index | Thread Index | Old Index