pytest-runner: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 09:04:16 +02:00 committed by Andreas Billmeier
parent ab19fc8ec3
commit 670c0442be
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 19 additions and 24 deletions

View File

@ -1,3 +1,3 @@
DIST pytest-runner-5.2.tar.gz 15534 BLAKE2B 0bcbd5991808aaa4b85b9071ce142e03287683e919687fa76f5b7929ad07dca6ae6edaf7ad30a1bc1ba0163f43505ec18ab2cd5e0462399b8252c8ca761d7b29 SHA512 5fc62a4e681cfa0ef25dc815ccbbfe1a7ca0e9e7783c2ba2db0da7d2539f11c08d6c3fad2ab3dfe7f0d50fe7bfb41127b11ec9af67ef8e32361655bc910c8245
EBUILD pytest-runner-5.2.ebuild 771 BLAKE2B c5858f73ae1abf7dd8595d8fd0d4c4ea1fe421d48eb4fcc542a51f2d6771c121e546e9a8d0828a4a7d2e3db88751238ffa8ae6512f047605cbd523962950bda0 SHA512 20690c5395bbeef5c12680ffc2ca7388e0ed8812d8ee52d3f4e96c55da218583f3e1a3f0ab498c34e78130a51125b1d4da2832676d4738a1a23796a3780bce3d
MISC metadata.xml 458 BLAKE2B 38cdb0afb978c0cfc0956f88a39d558e6d5c3dc1d1e43fe8f74cb6daf3f2def0407141b943f21b5482e232798396496c7d7e831cd002037d2e3666433e613c30 SHA512 fbf496e23428822498e4d8586f0d1efe9876f916095197e6de3ab8001304a81f697e575bf78df13923bda351b9c8d7107e9c1775b43eca2fb73af2020b91e533
EBUILD pytest-runner-5.2.ebuild 651 BLAKE2B 1e717061aada471608c80068602b063281f3f0c223851de4a852e979246c4870d873842d03dedb8dae5a76ab7d81bf2b3d065e54ba73086b05f42548a8454d79 SHA512 cfbfe0c83dd7ac2ba9a7c8780abaab24657d95c109fea7260e0e2febc7b243546b60a0ba8db73c68b653989e23240333f752b5d1cc6df53353443303fbb4d72a
MISC metadata.xml 524 BLAKE2B 268c1352296cacc45aff446591f7c1e3db6e8e54dc055b1846b431735148a74394d95408e7ce84865f49605c00e651c38d1fcc4cf4a9e4f9da8d36f91fb067d9 SHA512 ed113c33013eef393eeefb1ab05b029494391ce5da58b711d64dc038ff2560aeacc7275fbcf75a3ca2234e37883550e6f944428c9a471b788077d85c684853e9

View File

@ -7,6 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">pytest-runner</remote-id>
<remote-id type="github">pytest-dev/pytest-runner</remote-id>
<maintainer status="unknown">
<email>jaraco@jaraco.com</email>
<name>Jason R. Coombs</name>

View File

@ -1,15 +1,15 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
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"
@ -17,16 +17,10 @@ KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( 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
}
distutils_enable_tests pytest

View File

@ -1,17 +1,17 @@
BDEPEND=dev-python/setuptools-scm[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
BDEPEND=dev-python/setuptools-scm[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta1:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.7.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/wheel-0.40.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/nose[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?] )
DEPEND=test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] )
DESCRIPTION=Invoke py.test as distutils command with dependency resolution
EAPI=8
HOMEPAGE=https://github.com/pytest-dev/pytest-runner/ https://pypi.org/project/pytest-runner/
INHERIT=distutils-r1
IUSE=test python_targets_python3_10 python_targets_python3_11
INHERIT=distutils-r1 pypi
IUSE=test test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=amd64 arm arm64 x86
LICENSE=MIT
RDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
RDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) python_targets_python3_12? ( >=dev-lang/python-3.12.0_beta1:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/pytest-runner/pytest-runner-5.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 2d32e797ee29a8ffdd452f4a85860666
_md5_=0c2056e68e2506f80b16231249660e57
SRC_URI=https://files.pythonhosted.org/packages/source/p/pytest-runner/pytest-runner-5.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 2d32e797ee29a8ffdd452f4a85860666 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=125d207d68359afe0e6aed1a179f5039