commit:     1845fc94de23ba5dc23a661aa42790551979cfb8
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Thu Oct 10 08:50:08 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Oct 10 16:04:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1845fc94

dev-python/mitype: add 0.2.6, drop 0.2.5

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/mitype/Manifest                                 |  2 +-
 .../mitype/{mitype-0.2.5.ebuild => mitype-0.2.6.ebuild}    | 14 ++++++++------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/dev-python/mitype/Manifest b/dev-python/mitype/Manifest
index 06ed05b97..6ade51451 100644
--- a/dev-python/mitype/Manifest
+++ b/dev-python/mitype/Manifest
@@ -1 +1 @@
-DIST mitype-0.2.5.gh.tar.gz 1148065 BLAKE2B 
0e53fb570c17d1076788ba8e3575923c232859220d717f381a2620dba4d7c9a117186a52d3a0560e850fe773cf8c25f4d5a5898ecb0b969611a477352defca11
 SHA512 
a566d6a096ebaecb20c190d68a6db1d25c3657b67be40cbe681eabaa09491a26efa73ba3118e0ee339ab3c6b7c0d9fa8fb4a10cd8800c59c7b0b088768cdfbc4
+DIST mitype-0.2.6.gh.tar.gz 1148256 BLAKE2B 
d3999b33b00d674b3f0c6d91bd7d5e763a3115e54416087b7b9ff01727d7aa93dc03facf8b608134ae273ef5304df6e6cb2ed67b1619583d882a8b95fadbee7e
 SHA512 
737c968b6a74adf83396e0626411c8d39210026be898e78d055c5f8e36f890aa2d7eecceab9b3a635a5b73a2104d905b1bd74f771f5c62f613513051e461812b

diff --git a/dev-python/mitype/mitype-0.2.5.ebuild 
b/dev-python/mitype/mitype-0.2.6.ebuild
similarity index 76%
rename from dev-python/mitype/mitype-0.2.5.ebuild
rename to dev-python/mitype/mitype-0.2.6.ebuild
index 14c1c27f6..d5abb1f10 100644
--- a/dev-python/mitype/mitype-0.2.5.ebuild
+++ b/dev-python/mitype/mitype-0.2.6.ebuild
@@ -3,10 +3,16 @@
 
 EAPI=8
 
+DOCS_BUILDER="sphinx"
+DOCS_DIR="docs/source"
+DOCS_DEPEND="
+       dev-python/sphinx-rtd-theme
+"
+
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
-inherit distutils-r1
+inherit distutils-r1 docs
 
 DESCRIPTION="Typing speed test in terminal"
 HOMEPAGE="https://github.com/Mithil467/mitype https://pypi.org/project/mitype/";
@@ -18,10 +24,6 @@ KEYWORDS="~amd64 ~x86"
 
 BDEPEND="
        dev-python/versioneer[${PYTHON_USEDEP}]
-       doc? (
-               dev-python/sphinx-rtd-theme
-       )
 "
 
 distutils_enable_tests pytest
-distutils_enable_sphinx docs/source

Reply via email to