dev-python/markdown-include: treeclean duplicate

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-07-09 06:26:44 +05:00
parent af4407a475
commit cc804f1093
3 changed files with 0 additions and 48 deletions

View File

@@ -1 +0,0 @@
DIST markdown-include-0.8.1.tar.gz 21873 BLAKE2B 83090f66af6f6b7dfc441bce97a0ca91bed3f94274030297e5f46fe8d42d3b3e83afc9f981941870f5bf361bfb5edd54bdda4c5d85595cc5599375f5a2478490 SHA512 4ae155d7e114de9d8ca32c129fe5778e7fc9516321357d8e4d90fad651a1dcb54b1fb144bc51e981cf728f1632dc293ed8cc1e7d4219154a2350780ea6f9b7b2

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi
DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
HOMEPAGE="https://github.com/cmacmackin/markdown-include"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
SLOT="0"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
distutils_enable_tests pytest
src_prepare() {
sed -i "s/description-file/description_file/" setup.cfg || die
distutils-r1_src_prepare
}

View File

@@ -1,20 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>torokhov-s-a@yandex.ru</email>
<name>Sergey Torokhov</name>
</maintainer>
<longdescription lang="en">
An extension to Python-Markdown which provides an "include" function,
similar to that found in LaTeX (and also the C pre-processor and Fortran).
</longdescription>
<upstream>
<remote-id type="github">cmacmackin/markdown-include</remote-id>
<remote-id type="pypi">markdown-include</remote-id>
<maintainer>
<name>Chris MacMackin</name>
<email>cmacmackin@gmail.com</email>
</maintainer>
</upstream>
</pkgmetadata>