app-text/md2pdf - 3.1.1 (hering-overlay)

Search

Install

Install this version:

emerge -a =app-text/md2pdf-3.1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/md2pdf-3.1.1

Or alternatively:

emerge --autounmask-write -a =app-text/md2pdf-3.1.1

Package Information

Description:
Markdown to PDF conversion tool
Homepage:
https://pypi.org/project/md2pdf/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.1.1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{8..14} )
inherit distutils-r1 pypi

DESCRIPTION="Markdown to PDF conversion tool"
HOMEPAGE="https://pypi.org/project/md2pdf/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-python/weasyprint[${PYTHON_USEDEP}]
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/pygments[${PYTHON_USEDEP}]
	dev-python/jinja2[${PYTHON_USEDEP}]
	dev-python/pymdown-extensions[${PYTHON_USEDEP}]
	dev-python/markdown2[${PYTHON_USEDEP}]
	dev-python/python-frontmatter[${PYTHON_USEDEP}]
	dev-python/docopt[${PYTHON_USEDEP}]"

src_prepare() {
	rm -rf tests
	distutils-r1_src_prepare
}

Inherited Eclasses

Dependencies

RDEPEND

dev-python/weasyprint[]
	dev-python/click[]
	dev-python/pygments[]
	dev-python/jinja2[]
	dev-python/pymdown-extensions[]
	dev-python/markdown2[]
	dev-python/python-frontmatter[]
	dev-python/docopt[]