From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55386158087 for ; Sun, 23 Jan 2022 18:50:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A10832BC00A; Sun, 23 Jan 2022 18:50:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81ECD2BC00A for ; Sun, 23 Jan 2022 18:50:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1F69342FC5 for ; Sun, 23 Jan 2022 18:50:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 469FA2AA for ; Sun, 23 Jan 2022 18:50:00 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1642963742.5efe08681fc408a48fccdf15a1a6c75e28440448.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/myst_parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/myst_parser/Manifest dev-python/myst_parser/metadata.xml dev-python/myst_parser/myst_parser-0.16.1_p20220119.ebuild X-VCS-Directories: dev-python/myst_parser/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5efe08681fc408a48fccdf15a1a6c75e28440448 X-VCS-Branch: master Date: Sun, 23 Jan 2022 18:50:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f14bf147-96d8-4448-a486-78c7af7d6a30 X-Archives-Hash: 19e5dca43a421f4bbfc77648e2c7f21b commit: 5efe08681fc408a48fccdf15a1a6c75e28440448 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jan 22 14:11:04 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jan 23 18:49:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5efe0868 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 gentoo.org> 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(+) 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=" +