dev-python/webpy: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-04-05 13:50:09 +05:00
parent 30c0418042
commit b07326a4b5
4 changed files with 0 additions and 66 deletions

View File

@@ -1 +0,0 @@
DIST webpy-0.62.gh.tar.gz 104552 BLAKE2B bd94dc9ca9aaf2c4ba9be2d14e66c176031818617f6b505c85e849d299b0fd7f4b77d008d23e78c922584cbd46938206fb5f0f4c19f082811d800d259014b79a SHA512 2b91977bb78e9387c78ed893b098d665a5189e7b9cb1eacbaf903564285524dabc960107b0e1ba4a85c3aedf73ef63ae05338cc71ccacad47a310970afb77cd9

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">webpy/webpy</remote-id>
<remote-id type="pypi">web.py</remote-id>
<doc lang="en">https://webpy.org/docs</doc>
<bugs-to>https://github.com/webpy/webpy/issues</bugs-to>
<changelog>https://raw.githubusercontent.com/webpy/webpy/master/ChangeLog.txt</changelog>
<maintainer>
<name>Anand Chitipothu</name>
<email>anandology@gmail.com</email>
</maintainer>
</upstream>
<longdescription lang="en">
web.py provides small and simple web framework for
python. It is a convenient tool for small sized
websites.
</longdescription>
</pkgmetadata>

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1
DESCRIPTION="A web framework for python that is as simple as it is powerful"
HOMEPAGE="
https://webpy.org
https://github.com/webpy/webpy
https://pypi.org/project/web.py/
"
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/cheroot[${PYTHON_USEDEP}]"
EPYTEST_IGNORE=(
# TODO: tests require postgresql and mysql running
rm tests/test_db.py
)
EPYTEST_DESELECT=(
# https://github.com/webpy/webpy/issues/712
# https://github.com/webpy/webpy/issues/713
tests/test_application.py::ApplicationTest::test_routing
tests/test_session.py::DiskStoreTest::testStoreConcurrent
)
distutils_enable_tests pytest
distutils_enable_sphinx docs