public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/textual-dev/
Date: Mon, 25 Nov 2024 01:37:51 +0000 (UTC)	[thread overview]
Message-ID: <1732404722.32ef4437e98b1ca85779795bdc6047b65bb28c9c.lanodan@gentoo> (raw)

commit:     32ef4437e98b1ca85779795bdc6047b65bb28c9c
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sat Nov 23 22:17:10 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Nov 23 23:32:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32ef4437

dev-python/textual-dev: add 1.7.1, drop 1.6.1

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

 dev-python/textual-dev/Manifest                                |  2 +-
 .../{textual-dev-1.6.1.ebuild => textual-dev-1.7.1.ebuild}     | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/textual-dev/Manifest b/dev-python/textual-dev/Manifest
index 30f679c4c..43a26a84f 100644
--- a/dev-python/textual-dev/Manifest
+++ b/dev-python/textual-dev/Manifest
@@ -1 +1 @@
-DIST textual_dev-1.6.1.tar.gz 25624 BLAKE2B a2f3e676f8a10388a95c467e3b1590e03c708b1ef09096bf02b66d10143792dfa89d630a8d8089926eb5e8ef87cfbea9c9c5aa379049a6fa6465ac9c1dad3234 SHA512 2c6854642eadcd0ca5b199e25d097205df75a06f5ad277461b468ff3d203e71476cf50957bdd2874bb25290d7fc8b9cd19bca5ec9f91331e2ba8da0a24248aed
+DIST textual-dev-1.7.1.gh.tar.gz 73273 BLAKE2B 6a9aac72418772d32ff034468d1b1a2e7153e9c6d177b58d09a9731a0ee366dcbb45f780f28535a7a60141531f66f765c72359e391c2648f405b1510af3088a3 SHA512 421076c1e512d65f0fcb02f7f2889ed5c81ebff5abe59488f6cfe236f9ea24b3203a6cb42b837718bd8d457f9bdb1afaed5d5a87f50b2f6bd5e23fe39a29a91d

diff --git a/dev-python/textual-dev/textual-dev-1.6.1.ebuild b/dev-python/textual-dev/textual-dev-1.7.1.ebuild
similarity index 71%
rename from dev-python/textual-dev/textual-dev-1.6.1.ebuild
rename to dev-python/textual-dev/textual-dev-1.7.1.ebuild
index 2f949f94e..8227f9acd 100644
--- a/dev-python/textual-dev/textual-dev-1.6.1.ebuild
+++ b/dev-python/textual-dev/textual-dev-1.7.1.ebuild
@@ -6,17 +6,19 @@ EAPI=8
 DISTUTILS_USE_PEP517=poetry
 PYTHON_COMPAT=( python3_{10..13} )
 
-inherit distutils-r1 pypi
+inherit distutils-r1
 
 DESCRIPTION="Modern Text User Interface framework"
 HOMEPAGE="https://github.com/Textualize/textual-dev https://pypi.org/project/textual-dev/"
+SRC_URI="https://github.com/Textualize/textual-dev/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-	>=dev-python/textual-0.36.0[${PYTHON_USEDEP}]
+	>=dev-python/textual-0.86.2[${PYTHON_USEDEP}]
+	>=dev-python/textual-serve-1.0.3[${PYTHON_USEDEP}]
 	>=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
 	>=dev-python/click-8.1.2[${PYTHON_USEDEP}]
 	>=dev-python/msgpack-1.0.3[${PYTHON_USEDEP}]
@@ -25,10 +27,8 @@ RDEPEND="
 
 BDEPEND="
 	test? (
-		${RDEPEND}
 		dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
-		>=dev-python/time-machine-2.6.0[${PYTHON_USEDEP}]
-		<dev-python/time-machine-3[${PYTHON_USEDEP}]
+		=dev-python/time-machine-2*[${PYTHON_USEDEP}]
 	)
 "
 


             reply	other threads:[~2024-11-25  1:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-25  1:37 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-14 23:31 [gentoo-commits] repo/proj/guru:master commit in: dev-python/textual-dev/ Julien Roy
2024-10-11  9:55 David Roman
2024-03-14 10:19 David Roman
2024-01-11 11:57 David Roman
2023-12-02  1:29 Haelwenn Monnier
2023-09-09 12:26 David Roman

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=1732404722.32ef4437e98b1ca85779795bdc6047b65bb28c9c.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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