diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-28 11:19:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-28 11:19:41 +0200 |
commit | 5ccadaa9c9c8f7e47f8d1c185bda5c2871546b73 (patch) | |
tree | 965eae87720cbfbc70dc49a3528dbaf73423a839 /dev-python/pytest-env | |
parent | dev-python/pypdf: Remove old (diff) | |
download | gentoo-5ccadaa9c9c8f7e47f8d1c185bda5c2871546b73.tar.gz gentoo-5ccadaa9c9c8f7e47f8d1c185bda5c2871546b73.tar.bz2 gentoo-5ccadaa9c9c8f7e47f8d1c185bda5c2871546b73.zip |
dev-python/pytest-env: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-env')
-rw-r--r-- | dev-python/pytest-env/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pytest-env/pytest-env-0.8.1.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pytest-env/Manifest b/dev-python/pytest-env/Manifest index d5e2a4ff9aa6..a4ed164ee9f3 100644 --- a/dev-python/pytest-env/Manifest +++ b/dev-python/pytest-env/Manifest @@ -1,2 +1 @@ -DIST pytest_env-0.8.1.tar.gz 6926 BLAKE2B 1d993947c5d67a57832e170e2cc2cbe56f5f1eef37d96790ec3965e5d7b9489771d1890ef7c6f4ae504e1d6d22845cf9b1b3fccf3caeacb3e6ff33d5f86b9279 SHA512 0c99db9c5467f5fe6f8655e540fff4b91884cef3553daf455298d2dc7bb51439418f3149b941d37a777199f28d82eccb2073fdd5e09bfb97cdf24d3ddb1d21bc DIST pytest_env-0.8.2.tar.gz 7419 BLAKE2B c07140de76392bcf316935efaa52aea344c7167a95fe497c3702dd2aabc3150641f0903f2de6ee1794453dc2e5b1630d746b2fcb3dbcea8edb9ba066cde0a0b4 SHA512 6fbbb6b1db21ebeb47c472e10adb9bacedcdbbabceeaf93b01146ec7e175005aeef46616a4343bf02b23561c0ff5815506fe356f337371dfc057ee29521f68af diff --git a/dev-python/pytest-env/pytest-env-0.8.1.ebuild b/dev-python/pytest-env/pytest-env-0.8.1.ebuild deleted file mode 100644 index e718eac44a84..000000000000 --- a/dev-python/pytest-env/pytest-env-0.8.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 pypi - -DESCRIPTION="py.test plugin that allows you to add environment variables" -HOMEPAGE="https://github.com/pytest-dev/pytest-env" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 x86" - -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" -BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest |