dev-python/pytest-runner: treeclean

This commit is contained in:
Andreas Billmeier 2025-08-22 12:47:47 +02:00
parent ac4a246f36
commit dcffc9954c
4 changed files with 0 additions and 83 deletions

View File

@ -1,5 +0,0 @@
DIST pytest-runner-5.2.tar.gz 15534 BLAKE2B 0bcbd5991808aaa4b85b9071ce142e03287683e919687fa76f5b7929ad07dca6ae6edaf7ad30a1bc1ba0163f43505ec18ab2cd5e0462399b8252c8ca761d7b29 SHA512 5fc62a4e681cfa0ef25dc815ccbbfe1a7ca0e9e7783c2ba2db0da7d2539f11c08d6c3fad2ab3dfe7f0d50fe7bfb41127b11ec9af67ef8e32361655bc910c8245
DIST pytest-runner-5.3.1.tar.gz 16262 BLAKE2B 2531bec32afb29a63253289f30880a7f6e74f0dc8626518c17326b74615697a8f7ef3075077a5da61c235e71ffed7aca9bdd64e3722d9381ecbdc66bc4fcbeed SHA512 7104ea8d714cc48fd69cbaedab5e71553889d1bc58b61bbb0d80a1de1cd9002eca2e05d6bc726c984ed4e4c4a276a757153164058295d445e458d763a888bcb6
EBUILD pytest-runner-5.2.ebuild 769 BLAKE2B bb35177225a6e025a0caac7355f4fb9e4060803443c61a512f8ca3ee0b620fdea9714a600746ef973238fda696abae8cf7e7ab1fa67e895b370bbd17755f868c SHA512 24a69f7adea3812f65519ce6ff693a534df51ddf50d273541dc39c70d3ef049bcd4b9a510fefd311b488d6ec38318f69184d4e92f3f9044451b39ebb2705bec8
EBUILD pytest-runner-5.3.1.ebuild 719 BLAKE2B 3655297be0db84b62966be6a04d247d80a1107b1cbeca9386aac8d4bcde0fc1d3176329c6f86e28b62a828318d0bf358e98f80a91a6b39b202b8cd81f0c9f4d5 SHA512 9f55793453bce93c25e4969188c5a1772c6d315597ae7a81cfa3c48146ff08a436942710ec797cd7566ebbb5c6a85172e1b0d6bd2610f55fc90e9a8eb18354e6
MISC metadata.xml 458 BLAKE2B 38cdb0afb978c0cfc0956f88a39d558e6d5c3dc1d1e43fe8f74cb6daf3f2def0407141b943f21b5482e232798396496c7d7e831cd002037d2e3666433e613c30 SHA512 fbf496e23428822498e4d8586f0d1efe9876f916095197e6de3ab8001304a81f697e575bf78df13923bda351b9c8d7107e9c1775b43eca2fb73af2020b91e533

View File

@ -1,15 +0,0 @@
<?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">pytest-runner</remote-id>
<maintainer status="unknown">
<email>jaraco@jaraco.com</email>
<name>Jason R. Coombs</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,31 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Invoke py.test as distutils command with dependency resolution"
HOMEPAGE="https://github.com/pytest-dev/pytest-runner/ https://pypi.org/project/pytest-runner/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,32 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Invoke py.test as distutils command with dependency resolution"
HOMEPAGE="https://github.com/pytest-dev/pytest-runner/ https://pypi.org/project/pytest-runner/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS=""
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}