diff options
Diffstat (limited to 'dev-python/pytest-plus')
-rw-r--r-- | dev-python/pytest-plus/Manifest | 6 | ||||
-rw-r--r-- | dev-python/pytest-plus/pytest-plus-0.7.0.ebuild | 29 | ||||
-rw-r--r-- | dev-python/pytest-plus/pytest-plus-0.8.0.ebuild | 28 | ||||
-rw-r--r-- | dev-python/pytest-plus/pytest-plus-0.8.1.ebuild | 2 |
4 files changed, 2 insertions, 63 deletions
diff --git a/dev-python/pytest-plus/Manifest b/dev-python/pytest-plus/Manifest index 0a9ce2db02e9..366b4d42e661 100644 --- a/dev-python/pytest-plus/Manifest +++ b/dev-python/pytest-plus/Manifest @@ -1,7 +1,3 @@ -DIST pytest-plus-0.7.0.tar.gz 13235 BLAKE2B 87e712a21dcb99b459ac263c46c3dfa1586d6f28404424ea3f02e1436d296b617ead445d35080d014d8385dee56ad2cd579fdf9d52352c7d9e32e31ba90eebdf SHA512 a43b8bd3ea1a7a85e40ea6c180a06a31f5703292758d4c83e1a3f98e0750d75393d9ca8bfb614f1d3a180ee50d18e8162173bfee6b81cf1f7c087aad8e3be3ba -DIST pytest_plus-0.8.0.tar.gz 15369 BLAKE2B 652f3322ff7594c5663ba904944320b8a53dd912f0b88e35fcd92bcb0d01889ee6ff2a3bbea76ff7ea0fdd07bb48592c0651c22a66679409d3736b911b5723a0 SHA512 cbe4fa85e7c5af54e2dccca0082f6cda2cf62cb68a942d27e3e977ea4e38e088b01ce3751759645df491eb509e4dd338425d2a10715f687612eebc42377e6a2d DIST pytest_plus-0.8.1.tar.gz 15444 BLAKE2B 9f838340746fba1556f34fc212f36cfeffa91d51d7a78ee15c94df065274c117dcf80d137e70a8753961f3744f0fa33072ff225740871728f6f2dda1f81f00d7 SHA512 d84ec863522610fb66b8214da4fa626345da7afb6a127717bb8d3ba0c5c8bd91f0b756f4f1ca2e81f9c38c0ada7ddefa2879bc6b9969b1643c46b59c72e092e6 -EBUILD pytest-plus-0.7.0.ebuild 596 BLAKE2B 81ea4e70b215fbab4d12e5fa59e9ef5af7d01c5fa5e13d374e4988fde61d628c6c40c0a836d968e8ca560f6ab8eda94e3ac3dd80b25254a26b1966cc3de96566 SHA512 6239c029e15750600f5dd42f3042bbc464fcf331788149dc553687dc3500256e18b39792bf10eff8b1daa645c70e5e2b6eaa1473f089e92ad52bfb6cc7526939 -EBUILD pytest-plus-0.8.0.ebuild 578 BLAKE2B ae0117902ad236fe833f33f57ca1e6ac8459adca4037f396f25278750600aef4ae948091c62fb13a6fc1f75cb680450fb1a072c7c3b2c9f51b62366939f0649a SHA512 9147796867516b49f8c8e4eab51e0bdcf56196245fe6d7bb2e82384038bb9b32599cdf98f51fe7f82e118902fea65ed3ff9e3645431a4a3d20442703b3ceedc5 -EBUILD pytest-plus-0.8.1.ebuild 578 BLAKE2B ae0117902ad236fe833f33f57ca1e6ac8459adca4037f396f25278750600aef4ae948091c62fb13a6fc1f75cb680450fb1a072c7c3b2c9f51b62366939f0649a SHA512 9147796867516b49f8c8e4eab51e0bdcf56196245fe6d7bb2e82384038bb9b32599cdf98f51fe7f82e118902fea65ed3ff9e3645431a4a3d20442703b3ceedc5 +EBUILD pytest-plus-0.8.1.ebuild 576 BLAKE2B 8b6c24b904572aab451160547810fb8a4ba8ca18534c698809b6a8f0a9d7e89c58ed4d756bebef1ec4e41a7a7a21835f5dc56af4dffe3f4effe798062a0a8179 SHA512 033e3f6f7d7cea180b787efa4b876896afb814322cc83dbc5ee20203fd7fed77ee6246a6ebd0c23c4cfc51666edea352cea5ba0867e7d6a7ac788f68177d473a MISC metadata.xml 401 BLAKE2B d95ecf5159a2fba3e32c4dffd74ac894bd8782d6697d953aa17abfcc381e4527041a5534504377271f83518a9468791513af5f06c7939daa65239d0416dfea92 SHA512 8525ec79a2887c155c3271dc716e653e2e318229f4f56920f5ca5534281f054611ec86015a70007fe832d00989282bcb31665dea733963d6e1f0ed283120028f diff --git a/dev-python/pytest-plus/pytest-plus-0.7.0.ebuild b/dev-python/pytest-plus/pytest-plus-0.7.0.ebuild deleted file mode 100644 index 4c489b754f63..000000000000 --- a/dev-python/pytest-plus/pytest-plus-0.7.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="PyTest Plus Plugin - extends pytest functionality" -HOMEPAGE=" - https://github.com/pytest-dev/pytest-plus/ - https://pypi.org/project/pytest-plus/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv" - -RDEPEND=" - >=dev-python/pytest-7.4.2[${PYTHON_USEDEP}] -" -BDEPEND=" - >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/pytest-plus/pytest-plus-0.8.0.ebuild b/dev-python/pytest-plus/pytest-plus-0.8.0.ebuild deleted file mode 100644 index 114b1083f711..000000000000 --- a/dev-python/pytest-plus/pytest-plus-0.8.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2025 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 pypi - -DESCRIPTION="PyTest Plus Plugin - extends pytest functionality" -HOMEPAGE=" - https://github.com/pytest-dev/pytest-plus/ - https://pypi.org/project/pytest-plus/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv" - -RDEPEND=" - >=dev-python/pytest-7.4.2[${PYTHON_USEDEP}] -" -BDEPEND=" - >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/pytest-plus/pytest-plus-0.8.1.ebuild b/dev-python/pytest-plus/pytest-plus-0.8.1.ebuild index 114b1083f711..f47961e67aba 100644 --- a/dev-python/pytest-plus/pytest-plus-0.8.1.ebuild +++ b/dev-python/pytest-plus/pytest-plus-0.8.1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv" +KEYWORDS="amd64 arm64 ~riscv" RDEPEND=" >=dev-python/pytest-7.4.2[${PYTHON_USEDEP}] |