Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-codeblocks/
Date: Mon, 16 May 2022 13:24:35
Message-Id: 1652707270.2440adf9da30c6edfecb2846bb7d26a8794fb357.mgorny@gentoo
1 commit: 2440adf9da30c6edfecb2846bb7d26a8794fb357
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:21:10 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:21:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2440adf9
7
8 dev-python/pytest-codeblocks: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-codeblocks/Manifest | 2 --
13 .../pytest-codeblocks-0.13.0.ebuild | 28 ----------------------
14 .../pytest-codeblocks-0.14.0.ebuild | 28 ----------------------
15 3 files changed, 58 deletions(-)
16
17 diff --git a/dev-python/pytest-codeblocks/Manifest b/dev-python/pytest-codeblocks/Manifest
18 index 8ce2530eb409..2d57f8afc9bd 100644
19 --- a/dev-python/pytest-codeblocks/Manifest
20 +++ b/dev-python/pytest-codeblocks/Manifest
21 @@ -1,3 +1 @@
22 -DIST pytest-codeblocks-0.13.0.tar.gz 8407 BLAKE2B 5ba3c41f7b4af908172799036331c6605fcd7d9c0fb0bdfc5cf3697e97181ec099b580a30d9dcd83ed568a5ee8fe736843d26b7d39163581adeb5d75a9a321f6 SHA512 092035e5cf3d1d35fedbc6f867ff77a40751df5b4a3b922d5f960fdaa5d1ca9e599c7b813ae60a4da3cd43e3e7884f38260f77bc466e234422480b5edebee24a
23 -DIST pytest-codeblocks-0.14.0.tar.gz 8432 BLAKE2B cb63d68e61a909bd199240470be6f09a0e48a6ef7ab4f2360940030a384919939e2274a604499bbeaf533cbf5e15b7402fd2294841ca21bc9d65c54977353549 SHA512 740b6a74a3451cee25e37969706d7b603f258c76bb8b1cd608eaf63021aaaed99136a41885b453a2708302f53e8d9516a3487dc3f5cc8ad39ca6c3ab9721ae86
24 DIST pytest-codeblocks-0.15.0.tar.gz 8559 BLAKE2B 0f8cf91d333e233e480353ab55283f9d97af17e5265f7a9e6db5c7cd98aaf6075b33a44e850aad21de5112fcc233fe7f65e23710f6b1804a85fd6269d042c406 SHA512 57d14aefc0cd49aa1b8fc54dfaec47965d4b1c867cad78ba9e8fd53da85898b7eac303ac402abe10b2d63d7621979bb8bad91f66f1e264568d56f4ff70488021
25
26 diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild
27 deleted file mode 100644
28 index 7887ec6bbde4..000000000000
29 --- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 2019-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=flit
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Extract code blocks from markdown"
43 -HOMEPAGE="https://github.com/nschloe/pytest-codeblocks/"
44 -SRC_URI="
45 - https://github.com/nschloe/pytest-codeblocks/archive/v${PV}.tar.gz
46 - -> ${P}.tar.gz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -
52 -BDEPEND="
53 - dev-python/pytest[${PYTHON_USEDEP}]"
54 -
55 -distutils_enable_tests pytest
56 -
57 -python_test() {
58 - epytest -p pytester
59 -}
60
61 diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.14.0.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.14.0.ebuild
62 deleted file mode 100644
63 index 675979cdf569..000000000000
64 --- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.14.0.ebuild
65 +++ /dev/null
66 @@ -1,28 +0,0 @@
67 -# Copyright 2019-2022 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=8
71 -
72 -DISTUTILS_USE_PEP517=flit
73 -PYTHON_COMPAT=( python3_{8..10} )
74 -
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="Extract code blocks from markdown"
78 -HOMEPAGE="https://github.com/nschloe/pytest-codeblocks/"
79 -SRC_URI="
80 - https://github.com/nschloe/pytest-codeblocks/archive/v${PV}.tar.gz
81 - -> ${P}.tar.gz"
82 -
83 -LICENSE="MIT"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86"
86 -
87 -BDEPEND="
88 - >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]"
89 -
90 -distutils_enable_tests pytest
91 -
92 -python_test() {
93 - epytest -p pytester
94 -}