summaryrefslogtreecommitdiff
path: root/dev-python/pytest-shell-utilities
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-11-10 03:03:09 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-11-10 03:03:09 +0000
commitbe94ae04eee564451203d45977c2ef7c7ace1580 (patch)
tree616ffc0ad9aee18dc7d5e9e62bf62394e8e520ba /dev-python/pytest-shell-utilities
parent2be329ae14bbf99f0fc4de7567e2386bbb529fdc (diff)
gentoo auto-resync : 10:11:2024 - 03:03:09
Diffstat (limited to 'dev-python/pytest-shell-utilities')
-rw-r--r--dev-python/pytest-shell-utilities/Manifest4
-rw-r--r--dev-python/pytest-shell-utilities/pytest-shell-utilities-1.9.6.ebuild41
-rw-r--r--dev-python/pytest-shell-utilities/pytest-shell-utilities-1.9.7.ebuild2
3 files changed, 2 insertions, 45 deletions
diff --git a/dev-python/pytest-shell-utilities/Manifest b/dev-python/pytest-shell-utilities/Manifest
index 9738045d1aba..6a8314b746fd 100644
--- a/dev-python/pytest-shell-utilities/Manifest
+++ b/dev-python/pytest-shell-utilities/Manifest
@@ -1,5 +1,3 @@
-DIST pytest-shell-utilities-1.9.6.gh.tar.gz 79736 BLAKE2B 95c701ffd7b43356f3369d2bab3a8a6aee116b51dd2b78a9fe0e2defe6d86910c69222074ffbd23f6f6aa21f04613f168b9635b481f6b1646f8d8eaf707c9e5e SHA512 829b3c98ac5d9ef2995eb492286eacf84d186bdd75a78ba28e0c5500a0350773fa0d9776043b25eb1951896ec2ca448b43ca340e59bbd5cf27cd392d94408178
DIST pytest-shell-utilities-1.9.7.gh.tar.gz 79847 BLAKE2B f74fdfc24acd521313b2cc98bfcaaf916ff649a88b10c642edb8af785f7c473fbc97d80badec5e7da5b27a6394c6c16e6c354e8261cdfa94cb48ef3eb7174940 SHA512 6e072bbf429abde82504c8c7c03e360d07c88a0239fec10e5d20f424a776fa170a90b0a8a7d809813413326c0915e06164eeeb619c7385a68992fd2bd662bcea
-EBUILD pytest-shell-utilities-1.9.6.ebuild 1033 BLAKE2B a28bf820045d73acf4681cb06bffc1c5eada2cd1683da74e4273c87a58ded413728b0a0e792c3c3ae2ee5d84c5c4040d1a44c70e32ef094bae00cc944d76e77c SHA512 0050dfccebf447f9db97ea8ac9bd5a3951e7c01cbfd62f1dbee3377d13115d1a6dbea0e31d21cff8a27f23586853e3ea91c9ae914784f3b49c1fd728c34152f4
-EBUILD pytest-shell-utilities-1.9.7.ebuild 1036 BLAKE2B 96ab53be1b9e050889d42d0ba78b3ba7ddc421ad0395343c82646898ca4a65da547f6b1dcc8b9b55a17031c343db3fa16f59377b9080585fb81799a65ca89d1b SHA512 cbf6f049775da4ebabb2abcfb6cec31f11062e4f928d265fbd6f55a6be422f122503b947270539807889ba4ddf37329202145a7c0029797913135abade3ca429
+EBUILD pytest-shell-utilities-1.9.7.ebuild 1033 BLAKE2B f6d4385b865684323071b2d4f3c6f8bd2a868ff8e01ff5a9063a3e0fe23f6084b876c922da9eb5ca7dafe2619a00416eeb39169b0799b13342ae65fac6c1eb4f SHA512 43fff0a759c41c1d0591300e8a81eafb9254027a4f741237614321e25d78cc849f695a2d0fd5f86e16de151ffe92f4b8a1984a5b6f18756c09fee3a3578c1506
MISC metadata.xml 532 BLAKE2B 17cc767498152869362024c7cc352f1e0019628a4a0a2099664686285498304eb053c9e6237390dea9a62c7d2471e27c9f4110c41b04902198a46c79a42c8c87 SHA512 2cd69291a69dd5bf7ed6e36ddea2a422287f5c00517d0d1d4e819885ccf975907fd4ef5e2df8ecd0feda89d7fb4b8397265c5ea07c7e5e1e1ed9fdb84afb0b0b
diff --git a/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.9.6.ebuild b/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.9.6.ebuild
deleted file mode 100644
index 860b2bb552bf..000000000000
--- a/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.9.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="pytest plugin: fixtures and code to help with running shell commands on tests"
-HOMEPAGE="
- https://pypi.org/project/pytest-shell-utilities/
- https://github.com/saltstack/pytest-shell-utilities/
-"
-SRC_URI="
- https://github.com/saltstack/pytest-shell-utilities/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/attrs-22.1.0[${PYTHON_USEDEP}]
- >=dev-python/pytest-7.4.0[${PYTHON_USEDEP}]
- >=dev-python/psutil-6.0.0[${PYTHON_USEDEP}]
- dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
- dev-python/pytest-skip-markers[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-subtests[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
diff --git a/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.9.7.ebuild b/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.9.7.ebuild
index 49c20b7b9c8a..88d559aa4798 100644
--- a/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.9.7.ebuild
+++ b/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.9.7.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
RDEPEND="
>=dev-python/attrs-22.1.0[${PYTHON_USEDEP}]