dev-python/pymarkdownlnt - 0.9.34 (vowstar)

Search

Install

Install this version:

emerge -a =dev-python/pymarkdownlnt-0.9.34

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

autounmask =dev-python/pymarkdownlnt-0.9.34

Or alternatively:

emerge --autounmask-write -a =dev-python/pymarkdownlnt-0.9.34

Package Information

Description:
A GitHub Flavored Markdown compliant Markdown linter
Homepage:
https://github.com/jackdewinter/pymarkdown https://pypi.org/project/pymarkdownlnt/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.9.34 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

MY_PN="pymarkdown"

DESCRIPTION="A GitHub Flavored Markdown compliant Markdown linter"
HOMEPAGE="
	https://github.com/jackdewinter/pymarkdown
	https://pypi.org/project/pymarkdownlnt/
"
SRC_URI="
	https://github.com/jackdewinter/${MY_PN}/archive/v${PV}.tar.gz
		-> ${P}.gh.tar.gz
"
S="${WORKDIR}/${MY_PN}-${PV}"

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

RDEPEND="
	>=dev-python/application-properties-0.9.0[${PYTHON_USEDEP}]
	>=dev-python/columnar-1.4.0[${PYTHON_USEDEP}]
	>=dev-python/typing-extensions-4.5.0[${PYTHON_USEDEP}]
"

distutils_enable_tests pytest

python_test() {
	# Remove pytest.ini addopts that require pytest-timeout and pytest-cov
	epytest -o addopts=
}

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/application-properties-0.9.0[]
	>=dev-python/columnar-1.4.0[]
	>=dev-python/typing-extensions-4.5.0[]

Manifest for 0.9.34

Type File Size Source URLs
DIST pymarkdownlnt-0.9.34.gh.tar.gz 2282155 bytes https://github.com/jackdewinter/pymarkdown/archive/v0.9.34.tar.gz