Received: by mail.netbsd.org (Postfix, from userid 605) id A607E84D32; Mon, 21 Oct 2019 22:01:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2DA2284D31 for ; Mon, 21 Oct 2019 22:01:07 +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 jUl-3kFC-odi for ; Mon, 21 Oct 2019 22:01:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6739E84CD4 for ; Mon, 21 Oct 2019 22:01:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B19DF995; Mon, 21 Oct 2019 22:01:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571695266231310" MIME-Version: 1.0 Date: Mon, 21 Oct 2019 22:01:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191021220106.5B19DF995@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. --_----------=_1571695266231310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 21 22:01:06 UTC 2019 Modified Files: pkgsrc/textproc/py-numpydoc: Makefile pkgsrc/textproc/py-pallets-sphinx-themes: Makefile pkgsrc/textproc/py-sphinx-issues: Makefile pkgsrc/textproc/py-sphinx-rtd-theme: Makefile pkgsrc/textproc/py-sphinx-theme-cloud: Makefile Log Message: Switch sphinx to versioned deps. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-numpydoc/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinx-issues/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-sphinx-theme-cloud/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571695266231310 Content-Disposition: inline Content-Length: 4575 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-numpydoc/Makefile diff -u pkgsrc/textproc/py-numpydoc/Makefile:1.6 pkgsrc/textproc/py-numpydoc/Makefile:1.7 --- pkgsrc/textproc/py-numpydoc/Makefile:1.6 Fri Jun 14 15:17:17 2019 +++ pkgsrc/textproc/py-numpydoc/Makefile Mon Oct 21 22:01:05 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/06/14 15:17:17 adam Exp $ +# $NetBSD: Makefile,v 1.7 2019/10/21 22:01:05 adam Exp $ DISTNAME= numpydoc-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,9 +11,11 @@ COMMENT= Sphinx extension to support doc LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.3:../../textproc/py-jinja2 -DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.6.5:../../textproc/py-sphinx + +PYTHON_VERSIONED_DEPENDENCIES= sphinx USE_LANGUAGES= # none .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-pallets-sphinx-themes/Makefile diff -u pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.2 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.3 --- pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.2 Fri Oct 11 16:28:39 2019 +++ pkgsrc/textproc/py-pallets-sphinx-themes/Makefile Mon Oct 21 22:01:05 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/10/11 16:28:39 adam Exp $ +# $NetBSD: Makefile,v 1.3 2019/10/21 22:01:05 adam Exp $ DISTNAME= Pallets-Sphinx-Themes-1.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -10,9 +10,10 @@ HOMEPAGE= https://github.com/pallets/pal COMMENT= Sphinx themes for Pallets and related projects LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx +PYTHON_VERSIONED_DEPENDENCIES= sphinx USE_LANGUAGES= # none .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-sphinx-issues/Makefile diff -u pkgsrc/textproc/py-sphinx-issues/Makefile:1.1 pkgsrc/textproc/py-sphinx-issues/Makefile:1.2 --- pkgsrc/textproc/py-sphinx-issues/Makefile:1.1 Wed Apr 24 15:50:43 2019 +++ pkgsrc/textproc/py-sphinx-issues/Makefile Mon Oct 21 22:01:05 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/04/24 15:50:43 adam Exp $ +# $NetBSD: Makefile,v 1.2 2019/10/21 22:01:05 adam Exp $ DISTNAME= sphinx-issues-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,9 +10,10 @@ HOMEPAGE= https://github.com/sloria/sphi COMMENT= Sphinx extension for linking to an issue tracker LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx +PYTHON_VERSIONED_DEPENDENCIES= sphinx USE_LANGUAGES= # none .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-sphinx-rtd-theme/Makefile diff -u pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.9 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.10 --- pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.9 Wed Feb 13 12:50:40 2019 +++ pkgsrc/textproc/py-sphinx-rtd-theme/Makefile Mon Oct 21 22:01:06 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/02/13 12:50:40 adam Exp $ +# $NetBSD: Makefile,v 1.10 2019/10/21 22:01:06 adam Exp $ DISTNAME= sphinx_rtd_theme-0.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} @@ -10,9 +10,10 @@ HOMEPAGE= https://github.com/rtfd/sphinx COMMENT= Sphinx readthedocs.org theme LICENSE= modified-bsd AND ofl-v1.1 -DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx +PYTHON_VERSIONED_DEPENDENCIES= sphinx USE_LANGUAGES= # none .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-sphinx-theme-cloud/Makefile diff -u pkgsrc/textproc/py-sphinx-theme-cloud/Makefile:1.7 pkgsrc/textproc/py-sphinx-theme-cloud/Makefile:1.8 --- pkgsrc/textproc/py-sphinx-theme-cloud/Makefile:1.7 Sat Oct 7 11:25:00 2017 +++ pkgsrc/textproc/py-sphinx-theme-cloud/Makefile Mon Oct 21 22:01:06 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2017/10/07 11:25:00 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/10/21 22:01:06 adam Exp $ DISTNAME= cloud_sptheme-1.9.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/cloud_sptheme/sphinx-theme-cloud/} @@ -10,9 +10,10 @@ HOMEPAGE= https://bitbucket.org/ecollins COMMENT= Sphinx cloud theme LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx +PYTHON_VERSIONED_DEPENDENCIES= sphinx USE_LANGUAGES= # none .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1571695266231310--