diff options
author | 2022-02-24 19:17:37 +0200 | |
---|---|---|
committer | 2022-02-24 19:58:20 +0200 | |
commit | 1abfb2708e46a3f1483dcdf165641abaaf05991d (patch) | |
tree | f96ab87966183b1941c2237aa9b0d55a7fe20b09 /dev-python/pytest-codeblocks | |
parent | dev-python/github3: add 3.1.2 (diff) | |
download | gentoo-1abfb2708e46a3f1483dcdf165641abaaf05991d.tar.gz gentoo-1abfb2708e46a3f1483dcdf165641abaaf05991d.tar.bz2 gentoo-1abfb2708e46a3f1483dcdf165641abaaf05991d.zip |
dev-python/pytest-codeblocks: drop 0.9.0, 0.12.2
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-codeblocks')
-rw-r--r-- | dev-python/pytest-codeblocks/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-codeblocks/pytest-codeblocks-0.12.2.ebuild | 28 | ||||
-rw-r--r-- | dev-python/pytest-codeblocks/pytest-codeblocks-0.9.0.ebuild | 21 |
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/pytest-codeblocks/Manifest b/dev-python/pytest-codeblocks/Manifest index cfdb18e1c945..489c4ed512c1 100644 --- a/dev-python/pytest-codeblocks/Manifest +++ b/dev-python/pytest-codeblocks/Manifest @@ -1,4 +1,2 @@ -DIST pytest-codeblocks-0.12.2.tar.gz 8547 BLAKE2B d5bfea250aa2fc955eab5b8e96bb942c119b44367fa2f9e8cab8350409a7dbf697c16e3193ad18e629d7f4ccbb2ddc1f4fbce4cead96167cf16d1b6a922fdd91 SHA512 d69819106b389ce3cd2d04a1385e49f2bdf4eb70ea334175e6ba5e2921d77266ac2e69b22ce5a42880846555dd271e5b7dc25bda838b9238ad5d14add9389681 DIST pytest-codeblocks-0.13.0.tar.gz 8407 BLAKE2B 5ba3c41f7b4af908172799036331c6605fcd7d9c0fb0bdfc5cf3697e97181ec099b580a30d9dcd83ed568a5ee8fe736843d26b7d39163581adeb5d75a9a321f6 SHA512 092035e5cf3d1d35fedbc6f867ff77a40751df5b4a3b922d5f960fdaa5d1ca9e599c7b813ae60a4da3cd43e3e7884f38260f77bc466e234422480b5edebee24a DIST pytest-codeblocks-0.14.0.tar.gz 8432 BLAKE2B cb63d68e61a909bd199240470be6f09a0e48a6ef7ab4f2360940030a384919939e2274a604499bbeaf533cbf5e15b7402fd2294841ca21bc9d65c54977353549 SHA512 740b6a74a3451cee25e37969706d7b603f258c76bb8b1cd608eaf63021aaaed99136a41885b453a2708302f53e8d9516a3487dc3f5cc8ad39ca6c3ab9721ae86 -DIST pytest-codeblocks-0.9.0.tar.gz 6590 BLAKE2B 34d1c72a891d2f2f1d98c4238322d888a48b286d628e3738043d16a59a75b3bd15b29e31c554a83508d9af31caf1b526e3c535a243bcf77c8d77f9bf5be69f5b SHA512 834002c4e9c8ad36baa9a4ed494fe28cf09460e0ee5a0a3d8d111cb0bd8ca4ed3c784a047901bc67984e7892f931b5644c1ea68112e4d9dda514a20e048b3d11 diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.12.2.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.12.2.ebuild deleted file mode 100644 index f1e55b3e131e..000000000000 --- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.12.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Extract code blocks from markdown" -HOMEPAGE="https://github.com/nschloe/pytest-codeblocks/" -SRC_URI=" - https://github.com/nschloe/pytest-codeblocks/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=dev-python/pytest-6[${PYTHON_USEDEP}]" - -distutils_enable_tests --install pytest - -python_test() { - distutils_install_for_testing - epytest -p pytester -} diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.9.0.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.9.0.ebuild deleted file mode 100644 index 9b5a314061f6..000000000000 --- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.9.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Extract code blocks from markdown" -HOMEPAGE="https://github.com/nschloe/pytest-codeblocks/" -SRC_URI=" - https://github.com/nschloe/pytest-codeblocks/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -distutils_enable_tests pytest |