Gentoo Archives: gentoo-commits

From: Sergey Torokhov <torokhov-s-a@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markdown-include/
Date: Sat, 18 Mar 2023 12:07:13
Message-Id: 1679141189.0631b636e9b027bad7099d069c84792a94378a01.SergeyTorokhov@gentoo
1 commit: 0631b636e9b027bad7099d069c84792a94378a01
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Sat Mar 18 12:06:29 2023 +0000
4 Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
5 CommitDate: Sat Mar 18 12:06:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0631b636
7
8 dev-python/markdown-include: drop old 0.7.0, 0.8.0
9
10 Closes: https://bugs.gentoo.org/897460
11
12 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
13
14 dev-python/markdown-include/Manifest | 2 --
15 .../markdown-include/markdown-include-0.7.0.ebuild | 24 -------------------
16 .../markdown-include/markdown-include-0.8.0.ebuild | 27 ----------------------
17 3 files changed, 53 deletions(-)
18
19 diff --git a/dev-python/markdown-include/Manifest b/dev-python/markdown-include/Manifest
20 index 22e29f8b4..49765423b 100644
21 --- a/dev-python/markdown-include/Manifest
22 +++ b/dev-python/markdown-include/Manifest
23 @@ -1,3 +1 @@
24 -DIST markdown-include-0.7.0.gh.tar.gz 16696 BLAKE2B 0816c25afe73f0046d9cf56ad6a985bf76ebd7b4f78f64db631697ffcd07f9e0550b2dd74411945e38c27965153be186a89d82c55aa7bf4570be47c1cfca2917 SHA512 2d4350ad87cc7e5dab116f4df7648d3a7ffc0c18e38b61ddfca9a6cf76a64bd1d41dcbf7525fd41c81cbc64abe1f776cd3ad9847e25fe790f16c4a024265390d
25 -DIST markdown-include-0.8.0.tar.gz 20208 BLAKE2B 62aeda968baaece8c95d3e73d9606b8206b6ac5f425a72ff1ecdd9e202a42f41d18ca2f3981efb9cbe5fb4aa37e22c97791cf1170ae1377f096a64404564efe0 SHA512 1288b66b3faf665d7886cb5d28372335286528b9bfbf5b7320128bf5ec21590533dbe4aa0466f339f24701da9f33cf3615ef5a7c227665513910bf26af9e6007
26 DIST markdown-include-0.8.1.tar.gz 21873 BLAKE2B 83090f66af6f6b7dfc441bce97a0ca91bed3f94274030297e5f46fe8d42d3b3e83afc9f981941870f5bf361bfb5edd54bdda4c5d85595cc5599375f5a2478490 SHA512 4ae155d7e114de9d8ca32c129fe5778e7fc9516321357d8e4d90fad651a1dcb54b1fb144bc51e981cf728f1632dc293ed8cc1e7d4219154a2350780ea6f9b7b2
27
28 diff --git a/dev-python/markdown-include/markdown-include-0.7.0.ebuild b/dev-python/markdown-include/markdown-include-0.7.0.ebuild
29 deleted file mode 100644
30 index 0ecda611d..000000000
31 --- a/dev-python/markdown-include/markdown-include-0.7.0.ebuild
32 +++ /dev/null
33 @@ -1,24 +0,0 @@
34 -# Copyright 1999-2023 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=setuptools
40 -PYTHON_COMPAT=( python3_{9..10} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
45 -HOMEPAGE="https://github.com/cmacmackin/markdown-include"
46 -SRC_URI="https://github.com/cmacmackin/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
47 -
48 -LICENSE="GPL-3"
49 -KEYWORDS="~amd64 ~x86"
50 -SLOT="0"
51 -
52 -RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
53 -
54 -src_prepare() {
55 - sed -i "s/description-file/description_file/" setup.cfg || die
56 - distutils-r1_src_prepare
57 -}
58
59 diff --git a/dev-python/markdown-include/markdown-include-0.8.0.ebuild b/dev-python/markdown-include/markdown-include-0.8.0.ebuild
60 deleted file mode 100644
61 index 73061b7c8..000000000
62 --- a/dev-python/markdown-include/markdown-include-0.8.0.ebuild
63 +++ /dev/null
64 @@ -1,27 +0,0 @@
65 -# Copyright 1999-2023 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=8
69 -
70 -DISTUTILS_USE_PEP517=setuptools
71 -PYTHON_COMPAT=( python3_{9..11} )
72 -
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
76 -HOMEPAGE="https://github.com/cmacmackin/markdown-include"
77 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
78 -
79 -LICENSE="GPL-3"
80 -KEYWORDS="~amd64 ~x86"
81 -SLOT="0"
82 -RESTRICT="!test? ( test )"
83 -
84 -RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
85 -
86 -distutils_enable_tests pytest
87 -
88 -src_prepare() {
89 - sed -i "s/description-file/description_file/" setup.cfg || die
90 - distutils-r1_src_prepare
91 -}