public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/textual/
Date: Thu, 17 Oct 2024 19:41:04 +0000 (UTC)	[thread overview]
Message-ID: <1729194044.d0acf2a4acd211751cdc6b9861e919ac2a0359be.pastalian46@gentoo> (raw)

commit:     d0acf2a4acd211751cdc6b9861e919ac2a0359be
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Oct 17 19:40:44 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Oct 17 19:40:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0acf2a4

dev-python/textual: remove USE=doc

USE=doc depends on dev-python/tree-sitter-languages, which is currently
masked.

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/textual/textual-0.83.0.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-python/textual/textual-0.83.0.ebuild b/dev-python/textual/textual-0.83.0.ebuild
index 326fdec70..9b9f9bdba 100644
--- a/dev-python/textual/textual-0.83.0.ebuild
+++ b/dev-python/textual/textual-0.83.0.ebuild
@@ -16,7 +16,7 @@ DOCS_DEPEND="
 "
 DOCS_INITIALIZE_GIT=1
 
-inherit distutils-r1 docs optfeature
+inherit distutils-r1 optfeature #docs
 
 DESCRIPTION="Modern Text User Interface framework"
 HOMEPAGE="https://github.com/Textualize/textual https://pypi.org/project/textual/"
@@ -40,10 +40,9 @@ BDEPEND="
 		dev-python/griffe[${PYTHON_USEDEP}]
 		dev-python/platformdirs[${PYTHON_USEDEP}]
 	)
-	doc? (
-		dev-python/tree-sitter-languages[${PYTHON_USEDEP}]
-	)
 "
+# currently masked
+#BDEPEND+="doc? ( dev-python/tree-sitter-languages[${PYTHON_USEDEP}] )
 DEPEND="${RDEPEND}"
 
 # PATCHES=(
@@ -61,11 +60,11 @@ distutils_enable_tests pytest
 python_compile_all() {
 	echo "INHERIT: mkdocs-offline.yml" > "${S}/mkdocs.yml"
 	grep -v "\- \"*[Bb]log" "${S}/mkdocs-nav.yml" >> "${S}/mkdocs.yml"
-	docs_compile
+	#docs_compile
 	rm "${S}/mkdocs.yml"
 }
 
 pkg_postinst() {
 	optfeature "bindings for python" dev-python/tree-sitter
-	optfeature "support for all languages" dev-python/tree-sitter-languages
+	#optfeature "support for all languages" dev-python/tree-sitter-languages
 }


             reply	other threads:[~2024-10-17 19:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-17 19:41 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-02 22:43 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/textual/ Henri Gasc
2024-11-23 23:32 Henri Gasc
2024-11-14 18:42 Henri Gasc
2024-10-10 19:18 Henri Gasc
2024-05-31 22:16 Henri Gasc
2024-05-21 20:36 Henri Gasc
2024-05-08 14:55 Henri Gasc
2024-01-10 14:49 Henri Gasc
2023-12-01 20:50 Henri Gasc
2023-09-06 22:02 Henri Gasc
2023-03-12 17:37 Henri Gasc
2023-02-05 15:24 Henri Gasc

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=1729194044.d0acf2a4acd211751cdc6b9861e919ac2a0359be.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --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: link
Be 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