summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-25 11:34:56 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-25 13:18:30 +0200
commit26a19e995314e65cf76079cfbf61e6bfea480f86 (patch)
tree8ca24d0f7e60701d3ae179fc0ce63ae5c40f7e34 /dev-python/mdx_gh_links
parentapp-portage/gpyutils: Remove old (diff)
downloadgentoo-26a19e995314e65cf76079cfbf61e6bfea480f86.tar.gz
gentoo-26a19e995314e65cf76079cfbf61e6bfea480f86.tar.bz2
gentoo-26a19e995314e65cf76079cfbf61e6bfea480f86.zip
dev-python/mdx_gh_links: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mdx_gh_links')
-rw-r--r--dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild20
1 files changed, 0 insertions, 20 deletions
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
deleted file mode 100644
index a53a419b7794..000000000000
--- a/dev-python/mdx_gh_links/mdx_gh_links-0.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="An extension which adds links to GitHub users, repositories, issues and commits"
-HOMEPAGE="https://github.com/Python-Markdown/github-links"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-RDEPEND="
- dev-python/markdown[${PYTHON_USEDEP}]
-"