summaryrefslogtreecommitdiff
path: root/dev-python/markdown2
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/markdown2')
-rw-r--r--dev-python/markdown2/Manifest6
-rw-r--r--dev-python/markdown2/markdown2-2.4.6.ebuild32
-rw-r--r--dev-python/markdown2/markdown2-2.4.7.ebuild32
-rw-r--r--dev-python/markdown2/markdown2-2.4.8.ebuild2
4 files changed, 2 insertions, 70 deletions
diff --git a/dev-python/markdown2/Manifest b/dev-python/markdown2/Manifest
index ffb26bfae87c..26e5b94ef406 100644
--- a/dev-python/markdown2/Manifest
+++ b/dev-python/markdown2/Manifest
@@ -1,7 +1,3 @@
-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
-EBUILD markdown2-2.4.6.ebuild 703 BLAKE2B fd03278eb5c6904806e915e9b83b7ebd2588c33f94a74dd612c13a8068e4714263e2aa19ff06be06a62b8d9f9ec05424dd0b2cbd4c28bc2829b40b56b8fe3b5f SHA512 30efbccbf7a543fbf59cdb5303acf33d7723880db42900eec8f5b5321ee097673d2054c2a14ec0c22ced0c662fa1642f335c7f852e58291253b9eccbe6162d38
-EBUILD markdown2-2.4.7.ebuild 707 BLAKE2B b318480e9a43715f08f342c514d3e41a368548cf463345b6001d523148bdf817e001b2fe428d52464a0282d5947e6d7262b000a7a2624c002e237a977147279e SHA512 8755ed11ed3afdaff11a5ca5969df8905f10e54f1497c05369e26398b3763c0ef0930905f594cea33a9e6951e07c35db37edd6f36e335b7e9855b5b9b5792c59
-EBUILD markdown2-2.4.8.ebuild 660 BLAKE2B 7997e54b6d31fa8f72200136c28c6af0e08ab59bb0e38de60dad1dac918309f8369c4882894e8706a7f1c56928dc9881141d49dbf9d468bdc063d8c06ad08afe SHA512 23d7d98e01fb8f413fc7f4d7a9ba339fc624aac2a0cefb992ca3666a9d33b167076b819ac80e14bec9f1aaabaef1f8a78e2513ed510b99455538c0c2b351e4c2
+EBUILD markdown2-2.4.8.ebuild 656 BLAKE2B 12065dfd51cf94e8534c8647a94d253cc14b019ed4b3fa40b4192bd33b079fbedae09fc247e038ebffe5988dbc17ffa87285127a3df893df046b7a809d1868f8 SHA512 a42ce6fe2d8de5bd6eb84fedb3c42e8cf095469cbdcf339df8c2f325c7ed612e2fb82bbe577868d6816a821728303270a0185309a476a2e69c4c5843fb37e2b3
MISC metadata.xml 551 BLAKE2B 293046752073df3a0fe72acea3165d62ae78297f82aa72e40edeaab6bb6021ccbeaa8cc145341aa05dd3fe87c2f89e88f2281ca95ead33d99bbfc5ba53573ca1 SHA512 9d30d896754f1379f4fae79f86bec966cc3639a42e5e7bcc7e8d2e94881ee8a75b7e3ddedbc1573f1eb3c429aea636512efdb887f2827dc1b1aaa4caaa44e413
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}"
-}
diff --git a/dev-python/markdown2/markdown2-2.4.8.ebuild b/dev-python/markdown2/markdown2-2.4.8.ebuild
index 67892ba33c6f..7f3f5dada287 100644
--- a/dev-python/markdown2/markdown2-2.4.8.ebuild
+++ b/dev-python/markdown2/markdown2-2.4.8.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
RDEPEND="
>=dev-python/pygments-2.7.3[${PYTHON_USEDEP}]