From 5efe08681fc408a48fccdf15a1a6c75e28440448 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 22 Jan 2022 16:11:04 +0200 Subject: dev-python/myst_parser: new package, add 0.16.1_p20220119 use snapshot version as we need changes done at master, as fixes for sphinx 4.4. Signed-off-by: Arthur Zamarin --- dev-python/myst_parser/Manifest | 1 + dev-python/myst_parser/metadata.xml | 13 ++++++ .../myst_parser-0.16.1_p20220119.ebuild | 49 ++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 dev-python/myst_parser/Manifest create mode 100644 dev-python/myst_parser/metadata.xml create mode 100644 dev-python/myst_parser/myst_parser-0.16.1_p20220119.ebuild (limited to 'dev-python/myst_parser') diff --git a/dev-python/myst_parser/Manifest b/dev-python/myst_parser/Manifest new file mode 100644 index 000000000000..9c7d6302ca8b --- /dev/null +++ b/dev-python/myst_parser/Manifest @@ -0,0 +1 @@ +DIST myst_parser-0.16.1_p20220119.gh.tar.gz 876622 BLAKE2B 4cac39ec9935a1f97d5f1484eed3fcfe6d2ff5013290ea93c1fc6f9894c363d83ddaf9af5f088ba5e1284bb1f28c2e0b4cf935860c5641953baaae39c5f6bdbe SHA512 a9460501651d598bb9ed3d108a47ef27554cf7a52589a0ef8ddcb1fa2b94a25bb24cb8b51a9a367b58eef5c6d8d96f8170ad924f105d5dffe9bc4f6557e701c7 diff --git a/dev-python/myst_parser/metadata.xml b/dev-python/myst_parser/metadata.xml new file mode 100644 index 000000000000..bd9da8f02f97 --- /dev/null +++ b/dev-python/myst_parser/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + myst-parser + executablebooks/MyST-Parser + + diff --git a/dev-python/myst_parser/myst_parser-0.16.1_p20220119.ebuild b/dev-python/myst_parser/myst_parser-0.16.1_p20220119.ebuild new file mode 100644 index 000000000000..3b464949b36f --- /dev/null +++ b/dev-python/myst_parser/myst_parser-0.16.1_p20220119.ebuild @@ -0,0 +1,49 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +# one time use of snapshot for some changes from master +# next bump, just use github tarballs for tests +COMMIT="7654462dc8521c0090478efa4dcfba6227e97a84" + +DESCRIPTION="Extended commonmark compliant parser, with bridges to sphinx" +HOMEPAGE="https://pypi.org/project/myst-parser/ https://github.com/executablebooks/MyST-Parser" +SRC_URI=" + https://github.com/executablebooks/MyST-Parser/archive/${COMMIT}.tar.gz + -> ${P}.gh.tar.gz +" +S="${WORKDIR}/MyST-Parser-${COMMIT}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" +