pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-autodoc-typehints



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 22:38:59 UTC 2018

Modified Files:
        pkgsrc/textproc/py-sphinx-autodoc-typehints: Makefile

Log Message:
py-sphinx-autodoc-typehints: BUILD_DEPENDS on py-setuptools_scm


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinx-autodoc-typehints/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-sphinx-autodoc-typehints/Makefile
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.1 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.2
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.1    Sun May 27 01:59:35 2018
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile        Thu Sep 27 22:38:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/05/27 01:59:35 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/27 22:38:59 tnn Exp $
 
 DISTNAME=      sphinx-autodoc-typehints-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/agronholm/s
 COMMENT=       Type hints support for the Sphinx autodoc extension
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-sphinx>=1.4:../../textproc/py-sphinx
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.1.0:../../devel/py-test
 



Home | Main Index | Thread Index | Old Index