mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/textual-serve: new package, add 1.1.0
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
1
dev-python/textual-serve/Manifest
Normal file
1
dev-python/textual-serve/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST textual-serve-1.1.0.gh.tar.gz 447911 BLAKE2B 04b40d5511c7087e8172bbba93b45914a491a394604076f9c6f84f1963221798b7552c0b41bfc21110e8905091e9a5cebf2e5a65a3350f686f635385fd3dab96 SHA512 f8aa93fc006922494ba17161d92b4c86dc7f089952324b63fcfda079b950e92994f918ebb7e131cd8b479be806abc2c6d46ec84b9e84ae0c749f8102ca5cb01d
|
||||
13
dev-python/textual-serve/metadata.xml
Normal file
13
dev-python/textual-serve/metadata.xml
Normal file
@@ -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>
|
||||
27
dev-python/textual-serve/textual-serve-1.1.0.ebuild
Normal file
27
dev-python/textual-serve/textual-serve-1.1.0.ebuild
Normal file
@@ -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}"
|
||||
Reference in New Issue
Block a user