Received: by mail.netbsd.org (Postfix, from userid 605) id 19C6D84D24; Thu, 27 Sep 2018 22:39:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2BA1884D1F for ; Thu, 27 Sep 2018 22:39:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 40YGkWu43opR for ; Thu, 27 Sep 2018 22:38:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 559AD84CD5 for ; Thu, 27 Sep 2018 22:38:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4F3E7FBEE; Thu, 27 Sep 2018 22:38:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1538087939222340" MIME-Version: 1.0 Date: Thu, 27 Sep 2018 22:38:59 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/textproc/py-sphinx-autodoc-typehints To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20180927223859.4F3E7FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1538087939222340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1538087939222340 Content-Disposition: inline Content-Length: 932 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1538087939222340--