From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/myst_parser/
Date: Sun, 27 Feb 2022 10:52:28 +0000 (UTC) [thread overview]
Message-ID: <1645959144.f46d7b97fa993c55681a2c0c5d03b432eae8b742.mgorny@gentoo> (raw)
commit: f46d7b97fa993c55681a2c0c5d03b432eae8b742
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 10:06:06 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 10:52:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46d7b97
dev-python/myst_parser: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/myst_parser/Manifest | 1 -
.../myst_parser-0.16.1_p20220119.ebuild | 49 ----------------------
2 files changed, 50 deletions(-)
diff --git a/dev-python/myst_parser/Manifest b/dev-python/myst_parser/Manifest
index f0fbcb673e76..6a4cad0522e1 100644
--- a/dev-python/myst_parser/Manifest
+++ b/dev-python/myst_parser/Manifest
@@ -1,2 +1 @@
DIST MyST-Parser-0.17.0.gh.tar.gz 877372 BLAKE2B 00dea98fa9cd8770480047a824e18a903098600dd52cea427e1cf3a4ff0a4930502967e136a3c6e9ccb4a7f6c54c8c4c8f9c5bfc701e1b24a0006b867f8ce74a SHA512 e9f4ea05ab55b0979b26f0211603aee0835a30fb37a0ca23f23b96e0b47670b6b8e443ee9759df5011d009e20d817eaffd4066c4be4920f96786c283aa206239
-DIST myst_parser-0.16.1_p20220119.gh.tar.gz 876622 BLAKE2B 4cac39ec9935a1f97d5f1484eed3fcfe6d2ff5013290ea93c1fc6f9894c363d83ddaf9af5f088ba5e1284bb1f28c2e0b4cf935860c5641953baaae39c5f6bdbe SHA512 a9460501651d598bb9ed3d108a47ef27554cf7a52589a0ef8ddcb1fa2b94a25bb24cb8b51a9a367b58eef5c6d8d96f8170ad924f105d5dffe9bc4f6557e701c7
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
deleted file mode 100644
index e3ada8c3a271..000000000000
--- a/dev-python/myst_parser/myst_parser-0.16.1_p20220119.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- <dev-python/docutils-0.18[${PYTHON_USEDEP}]
- dev-python/jinja[${PYTHON_USEDEP}]
- dev-python/markdown-it-py[${PYTHON_USEDEP}]
- dev-python/mdit-py-plugins[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- <dev-python/sphinx-5[${PYTHON_USEDEP}]
- dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
- dev-python/pytest-regressions[${PYTHON_USEDEP}]
- dev-python/pytest-param-files[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # Unimportant tests needing a new dep linkify
- tests/test_renderers/test_myst_config.py::test_cmdline
- tests/test_sphinx/test_sphinx_builds.py::test_extended_syntaxes
-)
next reply other threads:[~2022-02-27 10:52 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-27 10:52 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-13 11:51 [gentoo-commits] repo/gentoo:master commit in: dev-python/myst_parser/ Michał Górny
2022-11-04 8:38 Michał Górny
2022-11-04 8:23 Arthur Zamarin
2022-10-07 7:03 Michał Górny
2022-09-27 18:25 Arthur Zamarin
2022-07-11 17:45 Michał Górny
2022-07-11 16:32 Arthur Zamarin
2022-07-11 12:14 James Le Cuirot
2022-07-10 23:08 Sam James
2022-07-10 22:28 Sam James
2022-07-10 20:02 Arthur Zamarin
2022-07-10 19:40 Arthur Zamarin
2022-07-10 18:51 Arthur Zamarin
2022-07-10 18:48 Arthur Zamarin
2022-07-10 18:04 Arthur Zamarin
2022-07-03 18:15 Arthur Zamarin
2022-06-30 17:57 Arthur Zamarin
2022-06-29 18:11 Arthur Zamarin
2022-06-28 15:44 Arthur Zamarin
2022-06-24 15:46 Michał Górny
2022-06-17 13:07 Jakov Smolić
2022-06-10 5:29 Jakov Smolić
2022-06-08 12:21 Jakov Smolić
2022-06-08 8:13 Jakov Smolić
2022-06-08 7:44 Jakov Smolić
2022-06-08 7:24 Jakov Smolić
2022-06-08 5:35 Michał Górny
2022-05-29 19:16 Arthur Zamarin
2022-05-21 17:35 Jakov Smolić
2022-04-18 8:19 Michał Górny
2022-04-16 15:36 Arthur Zamarin
2022-03-20 20:38 Arthur Zamarin
2022-03-20 20:38 Arthur Zamarin
2022-03-17 20:08 Sam James
2022-03-15 9:38 Jakov Smolić
2022-03-14 18:33 Agostino Sarubbo
2022-03-12 19:21 Arthur Zamarin
2022-03-06 8:52 Agostino Sarubbo
2022-03-06 8:50 Agostino Sarubbo
2022-02-11 21:18 Michał Górny
2022-02-09 14:18 Yixun Lan
2022-02-07 22:29 Sam James
2022-02-07 11:36 Sam James
2022-02-07 11:32 Sam James
2022-02-07 11:31 Sam James
2022-02-07 11:30 Sam James
2022-02-07 11:18 Sam James
2022-02-07 8:33 Sam James
2022-01-23 18:50 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1645959144.f46d7b97fa993c55681a2c0c5d03b432eae8b742.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox