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/mdx_gh_links/
Date: Sat, 25 Jun 2022 11:18:50
Message-Id: 1656155910.26a19e995314e65cf76079cfbf61e6bfea480f86.mgorny@gentoo
1 commit: 26a19e995314e65cf76079cfbf61e6bfea480f86
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 09:34:56 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 11:18:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a19e99
7
8 dev-python/mdx_gh_links: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild b/dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild
16 deleted file mode 100644
17 index a53a419b7794..000000000000
18 --- a/dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="An extension which adds links to GitHub users, repositories, issues and commits"
31 -HOMEPAGE="https://github.com/Python-Markdown/github-links"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~riscv x86"
37 -
38 -RDEPEND="
39 - dev-python/markdown[${PYTHON_USEDEP}]
40 -"