From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/backrefs/ Date: Sat, 11 Apr 2020 20:34:15 +0000 (UTC) [thread overview] Message-ID: <1586593855.68c5bcd3a9b9dba48fbd3f69451e00ba1655b9a7.andrewammerlaan@gentoo> (raw) commit: 68c5bcd3a9b9dba48fbd3f69451e00ba1655b9a7 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Apr 11 08:30:32 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Apr 11 08:30:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68c5bcd3 dev-python/backrefs: fixup doc Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/backrefs/backrefs-4.3.0.ebuild | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/dev-python/backrefs/backrefs-4.3.0.ebuild b/dev-python/backrefs/backrefs-4.3.0.ebuild index d86de11..a7183c4 100644 --- a/dev-python/backrefs/backrefs-4.3.0.ebuild +++ b/dev-python/backrefs/backrefs-4.3.0.ebuild @@ -5,7 +5,13 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit distutils-r1 +DOCBUILDER="mkdocs" +DOCDEPEND=" + ~dev-python/mkdocs-material-4.6.3 + dev-python/pyspelling +" + +inherit distutils-r1 docs DESCRIPTION="Wrapper around re or regex that adds additional back references" HOMEPAGE=" @@ -18,27 +24,11 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc" - DEPEND=" test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/regex[${PYTHON_USEDEP}] ) " -BDEPEND=" - doc? ( - >=dev-python/mkdocs-material-2.2.5 - dev-python/pyspelling - ) -" distutils_enable_tests pytest - -python_compile_all() { - default - if use doc; then - mkdocs build || die "failed to make docs" - HTML_DOCS="site" - fi -}
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/backrefs/ Date: Sat, 11 Apr 2020 08:31:06 +0000 (UTC) [thread overview] Message-ID: <1586593855.68c5bcd3a9b9dba48fbd3f69451e00ba1655b9a7.andrewammerlaan@gentoo> (raw) Message-ID: <20200411083106.R86ydpH75zhO-HxTqAHaDlqvmsbhmXuGPeoI-El3psA@z> (raw) commit: 68c5bcd3a9b9dba48fbd3f69451e00ba1655b9a7 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Apr 11 08:30:32 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Apr 11 08:30:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68c5bcd3 dev-python/backrefs: fixup doc Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/backrefs/backrefs-4.3.0.ebuild | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/dev-python/backrefs/backrefs-4.3.0.ebuild b/dev-python/backrefs/backrefs-4.3.0.ebuild index d86de11..a7183c4 100644 --- a/dev-python/backrefs/backrefs-4.3.0.ebuild +++ b/dev-python/backrefs/backrefs-4.3.0.ebuild @@ -5,7 +5,13 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit distutils-r1 +DOCBUILDER="mkdocs" +DOCDEPEND=" + ~dev-python/mkdocs-material-4.6.3 + dev-python/pyspelling +" + +inherit distutils-r1 docs DESCRIPTION="Wrapper around re or regex that adds additional back references" HOMEPAGE=" @@ -18,27 +24,11 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc" - DEPEND=" test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/regex[${PYTHON_USEDEP}] ) " -BDEPEND=" - doc? ( - >=dev-python/mkdocs-material-2.2.5 - dev-python/pyspelling - ) -" distutils_enable_tests pytest - -python_compile_all() { - default - if use doc; then - mkdocs build || die "failed to make docs" - HTML_DOCS="site" - fi -}
next reply other threads:[~2020-04-11 20:34 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-04-11 20:34 Andrew Ammerlaan [this message] 2020-04-11 8:31 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/backrefs/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2020-12-07 11:52 Andrew Ammerlaan 2020-12-07 11:52 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-11-20 16:05 Andrew Ammerlaan 2020-11-20 16:03 Andrew Ammerlaan 2020-03-31 9:07 Andrew Ammerlaan 2020-03-28 11:08 Andrew Ammerlaan
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1586593855.68c5bcd3a9b9dba48fbd3f69451e00ba1655b9a7.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.net \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox