public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mitype/
@ 2022-11-26 19:09 Henri Gasc
  0 siblings, 0 replies; 3+ messages in thread
From: Henri Gasc @ 2022-11-26 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     96809b2b7c9c3fe88c2b54532a7667c7f5ba9623
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sat Nov 26 19:08:11 2022 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sat Nov 26 19:08:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96809b2b

dev-python/mitype:

Remove documentation until I found how to build it

Closes: https://bugs.gentoo.org/883181
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/mitype/mitype-0.2.4.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/mitype/mitype-0.2.4.ebuild b/dev-python/mitype/mitype-0.2.4.ebuild
index aa25fc03c..7f11c7c37 100644
--- a/dev-python/mitype/mitype-0.2.4.ebuild
+++ b/dev-python/mitype/mitype-0.2.4.ebuild
@@ -15,12 +15,10 @@ SRC_URI="https://github.com/Mithil467/mitype/archive/refs/tags/v${PV}.tar.gz ->
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
+IUSE="test"
 
 RDEPEND="
-	doc? ( dev-python/sphinx )
 	dev-python/setuptools[${PYTHON_USEDEP}]"
 BDEPEND="dev-python/versioneer[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest
-distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mitype/
@ 2024-03-09 15:05 Henri Gasc
  0 siblings, 0 replies; 3+ messages in thread
From: Henri Gasc @ 2024-03-09 15:05 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mitype/
@ 2022-11-21 14:39 Henri Gasc
  0 siblings, 0 replies; 3+ messages in thread
From: Henri Gasc @ 2022-11-21 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     17003aa9a823ff9e09c1cff0fa1ccce753b6bcfe
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Nov 21 14:37:57 2022 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Mon Nov 21 14:38:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17003aa9

dev-python/mitype: new package, add 0.2.4

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

 dev-python/mitype/Manifest            |  1 +
 dev-python/mitype/metadata.xml        | 12 ++++++++++++
 dev-python/mitype/mitype-0.2.4.ebuild | 26 ++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/mitype/Manifest b/dev-python/mitype/Manifest
new file mode 100644
index 000000000..4d764241f
--- /dev/null
+++ b/dev-python/mitype/Manifest
@@ -0,0 +1 @@
+DIST v0.2.4.gh.tar.gz 1147995 BLAKE2B e494e4a29ef46ed3b72cf60074ce94890a12b22471aa0e39f2f76f86317042be6cf1a55fbcbc901c086d5f71bceea44355454bd3b4bb8da01be95c0606d280b0 SHA512 ca9e14a60651769de8847ef402ea9d570ace4bfa8e84b8b4b885b5aa0c62fcc653cc60bb1937a45e9e968517f0968c52e32f596ab6f9f9fc110798ac2d717061

diff --git a/dev-python/mitype/metadata.xml b/dev-python/mitype/metadata.xml
new file mode 100644
index 000000000..2646b2e95
--- /dev/null
+++ b/dev-python/mitype/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gasc@eurecom.fr</email>
+		<name>Gasc Henri</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">mitype</remote-id>
+		<remote-id type="github">Mithil467/mitype</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/mitype/mitype-0.2.4.ebuild b/dev-python/mitype/mitype-0.2.4.ebuild
new file mode 100644
index 000000000..aa25fc03c
--- /dev/null
+++ b/dev-python/mitype/mitype-0.2.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+	doc? ( dev-python/sphinx )
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/versioneer[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-09 15:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-26 19:09 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mitype/ Henri Gasc
  -- strict thread matches above, loose matches on Subject: below --
2024-03-09 15:05 Henri Gasc
2022-11-21 14:39 Henri Gasc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox