From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown2/
Date: Thu, 23 Feb 2023 06:19:50 +0000 (UTC) [thread overview]
Message-ID: <1677133094.d07f71ea59944580f43a023d6db979224bb2989c.mgorny@gentoo> (raw)
commit: d07f71ea59944580f43a023d6db979224bb2989c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 05:49:31 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 06:18:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07f71ea
dev-python/markdown2: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/markdown2/Manifest | 2 --
dev-python/markdown2/markdown2-2.4.6.ebuild | 32 -----------------------------
dev-python/markdown2/markdown2-2.4.7.ebuild | 32 -----------------------------
3 files changed, 66 deletions(-)
diff --git a/dev-python/markdown2/Manifest b/dev-python/markdown2/Manifest
index 1b9291d98bd8..8a460fddd0f6 100644
--- a/dev-python/markdown2/Manifest
+++ b/dev-python/markdown2/Manifest
@@ -1,3 +1 @@
-DIST markdown2-2.4.6.tar.gz 118321 BLAKE2B d6d053f9f19da0857664275280c9e12d59da9c88db5643df04c4538b3ac9e24feca66361dd05685b2a0d0281af353324e1b051bc315e78f2be9edb20367fa9be SHA512 4c8dbbfa828e6a01e05e714a5d79f8ec4137e80bbd221251d81fc9185f175dc9ac7ebd7b043d052a4b0c2963715d0d25429a22b2671f1512e92c48177c56e2ea
-DIST markdown2-2.4.7.tar.gz 118721 BLAKE2B 26cb03513a2665f40eb2c68e752aed3cfa78f6039d89da1a33a9de0996b37e2358c44f9e5078f5954a6b8ef3981aea2b06bc263fca16f1b0fad488c18387159b SHA512 e352578f57d6cdf3e59cb2ae10de218a8196cdbafe6257d76549758ead4997a33c65238664115232be4dbb3c63a81df4eb87c3a1248be8fb472d594e3fae087b
DIST markdown2-2.4.8.tar.gz 119398 BLAKE2B 41a8a4fc669b048be243d5689b3cde91b5d071926454009ca5fc08a28f1fef2938ec6382f06e6a876c4e8b08824c61bedfe8da251bf1f6414b777ab8e745704c SHA512 d7ec267ac11bdb5f58b34d9bef095377790de50cea03d1ebb50f586c463c1c3ab541a88a00ea5afae83943699e607827e760504e211014ce8a2c33b4c72ff07e
diff --git a/dev-python/markdown2/markdown2-2.4.6.ebuild b/dev-python/markdown2/markdown2-2.4.6.ebuild
deleted file mode 100644
index 67a1d9dc2807..000000000000
--- a/dev-python/markdown2/markdown2-2.4.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Markdown language reimplementation"
-HOMEPAGE="
- https://github.com/trentm/python-markdown2/
- https://pypi.org/project/markdown2/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- >=dev-python/pygments-2.7.3[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_test() {
- cd test || die
- "${EPYTHON}" -m unittest test_markdown2.py -v ||
- die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/markdown2/markdown2-2.4.7.ebuild b/dev-python/markdown2/markdown2-2.4.7.ebuild
deleted file mode 100644
index 90f2a8132487..000000000000
--- a/dev-python/markdown2/markdown2-2.4.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Markdown language reimplementation"
-HOMEPAGE="
- https://github.com/trentm/python-markdown2/
- https://pypi.org/project/markdown2/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- >=dev-python/pygments-2.7.3[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_test() {
- cd test || die
- "${EPYTHON}" -m unittest test_markdown2.py -v ||
- die "Tests fail with ${EPYTHON}"
-}
next reply other threads:[~2023-02-23 6:20 UTC|newest]
Thread overview: 78+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-23 6:19 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-08 18:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown2/ Michał Górny
2025-02-08 12:11 Arthur Zamarin
2025-01-25 6:24 Michał Górny
2024-12-28 10:47 Michał Górny
2024-12-28 9:45 Sam James
2024-12-12 4:15 Michał Górny
2024-10-26 13:13 Michał Górny
2024-10-26 13:10 Michał Górny
2024-10-10 5:03 Michał Górny
2024-07-27 7:19 Michał Górny
2024-07-27 7:01 Arthur Zamarin
2024-07-12 2:33 Michał Górny
2024-06-29 14:47 Arthur Zamarin
2024-06-15 15:08 Petr Vaněk
2024-03-13 15:02 Michał Górny
2024-03-13 14:05 Arthur Zamarin
2024-02-26 4:35 Michał Górny
2024-01-06 9:54 Michał Górny
2024-01-06 9:50 Michał Górny
2023-12-20 15:51 Michał Górny
2023-12-20 15:47 Michał Górny
2023-12-18 5:18 Michał Górny
2023-12-04 6:48 Michał Górny
2023-11-24 16:26 Michał Górny
2023-09-25 18:49 Michał Górny
2023-09-25 17:04 Arthur Zamarin
2023-09-12 15:25 Arthur Zamarin
2023-08-25 3:58 Jakov Smolić
2023-08-24 13:46 Sam James
2023-07-25 5:20 Michał Górny
2023-07-24 10:52 Michał Górny
2023-07-24 8:54 Jakov Smolić
2023-06-23 5:35 Michał Górny
2023-06-07 9:27 Sam James
2023-02-22 20:30 Arthur Zamarin
2023-02-13 6:05 Michał Górny
2023-01-23 7:34 Michał Górny
2022-11-03 19:48 Arthur Zamarin
2022-11-03 19:47 Arthur Zamarin
2022-10-21 5:14 Michał Górny
2022-09-26 10:30 Michał Górny
2022-06-22 7:42 Michał Górny
2022-06-22 5:47 Agostino Sarubbo
2022-05-29 19:16 Arthur Zamarin
2022-04-28 8:31 Michał Górny
2021-12-02 19:58 Michał Górny
2021-12-02 19:48 Sam James
2021-12-02 8:12 Michał Górny
2021-09-18 19:43 Michał Górny
2021-09-18 17:29 Sam James
2021-08-18 6:56 Michał Górny
2021-06-05 14:30 Michał Górny
2021-01-24 21:48 Michał Górny
2021-01-24 20:06 Sam James
2021-01-23 0:54 Michał Górny
2020-12-13 12:15 Michał Górny
2020-12-13 8:58 Sam James
2020-12-11 23:12 Sergei Trofimovich
2020-12-11 23:07 Sergei Trofimovich
2020-12-05 9:52 Michał Górny
2020-10-31 1:05 Louis Sautier
2020-10-20 2:50 Michał Górny
2020-09-20 12:58 Sam James
2020-09-20 12:49 Michał Górny
2020-07-14 16:58 Sergei Trofimovich
2020-07-05 8:38 Sergei Trofimovich
2020-06-20 0:48 Aaron Bauman
2020-06-07 8:48 Agostino Sarubbo
2020-06-07 8:44 Agostino Sarubbo
2020-05-13 7:08 Michał Górny
2020-05-12 6:39 Agostino Sarubbo
2020-05-11 11:28 Agostino Sarubbo
2020-04-21 9:16 Michał Górny
2020-02-05 16:24 Michał Górny
2017-05-02 15:15 Michał Górny
2017-04-26 15:26 Michał Górny
2016-03-18 19:11 Michał Górny
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=1677133094.d07f71ea59944580f43a023d6db979224bb2989c.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