diff options
author | 2022-05-16 15:21:10 +0200 | |
---|---|---|
committer | 2022-05-16 15:21:10 +0200 | |
commit | 2440adf9da30c6edfecb2846bb7d26a8794fb357 (patch) | |
tree | 1ac53fb1ded8467c3f8a2bde94aa74b35c4fb4f2 /dev-python/pytest-codeblocks | |
parent | dev-python/PySDL2: Remove old (diff) | |
download | gentoo-2440adf9da30c6edfecb2846bb7d26a8794fb357.tar.gz gentoo-2440adf9da30c6edfecb2846bb7d26a8794fb357.tar.bz2 gentoo-2440adf9da30c6edfecb2846bb7d26a8794fb357.zip |
dev-python/pytest-codeblocks: Remove old
Signed-off-by: Michał Górny <mgorny@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.13.0.ebuild | 28 | ||||
-rw-r--r-- | dev-python/pytest-codeblocks/pytest-codeblocks-0.14.0.ebuild | 28 |
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-python/pytest-codeblocks/Manifest b/dev-python/pytest-codeblocks/Manifest index 8ce2530eb409..2d57f8afc9bd 100644 --- a/dev-python/pytest-codeblocks/Manifest +++ b/dev-python/pytest-codeblocks/Manifest @@ -1,3 +1 @@ -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.15.0.tar.gz 8559 BLAKE2B 0f8cf91d333e233e480353ab55283f9d97af17e5265f7a9e6db5c7cd98aaf6075b33a44e850aad21de5112fcc233fe7f65e23710f6b1804a85fd6269d042c406 SHA512 57d14aefc0cd49aa1b8fc54dfaec47965d4b1c867cad78ba9e8fd53da85898b7eac303ac402abe10b2d63d7621979bb8bad91f66f1e264568d56f4ff70488021 diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild deleted file mode 100644 index 7887ec6bbde4..000000000000 --- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2019-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -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" - -BDEPEND=" - dev-python/pytest[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -python_test() { - epytest -p pytester -} diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.14.0.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.14.0.ebuild deleted file mode 100644 index 675979cdf569..000000000000 --- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.14.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2019-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -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" - -BDEPEND=" - >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -python_test() { - epytest -p pytester -} |