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/markdown-it-py/
Date: Sun, 27 Feb 2022 10:52:31
Message-Id: 1645959143.4aca8e3c65f05c51d9d382a8d6bf893d34d7ce53.mgorny@gentoo
1 commit: 4aca8e3c65f05c51d9d382a8d6bf893d34d7ce53
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 10:05:16 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 10:52:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aca8e3c
7
8 dev-python/markdown-it-py: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/markdown-it-py/Manifest | 1 -
13 .../markdown-it-py/markdown-it-py-2.0.0.ebuild | 43 ----------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/dev-python/markdown-it-py/Manifest b/dev-python/markdown-it-py/Manifest
17 index 04ffab946247..0a35a924c3b1 100644
18 --- a/dev-python/markdown-it-py/Manifest
19 +++ b/dev-python/markdown-it-py/Manifest
20 @@ -1,2 +1 @@
21 -DIST markdown-it-py-2.0.0.gh.tar.gz 265346 BLAKE2B f509c3fdc82a2665bb9bca862118c544cf203afbb8454cdbb5f58c58aeadcd1fbd66ef98615ac6501e4fe8ce83d2e668de29d2e67301ddda06d1cbbaf6cf7422 SHA512 226111a8d0e57d9def2076053abfba1b7533bb0cdee569b8e1c7ece2b61ebce49daa263aee673683b83974b7597df0e6d62c1723860af684fe306c55619357ca
22 DIST markdown-it-py-2.0.1.gh.tar.gz 265850 BLAKE2B fe61608f14b22dffb81bb943df75967300e8366ff1b1c252b35974414efa6b2daac223b09f40ff6d7feab70c5b033b0eee35a4ee5f8523325f12311f4cbeef57 SHA512 fccf00de7e94986a29047da948d6ebb6304ae3645e79bbad480366c3aadbd417b95d96489d167a532eee3c2e17b67e22777224290564c7bcc17d72fec29b08df
23
24 diff --git a/dev-python/markdown-it-py/markdown-it-py-2.0.0.ebuild b/dev-python/markdown-it-py/markdown-it-py-2.0.0.ebuild
25 deleted file mode 100644
26 index 834cfae053f4..000000000000
27 --- a/dev-python/markdown-it-py/markdown-it-py-2.0.0.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -DISTUTILS_USE_PEP517=setuptools
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Python port of markdown-it, Markdown parser"
40 -HOMEPAGE="https://pypi.org/project/markdown-it-py/
41 - https://github.com/executablebooks/markdown-it-py"
42 -SRC_URI="
43 - https://github.com/executablebooks/markdown-it-py/archive/v${PV}.tar.gz
44 - -> ${P}.gh.tar.gz
45 -"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -
51 -RDEPEND="
52 - <dev-python/attrs-22[${PYTHON_USEDEP}]
53 - dev-python/mdurl[${PYTHON_USEDEP}]
54 -"
55 -BDEPEND="
56 - test? (
57 - dev-python/pytest-regressions[${PYTHON_USEDEP}]
58 - )
59 -"
60 -
61 -distutils_enable_tests pytest
62 -
63 -EPYTEST_DESELECT=(
64 - # Unimportant tests needing a new dep linkify
65 - tests/test_linkify.py::test_token_levels
66 - tests/test_port/test_fixtures.py::test_linkify
67 -)
68 -
69 -EPYTEST_IGNORE=(
70 - # No need to benchmark
71 - benchmarking/
72 -)