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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 155B6158041 for ; Thu, 22 Feb 2024 15:27:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C201E29C5; Thu, 22 Feb 2024 15:27:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17CA7E29C5 for ; Thu, 22 Feb 2024 15:27:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14332343209 for ; Thu, 22 Feb 2024 15:27:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C3DC131B for ; Thu, 22 Feb 2024 15:27:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1708615640.04cc6f7833cb96bbe7d81b013702ec9377649059.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyrate-limiter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyrate-limiter/pyrate-limiter-3.2.1.ebuild X-VCS-Directories: dev-python/pyrate-limiter/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 04cc6f7833cb96bbe7d81b013702ec9377649059 X-VCS-Branch: master Date: Thu, 22 Feb 2024 15:27: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: b5a157b0-962e-4994-b0a2-4ac48dbe4a49 X-Archives-Hash: 5b5f6d0a9f13f740e41657d9a45c5fe0 commit: 04cc6f7833cb96bbe7d81b013702ec9377649059 Author: Michał Górny gentoo org> AuthorDate: Thu Feb 22 15:21:21 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 22 15:27:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04cc6f78 dev-python/pyrate-limiter: Enable building docs Signed-off-by: Michał Górny gentoo.org> dev-python/pyrate-limiter/pyrate-limiter-3.2.1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/pyrate-limiter/pyrate-limiter-3.2.1.ebuild b/dev-python/pyrate-limiter/pyrate-limiter-3.2.1.ebuild index dd754b5109b7..78b2ab43d67d 100644 --- a/dev-python/pyrate-limiter/pyrate-limiter-3.2.1.ebuild +++ b/dev-python/pyrate-limiter/pyrate-limiter-3.2.1.ebuild @@ -38,12 +38,12 @@ EPYTEST_DESELECT=( ) EPYTEST_XDIST=1 -# TODO: package sphinx-copybutton -# distutils_enable_sphinx docs \ -# dev-python/sphinx-autodoc-typehints \ -# dev-python/furo \ -# dev-python/myst-parser \ -# dev-python/sphinxcontrib-apidoc +distutils_enable_sphinx docs \ + dev-python/sphinx-autodoc-typehints \ + dev-python/sphinx-copybutton \ + dev-python/furo \ + dev-python/myst-parser \ + dev-python/sphinxcontrib-apidoc distutils_enable_tests pytest src_test() {