pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx-autodoc-typehints py-sphinx-autodoc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e427b0c2a290
branches:  trunk
changeset: 313360:e427b0c2a290
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Sep 27 22:38:59 2018 +0000

description:
py-sphinx-autodoc-typehints: BUILD_DEPENDS on py-setuptools_scm

diffstat:

 textproc/py-sphinx-autodoc-typehints/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3a8ac8ca58f6 -r e427b0c2a290 textproc/py-sphinx-autodoc-typehints/Makefile
--- a/textproc/py-sphinx-autodoc-typehints/Makefile     Thu Sep 27 22:35:14 2018 +0000
+++ b/textproc/py-sphinx-autodoc-typehints/Makefile     Thu Sep 27 22:38:59 2018 +0000
@@ -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 @@
 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