From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/pytest-xprocess/Manifest | 5 ++-- .../pytest-xprocess-0.18.1-r1.ebuild | 27 ---------------------- .../pytest-xprocess/pytest-xprocess-0.18.1.ebuild | 22 ------------------ .../pytest-xprocess/pytest-xprocess-0.19.0.ebuild | 27 ++++++++++++++++++++++ 4 files changed, 29 insertions(+), 52 deletions(-) delete mode 100644 dev-python/pytest-xprocess/pytest-xprocess-0.18.1-r1.ebuild delete mode 100644 dev-python/pytest-xprocess/pytest-xprocess-0.18.1.ebuild create mode 100644 dev-python/pytest-xprocess/pytest-xprocess-0.19.0.ebuild (limited to 'dev-python/pytest-xprocess') diff --git a/dev-python/pytest-xprocess/Manifest b/dev-python/pytest-xprocess/Manifest index 12d16834fc89..3d523ee3ac0a 100644 --- a/dev-python/pytest-xprocess/Manifest +++ b/dev-python/pytest-xprocess/Manifest @@ -1,4 +1,3 @@ -DIST pytest-xprocess-0.18.1.tar.gz 26976 BLAKE2B 9772fff488414406f487add01fba9ee2e10e12965d5b289b8c17cffb5a6566aaea0653ca1b390e6b4c70d79ce3698b0ce8122ed919f9778cb8cf3f7488cffc8d SHA512 f19cba9954e4b2363db13b7dba373f5e50cfca6f43d6455f271bff4d01dcc2a3b15c13a47076dbeed34feffee856a8271df4837edab413e964a848cbb6228e7e -EBUILD pytest-xprocess-0.18.1-r1.ebuild 692 BLAKE2B b1087f9caebbbcf415e745d5ef3e821f1a81b725c4b5f28233da1644c59374f04a9e0c4c4cdbd9c352301f14af7f7ff2f51015c97d0d056abbe2abffc56ea221 SHA512 257135c87f8ba7b2bf930dea4184d1de6129f8bbc00ab0e3063377a9be5163f87a34bd82026b034ab75000cab5438e3e55db5a3daadf90fe1dbe5aeae0d1daf4 -EBUILD pytest-xprocess-0.18.1.ebuild 646 BLAKE2B ee2fbcdf76fa7e80f8d51c004ffcbae62abdb6a03a87db882fa44c32b2047c8334dea7832abd9f487b2f22bdb8b3b92bed4cb6d1bf8ab0b26fe122addef49272 SHA512 5ecc54438b985faf8e21a79bc62719830fa82f5b5c650bda8df734214311d1288c2fb73e266bfef6d6d86feb850cd6b6dc09edecb3ab15d3afe06ea7d9a107ed +DIST pytest-xprocess-0.19.0.tar.gz 30217 BLAKE2B 1990a48036469f990451b8eb12a05b7f10295532a72567f95d95d6e12f192f0b76bd511a994c5b8f0e3725f0edb76c4991351fe68e82f351d9b47a9921230f11 SHA512 d41c3c91892d6126455e9b834ada7aad5d0fa67603eff14a73309589e269a21de032e8192e9bde4d6656aaa4984dd0c98242d54b0e2b24a43b85c8ed81a00d89 +EBUILD pytest-xprocess-0.19.0.ebuild 684 BLAKE2B 7cab7b699749b1bc2d35f015852cc31304374a497c7d861bff383ea46111467c4613b3810d1f48081a85ab647218c77d568bd30b15712c9920a59682898c6637 SHA512 aa84967b3bed18718f978f8e090d9ca92ba47416197d241ccd4e9f5610a0cc1c3cb9a2fcdde47c43a4ca4fc5681d4508def33769b9ab46e9770190f677b88a6d MISC metadata.xml 422 BLAKE2B fb18d498d2325613b4ddb9262d90108aca85cc28c4dc298359adc0cb589565df894b5c48bfdc7a7f83cf30421f324fa1af93333ae20fc793910993e0a93db90b SHA512 19e96fb0695284d9adfd71eccee8f3ab0661d5e0231f3f55db0456a3dfe797fb683985cb776e45a183a710462e990f539f75a764dca68d0c2e631abf68d8344e diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.18.1-r1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.18.1-r1.ebuild deleted file mode 100644 index ad5324f444dd..000000000000 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.18.1-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Manage external processes across test runs" -HOMEPAGE=" - https://pypi.org/project/pytest-xprocess/ - https://github.com/pytest-dev/pytest-xprocess/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.18.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.18.1.ebuild deleted file mode 100644 index 05ea0dad22cf..000000000000 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.18.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Manage external processes across test runs" -HOMEPAGE="https://pypi.org/project/pytest-xprocess/ https://github.com/pytest-dev/pytest-xprocess" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.19.0.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.19.0.ebuild new file mode 100644 index 000000000000..cd0427f806de --- /dev/null +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.19.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Manage external processes across test runs" +HOMEPAGE=" + https://pypi.org/project/pytest-xprocess/ + https://github.com/pytest-dev/pytest-xprocess/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest -- cgit v1.2.3