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 A541E138350 for ; Fri, 10 Apr 2020 07:15:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D88C9E08AB; Fri, 10 Apr 2020 07:15:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BA2B6E08AB for ; Fri, 10 Apr 2020 07:15:48 +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 BED0F34EE1B for ; Fri, 10 Apr 2020 07:15:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63FF39D for ; Fri, 10 Apr 2020 07:15:46 +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: <1586502936.d5a64cecce82be0d67a3063938c6c57fe3fc1db4.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: d5a64cecce82be0d67a3063938c6c57fe3fc1db4 X-VCS-Branch: dev Date: Fri, 10 Apr 2020 07:15:46 +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: 8f937c6a-ac06-4140-a9d7-dfc591d9c3a4 X-Archives-Hash: 9e1a4dc9a3d49e065a1acc19c96d0af8 commit: d5a64cecce82be0d67a3063938c6c57fe3fc1db4 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Apr 10 07:15:36 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Apr 10 07:15:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5a64cec dev-python/wcmatch: fix doc, needs git repo 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 | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/dev-python/wcmatch/wcmatch-6.0.1.ebuild b/dev-python/wcmatch/wcmatch-6.0.1.ebuild index eafec46..95097a6 100644 --- a/dev-python/wcmatch/wcmatch-6.0.1.ebuild +++ b/dev-python/wcmatch/wcmatch-6.0.1.ebuild @@ -5,17 +5,15 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -#ERROR - Unable to read git logs of '/tmp/mozilla_andrew0/wcmatch-6.0.1/docs/src/markdown/index.md'. To ignore this error, set option 'ignoring_missing_git: true' -#ERROR - Error reading page 'index.md': Cmd('git') failed due to: exit code(128) -# how does one enable this option??? -#DOCBUILDER="mkdocs" -#DOCEPEND=" -# dev-python/mkdocs-git-revision-date-localized-plugin -# dev-python/mkdocs_pymdownx_material_extras -# dev-python/pyspelling -#" - -inherit distutils-r1 #docs +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 +" + +inherit distutils-r1 docs DESCRIPTION="Wildcard/glob file name matcher" HOMEPAGE=" @@ -48,5 +46,11 @@ python_prepare_all() { -e 's:test_tilde_globmatch_no_tilde:_&:' \ 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 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 387F1138350 for ; Fri, 10 Apr 2020 07:35:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1879AE0880; Fri, 10 Apr 2020 07:35:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 00F19E0880 for ; Fri, 10 Apr 2020 07:35:30 +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 F081534EF1B for ; Fri, 10 Apr 2020 07:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B11061CE for ; Fri, 10 Apr 2020 07:35:28 +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: <1586502936.d5a64cecce82be0d67a3063938c6c57fe3fc1db4.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: d5a64cecce82be0d67a3063938c6c57fe3fc1db4 X-VCS-Branch: master Date: Fri, 10 Apr 2020 07:35:28 +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: 87325c5e-5c3e-43dd-9fd8-b10190b832db X-Archives-Hash: 54b28fcab20cee1caf40aa4bc3e1762a Message-ID: <20200410073528.aps6rxYO7ZaRqkCQVBNb4NGeMkjNeAKLR4cDREUMAK8@z> commit: d5a64cecce82be0d67a3063938c6c57fe3fc1db4 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Apr 10 07:15:36 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Apr 10 07:15:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5a64cec dev-python/wcmatch: fix doc, needs git repo 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 | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/dev-python/wcmatch/wcmatch-6.0.1.ebuild b/dev-python/wcmatch/wcmatch-6.0.1.ebuild index eafec46..95097a6 100644 --- a/dev-python/wcmatch/wcmatch-6.0.1.ebuild +++ b/dev-python/wcmatch/wcmatch-6.0.1.ebuild @@ -5,17 +5,15 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -#ERROR - Unable to read git logs of '/tmp/mozilla_andrew0/wcmatch-6.0.1/docs/src/markdown/index.md'. To ignore this error, set option 'ignoring_missing_git: true' -#ERROR - Error reading page 'index.md': Cmd('git') failed due to: exit code(128) -# how does one enable this option??? -#DOCBUILDER="mkdocs" -#DOCEPEND=" -# dev-python/mkdocs-git-revision-date-localized-plugin -# dev-python/mkdocs_pymdownx_material_extras -# dev-python/pyspelling -#" - -inherit distutils-r1 #docs +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 +" + +inherit distutils-r1 docs DESCRIPTION="Wildcard/glob file name matcher" HOMEPAGE=" @@ -48,5 +46,11 @@ python_prepare_all() { -e 's:test_tilde_globmatch_no_tilde:_&:' \ 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 distutils-r1_python_prepare_all }