commit:     0543c756dbf4821bb173f891cd1ecf477b011580
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sat Mar  9 15:04:01 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sat Mar  9 15:04:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0543c756

dev-python/mitype: add 0.2.5, drop 0.2.4

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

 dev-python/mitype/Manifest                              |  2 +-
 .../mitype/{mitype-0.2.4.ebuild => mitype-0.2.5.ebuild} | 17 ++++++++++-------
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/dev-python/mitype/Manifest b/dev-python/mitype/Manifest
index 4d764241fb..06ed05b970 100644
--- a/dev-python/mitype/Manifest
+++ b/dev-python/mitype/Manifest
@@ -1 +1 @@
-DIST v0.2.4.gh.tar.gz 1147995 BLAKE2B 
e494e4a29ef46ed3b72cf60074ce94890a12b22471aa0e39f2f76f86317042be6cf1a55fbcbc901c086d5f71bceea44355454bd3b4bb8da01be95c0606d280b0
 SHA512 
ca9e14a60651769de8847ef402ea9d570ace4bfa8e84b8b4b885b5aa0c62fcc653cc60bb1937a45e9e968517f0968c52e32f596ab6f9f9fc110798ac2d717061
+DIST mitype-0.2.5.gh.tar.gz 1148065 BLAKE2B 
0e53fb570c17d1076788ba8e3575923c232859220d717f381a2620dba4d7c9a117186a52d3a0560e850fe773cf8c25f4d5a5898ecb0b969611a477352defca11
 SHA512 
a566d6a096ebaecb20c190d68a6db1d25c3657b67be40cbe681eabaa09491a26efa73ba3118e0ee339ab3c6b7c0d9fa8fb4a10cd8800c59c7b0b088768cdfbc4

diff --git a/dev-python/mitype/mitype-0.2.4.ebuild 
b/dev-python/mitype/mitype-0.2.5.ebuild
similarity index 63%
rename from dev-python/mitype/mitype-0.2.4.ebuild
rename to dev-python/mitype/mitype-0.2.5.ebuild
index 9455c90a42..14c1c27f6c 100644
--- a/dev-python/mitype/mitype-0.2.4.ebuild
+++ b/dev-python/mitype/mitype-0.2.5.ebuild
@@ -1,24 +1,27 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
 DESCRIPTION="Typing speed test in terminal"
 HOMEPAGE="https://github.com/Mithil467/mitype https://pypi.org/project/mitype/";
-SRC_URI="https://github.com/Mithil467/mitype/archive/refs/tags/v${PV}.tar.gz 
-> v${PV}.gh.tar.gz"
+SRC_URI="https://github.com/Mithil467/mitype/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
 
-RDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/versioneer[${PYTHON_USEDEP}]"
+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