summaryrefslogtreecommitdiff
path: root/dev-python/mistletoe
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-08 15:59:10 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-08 15:59:10 +0000
commitba7a238ca9c95cb73dc1040bfe42d78dd6970126 (patch)
tree832e7f8a61ef6de3aa7c7b5c652e5b951d827194 /dev-python/mistletoe
parent31a02d889028bf30f7b376b935aa05c2140d3c66 (diff)
gentoo auto-resync : 08:02:2024 - 15:59:10
Diffstat (limited to 'dev-python/mistletoe')
-rw-r--r--dev-python/mistletoe/Manifest4
-rw-r--r--dev-python/mistletoe/mistletoe-1.2.1.ebuild36
-rw-r--r--dev-python/mistletoe/mistletoe-1.3.0.ebuild2
3 files changed, 2 insertions, 40 deletions
diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest
index 6d075bce0b79..7a5819d2f5f5 100644
--- a/dev-python/mistletoe/Manifest
+++ b/dev-python/mistletoe/Manifest
@@ -1,5 +1,3 @@
-DIST mistletoe-1.2.1.gh.tar.gz 118396 BLAKE2B 0b8d442b9dce20f8b5f7619969761693a5c2a04cf99d35a9771ce7b4e073d993705ba4ddedd929c0535b526ef0dea64824fac82403e7b1743b3b80d4292c1772 SHA512 a6dc5dc021d001a0b34a4d6cb5007ef55958b93d143937ecde07602aaf25e3a9c3116be2ed8f8cd90353524cf8d4058239f4018b726bec007b13d917e6deefac
DIST mistletoe-1.3.0.gh.tar.gz 121653 BLAKE2B 32c106e349cbbb4f9f197df30bb42b108228fecb021d8482a18e4e859936bce250960a39ec02c98aac53dc75b9315dac1db052647417a3fdaa99f7cefafa49de SHA512 44094989ee95445c8330223bf095808e755eb2f59ce6984362f0b6c293a72397f7d340430aac618f635f1042466b6d48171a406ecc3ea17c69435f4b254d77ab
-EBUILD mistletoe-1.2.1.ebuild 760 BLAKE2B 99c234ffe59e4eac5f89e09a8e2ce4724063bc52b2731f53b43a8463055ef5103d99417c76e8a6b734cd2a30148769f91b8df29f42c5279a5e4aa4eae90312f9 SHA512 09a0a0dfdf95b5a0753bb417f077d902e3c72b059a75f0548bc750439283727a353dd7f8da11de69f0bb99b7ca32a3cce7151e8b3832edc8388d717898ab01dd
-EBUILD mistletoe-1.3.0.ebuild 768 BLAKE2B 888c719a7bfdf90c2399997155356cd604e2f1d3c0bc3684dfa8b379d6f7da5ad81700dd59f9645464b58de680d1f5f3eaaa11a36cd6f06b6bca29cc648a5fad SHA512 935b278cedf2db66c26ef655891edad39edeb32abba1c9b3923751aba0fa6ca9c481af8c5cc6d98df6251d20a9f92e908249accc40f6b2ce845f7875be0f907b
+EBUILD mistletoe-1.3.0.ebuild 765 BLAKE2B 63d9eb7e477d47d5081e13681de416106f9acd102afd331fa2b44b6ecafcfb635621486fdc20b5f4d7987cdec538a3cba2f62d480c5445e6b2a70bf32d148a92 SHA512 4cb1f91d39eedafa2eaef53f020480ca59f9a1204d2ff5d98afe8f61dfa565e954e5935922c24e4df5e0da49d3d9d3519113b6315688565236e6957accb96917
MISC metadata.xml 374 BLAKE2B 8a878ec80507df5d9490b0a1fea61c65325e688c51ce07202c30d8db21d28e3e78b729272d71758630f4e1e361c489f45542f0e72f52811b767215fa7831d3e8 SHA512 a9d87d93e64bcc2052eebbc5518882c94d56ac03ea7e41693833e472c04b06e5342ca1383fb56ddbd165da1cc79f739cfb7fa2db861efb1439352a954aa5ce23
diff --git a/dev-python/mistletoe/mistletoe-1.2.1.ebuild b/dev-python/mistletoe/mistletoe-1.2.1.ebuild
deleted file mode 100644
index 3bffe147f759..000000000000
--- a/dev-python/mistletoe/mistletoe-1.2.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A fast, extensible Markdown parser in pure Python"
-HOMEPAGE="
- https://github.com/miyuchina/mistletoe/
- https://pypi.org/project/mistletoe/
-"
-# pypi has incomplete test suite
-SRC_URI="
- https://github.com/miyuchina/mistletoe/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-# NB: pygments is technically optional but we like syntax highlighting
-RDEPEND="
- dev-python/pygments[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/parameterized[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/mistletoe/mistletoe-1.3.0.ebuild b/dev-python/mistletoe/mistletoe-1.3.0.ebuild
index 3de81eef371c..18812010db84 100644
--- a/dev-python/mistletoe/mistletoe-1.3.0.ebuild
+++ b/dev-python/mistletoe/mistletoe-1.3.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
# NB: pygments is technically optional but we like syntax highlighting
RDEPEND="