dev-python/lia-web: new package, add 0.2.3
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
ccef835e40
commit
55c0a8280f
3
dev-python/lia-web/Manifest
Normal file
3
dev-python/lia-web/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST lia_web-0.2.3.tar.gz 156761 BLAKE2B 5665f83e5a0bb8e996b61813e866845322896cafb0beea5834be0873069856751092759bcf432a4272058588326cdc182059fa1443622c00b98d93fd308f0a9c SHA512 2f1ad8f902d021fc57f12a01d19bd944a0c61dbc947e787a6b4a90964761980a0acc5ed6f47af80d577fe5ede66469ff083c3f336ee367fdc6c2eb9e1d895cfe
|
||||
EBUILD lia-web-0.2.3.ebuild 581 BLAKE2B 143cc53052470551acb13be6e03f29ddb7b51a78a54df479fb9fc6c09345aad52bf62865c6200b627f8ae81bf84e386f1934a5207a82a1b9ffc4a4e51e5d237f SHA512 b1ecb5b64705916d040d0e2b2dc7e2412cac2a0f0ebfffad1c8b0814c0ca2836fde9162b6f6395a7d864a964071afa2a70fbae13c086e0e83ed3fa2da9a4bffd
|
||||
MISC metadata.xml 460 BLAKE2B 02a1976f9febb0c842f3c9daee4fc4bc2e73a150fb79d2dbe251858ac6ba0aac11ed537ae514940e25910e1e9d9bce8c51df42bdd857efa7868fa87feb3609af SHA512 b092a2e89311888658e014b2481b3b6898bb991ad71a7126c288d339aa380071a304b820df6129e33ae9f54fd2f801f1d4ab695c5c898410d0350ed96a6cccd7
|
27
dev-python/lia-web/lia-web-0.2.3.ebuild
Normal file
27
dev-python/lia-web/lia-web-0.2.3.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A library for working with web frameworks"
|
||||
HOMEPAGE="https://pypi.org/project/lia-web/"
|
||||
|
||||
LICENSE="None"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/typing-extensions-4.14[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
15
dev-python/lia-web/metadata.xml
Normal file
15
dev-python/lia-web/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">lia-web</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>patrick.arminio@gmail.com</email>
|
||||
<name>Patrick Arminio</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user