* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/textual-serve/
@ 2024-11-23 23:32 Henri Gasc
0 siblings, 0 replies; 2+ messages in thread
From: Henri Gasc @ 2024-11-23 23:32 UTC (permalink / raw
To: gentoo-commits
commit: 1cf7f7bbf185af15cf9b8bb46316073b1b177551
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sat Nov 23 22:12:28 2024 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sat Nov 23 23:32:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1cf7f7bb
dev-python/textual-serve: new package, add 1.1.0
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/textual-serve/Manifest | 1 +
dev-python/textual-serve/metadata.xml | 13 +++++++++++
.../textual-serve/textual-serve-1.1.0.ebuild | 27 ++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-python/textual-serve/Manifest b/dev-python/textual-serve/Manifest
new file mode 100644
index 000000000..7ba8c6c0d
--- /dev/null
+++ b/dev-python/textual-serve/Manifest
@@ -0,0 +1 @@
+DIST textual-serve-1.1.0.gh.tar.gz 447911 BLAKE2B 04b40d5511c7087e8172bbba93b45914a491a394604076f9c6f84f1963221798b7552c0b41bfc21110e8905091e9a5cebf2e5a65a3350f686f635385fd3dab96 SHA512 f8aa93fc006922494ba17161d92b4c86dc7f089952324b63fcfda079b950e92994f918ebb7e131cd8b479be806abc2c6d46ec84b9e84ae0c749f8102ca5cb01d
diff --git a/dev-python/textual-serve/metadata.xml b/dev-python/textual-serve/metadata.xml
new file mode 100644
index 000000000..096040422
--- /dev/null
+++ b/dev-python/textual-serve/metadata.xml
@@ -0,0 +1,13 @@
+<?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">textual-serve</remote-id>
+ <remote-id type="github">Textualize/textual-serve</remote-id>
+ <doc>https://textual.textualize.io/</doc>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/textual-serve/textual-serve-1.1.0.ebuild b/dev-python/textual-serve/textual-serve-1.1.0.ebuild
new file mode 100644
index 000000000..508cf05ae
--- /dev/null
+++ b/dev-python/textual-serve/textual-serve-1.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+HASH="3ddc373822ff16a680d5dff647f52f0afcf552cf"
+DESCRIPTION="Serve Textual apps locally"
+HOMEPAGE="https://github.com/Textualize/textual-serve https://pypi.org/project/textual-serve/"
+SRC_URI="https://github.com/Textualize/${PN}/archive/${HASH}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${HASH}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/aiohttp-3.9.5[${PYTHON_USEDEP}]
+ >=dev-python/jinja2-3.1.4[${PYTHON_USEDEP}]
+ >=dev-python/textual-0.66.0[${PYTHON_USEDEP}]
+ dev-python/rich[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/textual-serve/
@ 2024-12-02 22:43 Henri Gasc
0 siblings, 0 replies; 2+ messages in thread
From: Henri Gasc @ 2024-12-02 22:43 UTC (permalink / raw
To: gentoo-commits
commit: 92718a43de45ae881f3c174ba5d59025d99bd73c
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Dec 2 16:49:51 2024 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Mon Dec 2 21:22:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92718a43
dev-python/textual-serve: add 1.1.1, drop 1.1.0
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/textual-serve/Manifest | 2 +-
.../{textual-serve-1.1.0.ebuild => textual-serve-1.1.1.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/textual-serve/Manifest b/dev-python/textual-serve/Manifest
index 7ba8c6c0d..b190bad55 100644
--- a/dev-python/textual-serve/Manifest
+++ b/dev-python/textual-serve/Manifest
@@ -1 +1 @@
-DIST textual-serve-1.1.0.gh.tar.gz 447911 BLAKE2B 04b40d5511c7087e8172bbba93b45914a491a394604076f9c6f84f1963221798b7552c0b41bfc21110e8905091e9a5cebf2e5a65a3350f686f635385fd3dab96 SHA512 f8aa93fc006922494ba17161d92b4c86dc7f089952324b63fcfda079b950e92994f918ebb7e131cd8b479be806abc2c6d46ec84b9e84ae0c749f8102ca5cb01d
+DIST textual-serve-1.1.1.gh.tar.gz 447915 BLAKE2B 851d8147e37bc9921cab94beca811193e98b88d2d9bf625bbf5e2fbca398cead9c6570e6a1a3c9aefa369aef7636250cca75dddf52adb52455b753db6b30f520 SHA512 af684e13b6280bff66a51ea018832e14ca6a258394980a83ab41fbd472b4c7b5d804c4abb8b666fd69c9035caa10d0b1b831092e82acd60bab48d62c101400eb
diff --git a/dev-python/textual-serve/textual-serve-1.1.0.ebuild b/dev-python/textual-serve/textual-serve-1.1.1.ebuild
similarity index 93%
rename from dev-python/textual-serve/textual-serve-1.1.0.ebuild
rename to dev-python/textual-serve/textual-serve-1.1.1.ebuild
index 508cf05ae..cd49edb7f 100644
--- a/dev-python/textual-serve/textual-serve-1.1.0.ebuild
+++ b/dev-python/textual-serve/textual-serve-1.1.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
-HASH="3ddc373822ff16a680d5dff647f52f0afcf552cf"
+HASH="6d13319e689766f41cb6bd589379d4a692cae081"
DESCRIPTION="Serve Textual apps locally"
HOMEPAGE="https://github.com/Textualize/textual-serve https://pypi.org/project/textual-serve/"
SRC_URI="https://github.com/Textualize/${PN}/archive/${HASH}.tar.gz -> ${P}.gh.tar.gz"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-02 22:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02 22:43 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/textual-serve/ Henri Gasc
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 23:32 Henri Gasc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox