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: Tue, 26 Jan 2021 09:52:49 +0000 (UTC)	[thread overview]
Message-ID: <1611654754.45875d97a93575b02dd1ff4ad47b548accd6efd9.mgorny@gentoo> (raw)

commit:     45875d97a93575b02dd1ff4ad47b548accd6efd9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 09:46:49 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 09:52:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45875d97

dev-python/pymdown-extensions: Bump to 8.1.1

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

 dev-python/pymdown-extensions/Manifest             |  1 +
 .../pymdown-extensions-8.1.1.ebuild                | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/pymdown-extensions/Manifest b/dev-python/pymdown-extensions/Manifest
index 715d3ad0bc4..a5ec80e2f09 100644
--- a/dev-python/pymdown-extensions/Manifest
+++ b/dev-python/pymdown-extensions/Manifest
@@ -1 +1,2 @@
 DIST pymdown-extensions-8.0.1.tar.gz 642787 BLAKE2B fe25fd828633bb1a653430431de9fd2f9abc881ff457d2c630befd7c094a147f4d4883088488a66c601190794c15fdfb8297a3252ba3b070412b2f18872f6126 SHA512 3f85bfe9128dcdc63cea4c2eb4d55173d697ae9d112559a74527ed64b3bd63f67eee119b81a54d0ac927bc21b6eb8411c03dc7afc77673739a81772c10ebe62a
+DIST pymdown-extensions-8.1.1.tar.gz 650451 BLAKE2B d72b4ff60747a5f2142b778d75ba438757f35e1bb45d1cf005c9ec7b187b8c6aa1e890ca1bf01b3a202dfd38c8f813c928041870a30bb2e0fc035e2a5ff9809e SHA512 a1472858b6afeb9b582cf97a4471e09e25dddcb0504d58f8aa703802fe0c075a0af2fa8e1895f02b48b5959297c37cd1feee789741d93a1739f9d19c3341b108

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild
new file mode 100644
index 00000000000..9261e00c48e
--- /dev/null
+++ b/dev-python/pymdown-extensions/pymdown-extensions-8.1.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+	dev-python/mkdocs-git-revision-date-localized-plugin
+	dev-python/mkdocs-minify-plugin
+	dev-python/mkdocs-material
+	dev-python/pymdown-lexers
+	dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Extensions for Python Markdown."
+HOMEPAGE="
+	https://github.com/facelessuser/pymdown-extensions
+	https://pypi.org/project/pymdown-extensions
+"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/markdown-3.2[${PYTHON_USEDEP}]"
+
+BDEPEND="
+	test? (
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+		dev-vcs/git
+	)"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	# mkdocs-git-revision-date-localized-plugin needs git repo
+	if use doc; then
+		git init || die
+		git config --global user.email "you@example.com" || die
+		git config --global user.name "Your Name" || die
+		git add . || die
+		git commit -m 'init' || die
+	fi
+
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2021-01-26  9:52 UTC|newest]

Thread overview: 124+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-26  9:52 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-30  6:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/pymdown-extensions/ Arthur Zamarin
2025-07-29  2:42 Michał Górny
2025-07-12 11:42 Michał Górny
2025-07-12 11:33 Michał Górny
2025-06-22  4:00 Michał Górny
2025-06-22  4:00 Michał Górny
2025-05-17 17:08 Michał Górny
2025-05-17 14:13 Arthur Zamarin
2025-04-28  3:16 Michał Górny
2025-02-25  8:14 Michał Górny
2025-02-22  9:20 Michał Górny
2025-02-22  8:31 Arthur Zamarin
2025-02-02  3:22 Michał Górny
2025-02-01 10:05 Michał Górny
2025-01-29  8:48 Michał Górny
2025-01-22  7:21 Michał Górny
2025-01-11  9:36 Michał Górny
2025-01-11  9:05 Sam James
2025-01-08  9:12 Michał Górny
2024-12-24 11:17 Michał Górny
2024-11-16  9:02 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-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
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=1611654754.45875d97a93575b02dd1ff4ad47b548accd6efd9.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