diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:19:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:33:21 +0200 |
commit | e22f490d2ad64203c705dea7b6e4a3e0491f793a (patch) | |
tree | 39b94e6462b6c3e032cd7730b46938d876ad6806 /dev-python/pytest-sugar | |
parent | dev-python/pytest-metadata: Remove old (diff) | |
download | gentoo-e22f490d2ad64203c705dea7b6e4a3e0491f793a.tar.gz gentoo-e22f490d2ad64203c705dea7b6e4a3e0491f793a.tar.bz2 gentoo-e22f490d2ad64203c705dea7b6e4a3e0491f793a.zip |
dev-python/pytest-sugar: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-sugar')
-rw-r--r-- | dev-python/pytest-sugar/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest index a18bf5832b80..e11ef9d92410 100644 --- a/dev-python/pytest-sugar/Manifest +++ b/dev-python/pytest-sugar/Manifest @@ -1,2 +1 @@ -DIST pytest-sugar-0.9.6.tar.gz 13702 BLAKE2B 72a48d501ba5bd597ec2561817179cd50213d1de80a3281823033d9d1a1c62f37367353885d805a6e212380ddaa934b1e0887814742e26cd1b809b4ef629cf19 SHA512 955e28478854c6751e7470b49f130bce2904c1f74d46caa2a6e212c132e3f1f0565f2f31ac360a32d2d9c4999f4dcdd19e7373508660bfd7da530981aef9cd62 DIST pytest-sugar-0.9.7.tar.gz 14874 BLAKE2B eb65d3261be10897b98f29704a8cd32102a91f7d3023651a6fc5c69e7d4f77c9ade1b3ca808047d0813503ceb416490126402f4751ac93fbdaadf9ddd1ef13c7 SHA512 7ab1a4f91bd252452ffd5b4fa636a1dffd4ffa5a19c839f2d00d0c69b885216144bb25e1a666bebb17be8112a397adfe04d5caa215edc98f64c20fefd43334cf diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild deleted file mode 100644 index 72302e187636..000000000000 --- a/dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2021-2023 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_{9..11} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Plugin that changes the default look and feel of pytest" -HOMEPAGE=" - https://github.com/Teemu/pytest-sugar/ - https://pypi.org/project/pytest-sugar/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/termcolor[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |