mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/pytest-benchmark: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST pytest-benchmark-4.0.0.gh.tar.gz 315989 BLAKE2B 1d0d8692b1c8e4eada2e0e369362d2938c78cfe53c9fc8b6510a7e679fc9efcd8db8ac4add6b67f21f839467557fa109f911374da003c2537f06b08ca013c0a6 SHA512 88636e44c184f5072ad081a89f08e8838a11397e6b88298d7f235b531f894792001b858fc5c810b1399d41ec55de5db9057552fb7544fb405a04c3ba5ffbe329
|
||||
@@ -1,11 +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">ionelmc/pytest-benchmark</remote-id>
|
||||
<remote-id type="pypi">pytest-benchmark</remote-id>
|
||||
<doc>https://pytest-benchmark.readthedocs.io/</doc>
|
||||
<changelog>https://pytest-benchmark.readthedocs.io/en/latest/changelog.html</changelog>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,57 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
# Docs depend on dev-python/sphinx-py3doc-enhanced-theme
|
||||
# Which was treecleaned from ::gentoo
|
||||
# DOCS_BUILDER="sphinx"
|
||||
# DOCS_DEPEND="dev-python/sphinx-py3doc-enhanced-theme"
|
||||
# DOCS_DIR="docs"
|
||||
|
||||
inherit distutils-r1 # docs
|
||||
|
||||
DESCRIPTION="py.test fixture for benchmarking code"
|
||||
HOMEPAGE="
|
||||
https://pypi.python.org/pypi/pytest-benchmark/
|
||||
https://github.com/ionelmc/pytest-benchmark
|
||||
"
|
||||
SRC_URI="https://github.com/ionelmc/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# DOCS=( {AUTHORS,CHANGELOG,README}.rst )
|
||||
|
||||
RDEPEND="
|
||||
dev-python/py-cpuinfo[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/aspectlib[${PYTHON_USEDEP}]
|
||||
dev-python/elasticsearch[${PYTHON_USEDEP}]
|
||||
dev-python/freezegun[${PYTHON_USEDEP}]
|
||||
dev-python/hunter[${PYTHON_USEDEP}]
|
||||
dev-python/pygal[${PYTHON_USEDEP}]
|
||||
dev-python/pygaljs[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-xdist[${PYTHON_USEDEP}]
|
||||
dev-vcs/git
|
||||
dev-vcs/mercurial
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# The equality test is not correct (the format changed but the tests did not)
|
||||
# This also deselect other tests for some reason
|
||||
tests/test_cli.py::test_help
|
||||
tests/test_cli.py::test_help_compare
|
||||
tests/test_benchmark.py::test_abort_broken
|
||||
tests/test_utils.py::test_clonefunc
|
||||
)
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -16,8 +16,6 @@
|
||||
# tag when treecleaning a package. The bug will automatically get closed with
|
||||
# the PKGREMOVED resolution.
|
||||
|
||||
|
||||
|
||||
# New entries go on top.
|
||||
|
||||
# Skyler Mäntysaari <sm+gentoo@skym.fi> (2025-02-11)
|
||||
@@ -40,18 +38,6 @@ games-util/curseforge
|
||||
# Removal on 2025-02-23.
|
||||
gui-apps/coretoppings
|
||||
|
||||
# Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> (2024-12-19)
|
||||
# pytest-benchmark is unmaintained in ::guru, should not be used in tests.
|
||||
# https://public-inbox.gentoo.org/gentoo-guru/Z2L4IZBNBJEMqnbj@sysrq.in/
|
||||
# Bugs: #921898, #835526, #921893
|
||||
# Removal on 2025-01-19
|
||||
dev-python/pytest-benchmark
|
||||
dev-python/aspectlib
|
||||
dev-python/hunter
|
||||
dev-python/manhole
|
||||
dev-python/pygal
|
||||
dev-python/pygaljs
|
||||
|
||||
# Julien Roy <julien@jroy.ca> (2024-03-21)
|
||||
# sys-libs/libucontext is masked in ::gentoo
|
||||
sys-libs/gcompat
|
||||
|
||||
Reference in New Issue
Block a user