public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymdown-extensions/
Date: Mon, 30 Sep 2024 04:04:53 +0000 (UTC)	[thread overview]
Message-ID: <1727668415.2467e142f78dff4f4a75080d8aac7bdec0f89f71.mgorny@gentoo> (raw)

commit:     2467e142f78dff4f4a75080d8aac7bdec0f89f71
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 03:53:35 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 30 03:53:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2467e142

dev-python/pymdown-extensions: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pymdown-extensions/Manifest             |  2 --
 .../pymdown-extensions-10.10.1.ebuild              | 37 ----------------------
 .../pymdown-extensions-10.10.ebuild                | 37 ----------------------
 3 files changed, 76 deletions(-)

diff --git a/dev-python/pymdown-extensions/Manifest b/dev-python/pymdown-extensions/Manifest
index a005e1dafd05..c21c286748ef 100644
--- a/dev-python/pymdown-extensions/Manifest
+++ b/dev-python/pymdown-extensions/Manifest
@@ -1,5 +1,3 @@
-DIST pymdown_extensions-10.10.1.tar.gz 828448 BLAKE2B 6db04e72229e53c01f358679025ad94905553aa0eefec37887dd91c83ed4e24efc2be41ac533a981880ff7527b2d592dd7958ea7b49ce623b31b94aff69a63f1 SHA512 731cc26e225af87c75d743abc422e27f93fc0fdf2059411580e63b8344e6ede731e57f20b6679c15a3b84f45432273dce6ad63cacbbeed63ab9c31d8338ccdaa
 DIST pymdown_extensions-10.10.2.tar.gz 829801 BLAKE2B 8da4c0afba79a4736621ce8b644a42b4918c04685c1c0312f6a184007c456f92e106fdfd9ae9be64a32bba1d907b6a528fdc49267d1153c0393a8c20c4ded527 SHA512 5885a8f9ea774a5718647a9d546dc5285186d19761441cd1ef39d5f8be40ee13f8fb6cf8791f890001affa6fe051962a45f8cfe8c1d0c549eb4bfeab956494f9
-DIST pymdown_extensions-10.10.tar.gz 828386 BLAKE2B feca952ef46e405215a9ad3365c9afb24bc042590a3ddd87dae7d38a2ba24236463c3ffd7348446c563259246763b969b2c51986a3843d4645ffa530a44cbfb4 SHA512 09aaf7b4ee54bea055816a9f30da04f2cd7e342aa37163805f2eda19554ef93e33c6ef2853ca6b59ae9ae00f5347742c7ea2ba2abe3b5a2de503ec3106320465
 DIST pymdown_extensions-10.11.tar.gz 829898 BLAKE2B ed0acbfa6ec4b8a61e1a05817aff8abc94545fe9c6da9c43000a696a25c7f3ec7a27b9398079c2cdecad397fff6ddd8716ea07d36c00272ae7ae144a513e39f3 SHA512 a06c00e64635fa6223a7e764e3f5f4604cc7d8ae4c2a8f6e47f6f799e877a213eab5398e67d7bb6586142ad03b2c155897b559bbb66d50e343405d15c53fe7c0
 DIST pymdown_extensions-10.9.tar.gz 812128 BLAKE2B 2427c41b8587e8b0c4d9bedc4e7c413959545f6c1a12b2c9453861bdb349cbd5bb70327384821f6423718296f56efa17aae21db79bdd038f330246555bcd538b SHA512 3642ccf18a85ffe6ac03dcb132f4b64009490e2a6d0cc70c322ef7640de2a5895a321f755f2d6e16f9c9e84b112c12ded2db18ff73d3201f7b9e0a10c8cd78b5

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-10.10.1.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-10.10.1.ebuild
deleted file mode 100644
index 8447dcb9ba40..000000000000
--- a/dev-python/pymdown-extensions/pymdown-extensions-10.10.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Extensions for Python Markdown"
-HOMEPAGE="
-	https://github.com/facelessuser/pymdown-extensions/
-	https://pypi.org/project/pymdown-extensions/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-	>=dev-python/markdown-3.6[${PYTHON_USEDEP}]
-	dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-	test? (
-		>=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest
-}

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-10.10.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-10.10.ebuild
deleted file mode 100644
index 8447dcb9ba40..000000000000
--- a/dev-python/pymdown-extensions/pymdown-extensions-10.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Extensions for Python Markdown"
-HOMEPAGE="
-	https://github.com/facelessuser/pymdown-extensions/
-	https://pypi.org/project/pymdown-extensions/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-	>=dev-python/markdown-3.6[${PYTHON_USEDEP}]
-	dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-	test? (
-		>=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest
-}


             reply	other threads:[~2024-09-30  4:04 UTC|newest]

Thread overview: 104+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-30  4:04 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-16  9:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/pymdown-extensions/ Michał Górny
2024-11-16  8:47 Arthur Zamarin
2024-10-29  6:51 Michał Górny
2024-10-19  8:56 Michał Górny
2024-10-19  8:49 Arthur Zamarin
2024-10-12  6:33 Sam James
2024-10-02 11:22 Michał Górny
2024-09-30  4:04 Michał Górny
2024-09-28  7:42 Michał Górny
2024-09-26 16:05 Arthur Zamarin
2024-09-23  3:48 Michał Górny
2024-09-22 14:22 Michał Górny
2024-08-17  7:28 Michał Górny
2024-07-28  5:25 Michał Górny
2024-06-17 16:27 Michał Górny
2024-05-17  8:15 Michał Górny
2024-04-28  2:37 Michał Górny
2024-04-19  2:44 Michał Górny
2024-03-21 17:45 Arthur Zamarin
2024-03-05  5:18 Michał Górny
2024-03-02 20:37 Michał Górny
2024-03-01 20:35 Michał Górny
2024-01-18 18:46 Michał Górny
2024-01-18 18:03 Arthur Zamarin
2023-12-31  7:17 Michał Górny
2023-12-27  4:33 Michał Górny
2023-12-15 10:59 Michał Górny
2023-12-15 10:50 Arthur Zamarin
2023-11-25 18:49 Arthur Zamarin
2023-11-24 15:45 Arthur Zamarin
2023-11-22 12:27 Michał Górny
2023-11-22 12:12 Arthur Zamarin
2023-11-11  8:42 Michał Górny
2023-10-20  4:42 Michał Górny
2023-09-30  6:49 Michał Górny
2023-09-30  6:37 Arthur Zamarin
2023-09-03  4:12 Michał Górny
2023-08-31 13:22 Michał Górny
2023-08-29  4:20 Michał Górny
2023-08-19 18:19 Michał Górny
2023-08-19 17:53 Arthur Zamarin
2023-07-17  8:13 Andrew Ammerlaan
2023-07-14  5:34 Michał Górny
2023-07-14  5:34 Michał Górny
2023-06-06 16:12 Michał Górny
2023-05-19 11:02 Michał Górny
2023-05-19  7:11 Sam James
2023-05-17  3:45 Michał Górny
2023-05-16  5:05 Michał Górny
2023-05-15 20:15 Arthur Zamarin
2023-05-15 20:04 Arthur Zamarin
2023-04-14 19:43 Sam James
2023-04-14  4:04 Sam James
2023-04-08 12:29 Michał Górny
2023-04-08  9:57 Arthur Zamarin
2023-04-08  5:13 Michał Górny
2023-03-06 14:05 Michał Górny
2023-02-25  5:47 Arthur Zamarin
2023-01-28 19:56 Michał Górny
2023-01-28 16:53 Arthur Zamarin
2023-01-20 21:38 Michał Górny
2023-01-14 10:00 Arthur Zamarin
2023-01-11 20:34 Michał Górny
2022-12-10 15:46 Michał Górny
2022-11-23 20:30 Andrew Ammerlaan
2022-11-11  6:52 Michał Górny
2022-11-11  5:34 Sam James
2022-11-08  5:55 Michał Górny
2022-10-23  5:00 Michał Górny
2022-10-10  8:08 Andrew Ammerlaan
2022-10-01  9:26 Arthur Zamarin
2022-07-10 19:16 Michał Górny
2022-07-10 19:12 Sam James
2022-06-06 18:44 Arthur Zamarin
2022-06-06  9:53 Michał Górny
2022-06-06  9:29 Jakov Smolić
2022-05-17 12:20 Andrew Ammerlaan
2022-05-01 21:51 Jakov Smolić
2022-04-25  8:18 Michał Górny
2022-04-19 16:03 Michał Górny
2022-04-19 13:46 Jakov Smolić
2022-03-20  9:26 Michał Górny
2022-03-16  7:56 Michał Górny
2022-02-11  9:42 Michał Górny
2021-12-15 16:54 Michał Górny
2021-12-15 16:46 Jakov Smolić
2021-11-14 20:53 Michał Górny
2021-10-31 20:29 Michał Górny
2021-10-31 17:55 Sam James
2021-09-30  6:26 Michał Górny
2021-09-23 15:35 Marek Szuba
2021-09-09 15:51 Arthur Zamarin
2021-07-24 17:33 Michał Górny
2021-07-24 17:10 Sam James
2021-07-15  7:38 Agostino Sarubbo
2021-05-22 20:55 Andrew Ammerlaan
2021-05-09  8:23 Michał Górny
2021-01-26 12:35 Michał Górny
2021-01-26  9:52 Michał Górny
2021-01-26  9:52 Michał Górny
2020-12-08  5:53 Joonas Niilola
2020-12-08  5:53 Joonas Niilola
2020-12-08  5:53 Joonas Niilola

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=1727668415.2467e142f78dff4f4a75080d8aac7bdec0f89f71.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