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 A3895138350 for ; Thu, 9 Apr 2020 14:22:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C528AE0974; Thu, 9 Apr 2020 14:22:27 +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 B1389E0974 for ; Thu, 9 Apr 2020 14:22:27 +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 D11F334EF79 for ; Thu, 9 Apr 2020 14:22:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FA239C for ; Thu, 9 Apr 2020 14:22:24 +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: <1586442130.648159f9dfce606ec60c1871d1f9475091d3a7a6.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyspelling/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pyspelling/pyspelling-2.6.0.ebuild X-VCS-Directories: dev-python/pyspelling/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 648159f9dfce606ec60c1871d1f9475091d3a7a6 X-VCS-Branch: dev Date: Thu, 9 Apr 2020 14:22:24 +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: 22040652-1ee4-49d9-a060-bee440d2a3a2 X-Archives-Hash: 96a1aa81b577538b3ee277a836840706 Message-ID: <20200409142224.cFD1u3cB-N5fcWqyrBlMoVCbA8z08rfkSTSrdtJZ-gI@z> commit: 648159f9dfce606ec60c1871d1f9475091d3a7a6 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 9 14:22:10 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 9 14:22:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=648159f9 dev-python/pyspelling: tried to allow do building gave me an error, suggest to use a option to ignore this but can't find where this option should go probably mkdocs.yml but it told me unrecognized option when I tried Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pyspelling/pyspelling-2.6.0.ebuild | 30 +++++++++------------------ 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/dev-python/pyspelling/pyspelling-2.6.0.ebuild b/dev-python/pyspelling/pyspelling-2.6.0.ebuild index 8c3f642..a3ed42c 100644 --- a/dev-python/pyspelling/pyspelling-2.6.0.ebuild +++ b/dev-python/pyspelling/pyspelling-2.6.0.ebuild @@ -7,7 +7,16 @@ PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 +#ERROR - Unable to read git logs of '/tmp/mozilla_andrew0/pyspelling-2.6.0/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 set this option though??? +#DOCBUILDER="mkdocs" +#DOCDEPEND=" +# dev-python/mkdocs-git-revision-date-localized-plugin +# dev-python/mkdocs_pymdownx_material_extras +# ~dev-python/mkdocs-material-5.0.0_rc2" + +inherit distutils-r1 #docs DESCRIPTION="Spell checker automation tool" HOMEPAGE="https://github.com/facelessuser/pyspelling" @@ -16,17 +25,6 @@ SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -#not sure about adding aspell and hunspell useflags -#IUSE="doc" - -# Need mkdocs-1.1 for this -#BDEPEND=" -# doc? ( -# dev-python/mkdocs-git-revision-date-localized-plugin -# dev-python/mkdocs_pymdownx_material_extras -# ~dev-python/mkdocs-material-5.0.0_rc2 -# ) -#" RDEPEND=" || ( app-text/aspell app-text/hunspell ) @@ -43,11 +41,3 @@ RDEPEND=" PATCHES="${FILESDIR}/${P}-do-not-install-tests.patch" distutils_enable_tests pytest - -#python_compile_all() { -# default -# if use doc; then -# mkdocs build || die "failed to make docs" -# HTML_DOCS="site" -# fi -#}