mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-python/textual-serve: add 1.1.3
Switch to PyPi as version 1.1.3 was never released on GitHub or tagged. Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST textual-serve-1.1.2.gh.tar.gz 450004 BLAKE2B 9b13e350bd5fdbcdca0fbd6084863c5de77ee08540068b09edb53ac47cd3b5079f9d9ab391424da01e4c76351af9e209d5e6dd8166fef62dcbff83bc1bb983be SHA512 d933cdd5aca3fe1e4f3bc8b5156b1f75d0ce3107184422fcd110a1bd9f4d0163e4f40e09452ae55dd688f5d3f14ef58425d46232a6dfea01bce27759995a9cf6
|
||||
DIST textual_serve-1.1.3.tar.gz 448340 BLAKE2B c9d5c112b413b87c5c1351b991611493ce515c6ae34802c50d17cefe4b6288b8590867c9149b84315e4bc88844761fbe6f04a32dbd09db79cd68e2c17760432e SHA512 c19aec097ade1075bf2cb9ce53f07d63e09e48ec11b80a8d311da035c37ea533609a46d62f2d7c741f3197a2bab14d85585d2e443e5293a459ec0654b7033115
|
||||
|
||||
24
dev-python/textual-serve/textual-serve-1.1.3.ebuild
Normal file
24
dev-python/textual-serve/textual-serve-1.1.3.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Serve Textual apps locally"
|
||||
HOMEPAGE="https://github.com/Textualize/textual-serve https://pypi.org/project/textual-serve/"
|
||||
|
||||
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}"
|
||||
Reference in New Issue
Block a user