From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF82E138350 for ; Sat, 11 Apr 2020 08:15:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11677E0A94; Sat, 11 Apr 2020 08:15:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F17B5E0A91 for ; Sat, 11 Apr 2020 08:15:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F0E534EEAA for ; Sat, 11 Apr 2020 08:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC5D0158 for ; Sat, 11 Apr 2020 08:15:12 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586592825.640df6efc39e3e10b7d1afdc6096fc40073c78c0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/wcmatch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/wcmatch/wcmatch-6.0.1.ebuild X-VCS-Directories: dev-python/wcmatch/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 640df6efc39e3e10b7d1afdc6096fc40073c78c0 X-VCS-Branch: master Date: Sat, 11 Apr 2020 08:15:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 21c1a0a2-6156-4f6b-a487-4a10f40d54a5 X-Archives-Hash: fffa7f1b0989158f677b96779ccb68bb commit: 640df6efc39e3e10b7d1afdc6096fc40073c78c0 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Apr 11 08:13:45 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Apr 11 08:13:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=640df6ef dev-python/wcmatch: do not depend on mkdocs-git-rev.... Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/wcmatch/wcmatch-6.0.1.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-python/wcmatch/wcmatch-6.0.1.ebuild b/dev-python/wcmatch/wcmatch-6.0.1.ebuild index 95097a6..1989b9f 100644 --- a/dev-python/wcmatch/wcmatch-6.0.1.ebuild +++ b/dev-python/wcmatch/wcmatch-6.0.1.ebuild @@ -7,7 +7,6 @@ PYTHON_COMPAT=( python3_{6,7,8} ) DOCBUILDER="mkdocs" DOCDEPEND=" - dev-python/mkdocs-git-revision-date-localized-plugin ~dev-python/mkdocs-material-5.0.0_rc2 dev-python/mkdocs_pymdownx_material_extras dev-python/pyspelling @@ -47,10 +46,9 @@ python_prepare_all() { tests/test_globmatch.py || die # git revision data plugin needs git repo to build - if use doc; then - git init || die - git add -A || die - git commit -q -m ".." || die - fi + # do not depend on this + sed -i -e '/git-revision-date-localized/d' \ + mkdocs.yml || die + distutils-r1_python_prepare_all } From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04372138350 for ; Sat, 11 Apr 2020 08:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C6DCE0A44; Sat, 11 Apr 2020 08:15:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0656FE0A44 for ; Sat, 11 Apr 2020 08:15:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B194034EEAB for ; Sat, 11 Apr 2020 08:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15CDC158 for ; Sat, 11 Apr 2020 08:15:03 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586592825.640df6efc39e3e10b7d1afdc6096fc40073c78c0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/wcmatch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/wcmatch/wcmatch-6.0.1.ebuild X-VCS-Directories: dev-python/wcmatch/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 640df6efc39e3e10b7d1afdc6096fc40073c78c0 X-VCS-Branch: dev Date: Sat, 11 Apr 2020 08:15:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d574d94d-1a3d-4989-a57f-44fbb66164e2 X-Archives-Hash: 956d3770d5d67cc7b794ac5592e6609f Message-ID: <20200411081503.8bVYiNSAgAJpwiwK3eC29kOfj4qhGiwj3mJMGaxBjBw@z> commit: 640df6efc39e3e10b7d1afdc6096fc40073c78c0 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Apr 11 08:13:45 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Apr 11 08:13:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=640df6ef dev-python/wcmatch: do not depend on mkdocs-git-rev.... Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/wcmatch/wcmatch-6.0.1.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-python/wcmatch/wcmatch-6.0.1.ebuild b/dev-python/wcmatch/wcmatch-6.0.1.ebuild index 95097a6..1989b9f 100644 --- a/dev-python/wcmatch/wcmatch-6.0.1.ebuild +++ b/dev-python/wcmatch/wcmatch-6.0.1.ebuild @@ -7,7 +7,6 @@ PYTHON_COMPAT=( python3_{6,7,8} ) DOCBUILDER="mkdocs" DOCDEPEND=" - dev-python/mkdocs-git-revision-date-localized-plugin ~dev-python/mkdocs-material-5.0.0_rc2 dev-python/mkdocs_pymdownx_material_extras dev-python/pyspelling @@ -47,10 +46,9 @@ python_prepare_all() { tests/test_globmatch.py || die # git revision data plugin needs git repo to build - if use doc; then - git init || die - git add -A || die - git commit -q -m ".." || die - fi + # do not depend on this + sed -i -e '/git-revision-date-localized/d' \ + mkdocs.yml || die + distutils-r1_python_prepare_all }