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/markdown/
Date: Thu, 13 Feb 2020 06:26:02 +0000 (UTC)	[thread overview]
Message-ID: <1581575157.dbd61350440dda44d40cff00e7ecfa5daf4068d7.mgorny@gentoo> (raw)

commit:     dbd61350440dda44d40cff00e7ecfa5daf4068d7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 13 05:43:24 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 13 06:25:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd61350

dev-python/markdown: Bump to 3.2.1

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

 dev-python/markdown/Manifest              |  1 +
 dev-python/markdown/markdown-3.2.1.ebuild | 37 +++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/markdown/Manifest b/dev-python/markdown/Manifest
index a19c3dfc715..0da09428a5b 100644
--- a/dev-python/markdown/Manifest
+++ b/dev-python/markdown/Manifest
@@ -2,4 +2,5 @@ DIST Markdown-2.6.11.tar.gz 274132 BLAKE2B 0d14d308c97d925db83d71f3b9be5622e77ee
 DIST Markdown-2.6.8.tar.gz 307330 BLAKE2B 6867f15425bd84bc030ab52000dc2f83bff0c9885854cec4a2a785f80b18129160bc57da30226fe17f42043b4938482e2e4eff9cdb3d4370b0146cc09f1ff576 SHA512 85c1a16ebb50af79f378eb2fa936342df6174a4f597a74fee6d0495ef2bc4c7c8337463799e427cb6788b3429e400309958b5c4784f536593047ab2e47ac7c23
 DIST Markdown-3.0.1.tar.gz 284084 BLAKE2B 6a9250295057ed32b389e1aeecf9aa3acac37ef48e6ca93a4821eb56a2323d65c1aed99799bf05811f27f45ba61f7bb704f69c6d2be706d8d2764c026e937905 SHA512 c648c1b8ecb3c907ff2bd636ec6c08b4b629967fb916913f77db641f6d61b83d16929af2f15f5695c8cdb9614031606110e02a7e0bbb3aab0be38a8e285f12f1
 DIST Markdown-3.1.1.tar.gz 294136 BLAKE2B 9fd024f64f7aaa774a49f60e312e47bbc2ff0f368f083e4dfd0c38d1f12839dfcf3455f1d0c8cb0b9c851fe0d3a779c70784859f1682703bd6022d57b6548235 SHA512 78f089f2eef5c73d683ac96fd20c87145e243d12b0f230b9b0228b995035fbb084dde40be788679c63637f05956487ad520cc9dd61d133926bf13521aa600090
+DIST Markdown-3.2.1.tar.gz 297048 BLAKE2B b7f72cb856f0986e0e3920bd7d7eb65790312ef9f270ba3cfa679786b921d1c4ce0a86d591d7d748254c11e9c86d9883130efbc0c2d6a26d94b1fe3d9622aeb9 SHA512 5616c77004e4e8f2eb3b1276526ba131891be6edc7371b412a4050bbd59904220e48986d556bb9bb0b9e8acadfcde7828b609d165f68b6aad7bb90a221f80480
 DIST Markdown-3.2.tar.gz 296747 BLAKE2B b2c5289330f8aca9d379878b522513adeeb9cc921cff39fe887beb40b8c7b96608fd56d7f95f201b41bbbc4cef759e40e164025f7f750183186bcf45553c609a SHA512 7f7c9a5a4846414aa8d4e9a9662ca49b08f393f7952bf2cffac493eb3e88406d3254466192b773ada0400013d669a9cea1b06e814af46f9667fdc8e20c079d65

diff --git a/dev-python/markdown/markdown-3.2.1.ebuild b/dev-python/markdown/markdown-3.2.1.ebuild
new file mode 100644
index 00000000000..77c56c8c71c
--- /dev/null
+++ b/dev-python/markdown/markdown-3.2.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of the markdown markup language"
+HOMEPAGE="
+	https://python-markdown.github.io/
+	https://pypi.org/project/Markdown/
+	https://github.com/Python-Markdown/markdown"
+SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz"
+S="${WORKDIR}/${P^}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc"
+
+BDEPEND="
+	test? (
+		dev-python/pygments[${PYTHON_USEDEP}]
+		dev-python/pytidylib[${PYTHON_USEDEP}]
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+	use doc && dodoc -r docs/
+
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2020-02-13  6:26 UTC|newest]

Thread overview: 107+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-13  6:26 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-25  8:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown/ Michał Górny
2024-08-31  9:44 Michał Górny
2024-08-31  8:52 Arthur Zamarin
2024-08-16 19:19 Michał Górny
2024-07-12  2:33 Michał Górny
2024-06-16 20:51 Petr Vaněk
2024-03-30 14:14 Michał Górny
2024-03-30 13:59 Michał Górny
2024-03-15  5:06 Michał Górny
2024-01-29  7:51 Sam James
2024-01-10 21:12 Michał Górny
2023-11-11 20:36 Michał Górny
2023-11-11 19:21 Sam James
2023-11-01  5:08 Michał Górny
2023-10-07  4:43 Michał Górny
2023-09-01 16:44 Michał Górny
2023-09-01 16:30 Arthur Zamarin
2023-07-26  6:03 Michał Górny
2023-07-19 11:10 Michał Górny
2023-06-06  5:43 Michał Górny
2023-05-23 15:54 Michał Górny
2023-05-23 15:35 Arthur Zamarin
2023-05-20  7:15 Michał Górny
2023-03-23 16:36 Michał Górny
2022-08-17 19:40 Arthur Zamarin
2022-08-17 18:45 Sam James
2022-07-16  8:02 Michał Górny
2022-07-15 18:30 Arthur Zamarin
2022-06-16  9:18 Michał Górny
2022-06-16  9:02 Jakov Smolić
2022-05-16 20:17 Andrew Ammerlaan
2022-05-13  6:33 WANG Xuerui
2022-05-06  7:08 Arthur Zamarin
2022-04-25 18:41 Sam James
2021-12-18 15:36 Michał Górny
2021-12-18 13:38 Arthur Zamarin
2021-11-17 20:46 Michał Górny
2021-11-17 20:46 Michał Górny
2021-11-17  9:55 Michał Górny
2021-11-09 10:47 Michał Górny
2021-10-17  9:07 Michał Górny
2021-09-19 12:47 James Le Cuirot
2021-06-05 19:00 Michał Górny
2021-05-21  0:51 Yixun Lan
2021-03-30 11:10 Michał Górny
2021-03-30  9:27 Sam James
2021-03-19  4:12 Sam James
2021-02-24 21:43 Michał Górny
2021-01-07  7:41 Fabian Groffen
2020-11-26  8:26 Michał Górny
2020-11-26  5:56 Sam James
2020-11-15  7:54 Michał Górny
2020-11-15  5:19 Sam James
2020-11-09 15:11 Michał Górny
2020-10-26  7:39 Michał Górny
2020-10-20  2:50 Michał Górny
2020-10-13  2:09 Michał Górny
2020-09-20 14:30 Michał Górny
2020-09-20 14:08 Michał Górny
2020-07-15  8:06 Joonas Niilola
2020-07-09 12:20 Michał Górny
2020-05-13  7:08 Michał Górny
2020-03-27 21:25 Michał Górny
2020-03-27 21:25 Michał Górny
2020-03-07 15:11 Michał Górny
2020-02-16 13:51 Sergei Trofimovich
2020-02-13  6:26 Michał Górny
2020-02-13  6:26 Michał Górny
2020-02-11 18:33 William Hubbs
2020-02-11 11:37 Agostino Sarubbo
2020-02-11 11:30 Agostino Sarubbo
2020-02-11 10:55 Agostino Sarubbo
2020-02-11  8:43 Agostino Sarubbo
2020-02-07 19:58 Sergei Trofimovich
2020-02-07 12:12 Agostino Sarubbo
2020-02-07 10:52 Agostino Sarubbo
2020-02-07  7:15 Michał Górny
2020-01-26 21:26 William Hubbs
2020-01-24  6:54 Joonas Niilola
2020-01-20 18:15 Ben Kohler
2019-10-05 15:06 Michał Górny
2019-09-30 19:15 Zac Medico
2019-07-12 23:26 William Hubbs
2018-10-30  9:33 Michał Górny
2018-04-28 21:44 Patrice Clement
2018-04-01 21:55 Patrice Clement
2018-03-21  5:55 Markus Meier
2018-03-18 10:40 Sergei Trofimovich
2018-03-11 20:40 Matt Turner
2018-03-05 14:29 Mart Raudsepp
2018-03-04 11:13 Sergei Trofimovich
2018-02-23 23:37 Michał Górny
2018-01-05  9:36 Michał Górny
2017-12-28 14:03 Sergei Trofimovich
2017-12-28 12:29 Sergei Trofimovich
2017-12-06 22:34 Sergei Trofimovich
2017-12-02 20:55 Mike Gilbert
2017-11-30 20:19 Tobias Klausmann
2017-06-15 16:14 Markus Meier
2017-05-15 18:46 Tobias Klausmann
2017-05-03  6:15 Michał Górny
2017-04-22 22:00 Patrice Clement
2015-12-09 15:10 Justin Lecher
2015-11-28  9:28 Justin Lecher
2015-11-08 16:06 Justin Lecher
2015-10-27  9:04 Justin Lecher

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=1581575157.dbd61350440dda44d40cff00e7ecfa5daf4068d7.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