mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/markdown-include: Syntax which allows for incl of other doc
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
18
dev-python/markdown-include/markdown-include-0.5.1.ebuild
Normal file
18
dev-python/markdown-include/markdown-include-0.5.1.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Syntax which allows for inclusion of contents of other Markdown docs"
|
||||
HOMEPAGE="https://github.com/cmacmackin/markdown-include"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
|
||||
Reference in New Issue
Block a user