* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mistletoe/
@ 2022-12-22 3:18 Julien Roy
0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2022-12-22 3:18 UTC (permalink / raw
To: gentoo-commits
commit: b3ca6a1515c082967ad86a52c728ef96f2dfbd93
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Dec 22 03:18:18 2022 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Dec 22 03:18:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3ca6a15
dev-python/mistletoe: new package, add 0.9.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/mistletoe/Manifest | 1 +
dev-python/mistletoe/metadata.xml | 21 +++++++++++++++++++++
dev-python/mistletoe/mistletoe-0.9.0.ebuild | 19 +++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest
new file mode 100644
index 000000000..4d7077124
--- /dev/null
+++ b/dev-python/mistletoe/Manifest
@@ -0,0 +1 @@
+DIST mistletoe-0.9.0.tar.gz 102002 BLAKE2B 0d1f5fae601287383dec895b38143c375b0690d1dfdc0a5f08097952959458843a61b7581637b19f7abc08be18bb33b0dce8a3507a2eb6fbc31c00a8c13bf85e SHA512 b0e9c96b27255fb8527f359d8bfb2612a1302efcd3250867caa7e2dbf91eeeab4dabb20071d64e0914e52afdc8c30a181c042c2263aa9f1c5dc4421f5d862ae7
diff --git a/dev-python/mistletoe/metadata.xml b/dev-python/mistletoe/metadata.xml
new file mode 100644
index 000000000..d321d911c
--- /dev/null
+++ b/dev-python/mistletoe/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>julien@jroy.ca</email>
+ <name>Julien Roy</name>
+ </maintainer>
+ <longdescription>mistletoe is a Markdown parser in pure Python, designed to be fast, spec-compliant and fully customizable.
+
+Apart from being the fastest CommonMark-compliant Markdown parser implementation in pure Python, mistletoe also supports easy definitions of custom tokens. Parsing Markdown into an abstract syntax tree also allows us to swap out renderers for different output formats, without touching any of the core components.</longdescription>
+ <upstream>
+ <maintainer>
+ <name>miyuchina</name>
+ <email>mi@afteryu.me</email>
+ </maintainer>
+ <changelog>https://github.com/miyuchina/mistletoe/releases</changelog>
+ <doc>https://github.com/miyuchina/mistletoe/blob/master/dev-guide.md</doc>
+ <bugs-to>https://github.com/miyuchina/mistletoe/issues</bugs-to>
+ <remote-id type="github">miyuchina/mistletoe</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/mistletoe/mistletoe-0.9.0.ebuild b/dev-python/mistletoe/mistletoe-0.9.0.ebuild
new file mode 100644
index 000000000..37861804e
--- /dev/null
+++ b/dev-python/mistletoe/mistletoe-0.9.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure Python."
+HOMEPAGE="https://github.com/miyuchina/mistletoe"
+SRC_URI="https://github.com/miyuchina/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mistletoe/
@ 2022-12-22 3:25 Julien Roy
0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2022-12-22 3:25 UTC (permalink / raw
To: gentoo-commits
commit: 876282c71f52c5c4815410cc1855ad0d2ec31707
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Dec 22 03:25:20 2022 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Dec 22 03:25:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=876282c7
dev-python/mistletoe: fix metadata.xml indentation
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/mistletoe/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mistletoe/metadata.xml b/dev-python/mistletoe/metadata.xml
index d321d911c..acea51763 100644
--- a/dev-python/mistletoe/metadata.xml
+++ b/dev-python/mistletoe/metadata.xml
@@ -14,7 +14,7 @@ Apart from being the fastest CommonMark-compliant Markdown parser implementation
<email>mi@afteryu.me</email>
</maintainer>
<changelog>https://github.com/miyuchina/mistletoe/releases</changelog>
- <doc>https://github.com/miyuchina/mistletoe/blob/master/dev-guide.md</doc>
+ <doc>https://github.com/miyuchina/mistletoe/blob/master/dev-guide.md</doc>
<bugs-to>https://github.com/miyuchina/mistletoe/issues</bugs-to>
<remote-id type="github">miyuchina/mistletoe</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mistletoe/
@ 2023-01-02 21:14 Julien Roy
0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2023-01-02 21:14 UTC (permalink / raw
To: gentoo-commits
commit: bc220fd6550fde8c544c5d2ea03fe6c04cd422b9
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Jan 2 20:48:26 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Jan 2 21:14:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc220fd6
dev-python/mistletoe: fix python tests
Closes: https://bugs.gentoo.org/888745
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/mistletoe/mistletoe-0.9.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/mistletoe/mistletoe-0.9.0.ebuild b/dev-python/mistletoe/mistletoe-0.9.0.ebuild
index 36cb00ea6..37639c19e 100644
--- a/dev-python/mistletoe/mistletoe-0.9.0.ebuild
+++ b/dev-python/mistletoe/mistletoe-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,3 +17,5 @@ KEYWORDS="~amd64"
RDEPEND=""
DEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mistletoe/
@ 2023-04-11 1:03 Julien Roy
0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2023-04-11 1:03 UTC (permalink / raw
To: gentoo-commits
commit: 8f86e42091eb4b9a8e80a6e54258ed543a362617
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Apr 11 00:59:53 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Apr 11 00:59:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f86e420
dev-python/mistletoe: add 1.0.1
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/mistletoe/Manifest | 1 +
dev-python/mistletoe/mistletoe-1.0.1.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest
index 72dcca786..fec61f203 100644
--- a/dev-python/mistletoe/Manifest
+++ b/dev-python/mistletoe/Manifest
@@ -1 +1,2 @@
DIST mistletoe-0.9.0.gh.tar.gz 102002 BLAKE2B 0d1f5fae601287383dec895b38143c375b0690d1dfdc0a5f08097952959458843a61b7581637b19f7abc08be18bb33b0dce8a3507a2eb6fbc31c00a8c13bf85e SHA512 b0e9c96b27255fb8527f359d8bfb2612a1302efcd3250867caa7e2dbf91eeeab4dabb20071d64e0914e52afdc8c30a181c042c2263aa9f1c5dc4421f5d862ae7
+DIST mistletoe-1.0.1.tar.gz 48898 BLAKE2B e20d6c07e4796ebacc417e9153a2ebd59fa5baa1594887ca66eff8eac40352660f0fe2eb55dd400ee6b54b7c902307e3f16caef81094fb451a12da4f84197e6b SHA512 09a879a26c2d1f6664cb1cc1c5e40bb55a54858693dfca8c77c0caa9f85216b3fd27c3e9143ddf98406f0b7aa75651ff0fb498403d2e5b237fe8b885d660bc8f
diff --git a/dev-python/mistletoe/mistletoe-1.0.1.ebuild b/dev-python/mistletoe/mistletoe-1.0.1.ebuild
new file mode 100644
index 000000000..614511649
--- /dev/null
+++ b/dev-python/mistletoe/mistletoe-1.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure Python."
+HOMEPAGE="https://github.com/miyuchina/mistletoe"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mistletoe/
@ 2023-04-11 1:03 Julien Roy
0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2023-04-11 1:03 UTC (permalink / raw
To: gentoo-commits
commit: fc32f6fd052ecf073384e45703084dfc636be519
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Apr 11 01:00:05 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Apr 11 01:00:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc32f6fd
dev-python/mistletoe: drop 0.9.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/mistletoe/Manifest | 1 -
dev-python/mistletoe/mistletoe-0.9.0.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest
index fec61f203..c42a27638 100644
--- a/dev-python/mistletoe/Manifest
+++ b/dev-python/mistletoe/Manifest
@@ -1,2 +1 @@
-DIST mistletoe-0.9.0.gh.tar.gz 102002 BLAKE2B 0d1f5fae601287383dec895b38143c375b0690d1dfdc0a5f08097952959458843a61b7581637b19f7abc08be18bb33b0dce8a3507a2eb6fbc31c00a8c13bf85e SHA512 b0e9c96b27255fb8527f359d8bfb2612a1302efcd3250867caa7e2dbf91eeeab4dabb20071d64e0914e52afdc8c30a181c042c2263aa9f1c5dc4421f5d862ae7
DIST mistletoe-1.0.1.tar.gz 48898 BLAKE2B e20d6c07e4796ebacc417e9153a2ebd59fa5baa1594887ca66eff8eac40352660f0fe2eb55dd400ee6b54b7c902307e3f16caef81094fb451a12da4f84197e6b SHA512 09a879a26c2d1f6664cb1cc1c5e40bb55a54858693dfca8c77c0caa9f85216b3fd27c3e9143ddf98406f0b7aa75651ff0fb498403d2e5b237fe8b885d660bc8f
diff --git a/dev-python/mistletoe/mistletoe-0.9.0.ebuild b/dev-python/mistletoe/mistletoe-0.9.0.ebuild
deleted file mode 100644
index 4a3da1018..000000000
--- a/dev-python/mistletoe/mistletoe-0.9.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure Python."
-HOMEPAGE="https://github.com/miyuchina/mistletoe"
-SRC_URI="https://github.com/miyuchina/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mistletoe/
@ 2023-06-11 16:39 Julien Roy
0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2023-06-11 16:39 UTC (permalink / raw
To: gentoo-commits
commit: c3e1361b4faf6548ae3cb0ddcdff7f58e4365b1a
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Jun 11 16:39:34 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Jun 11 16:39:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3e1361b
dev-python/mistletoe: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/mistletoe/mistletoe-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mistletoe/mistletoe-1.0.1.ebuild b/dev-python/mistletoe/mistletoe-1.0.1.ebuild
index f623e99eb..785d7cc69 100644
--- a/dev-python/mistletoe/mistletoe-1.0.1.ebuild
+++ b/dev-python/mistletoe/mistletoe-1.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mistletoe/
@ 2023-06-11 16:39 Julien Roy
0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2023-06-11 16:39 UTC (permalink / raw
To: gentoo-commits
commit: 26791843d19de150cfc1d9210215998d8ff28302
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Jun 11 16:39:24 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Jun 11 16:39:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26791843
dev-python/mistletoe: add 1.1.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/mistletoe/Manifest | 1 +
dev-python/mistletoe/mistletoe-1.1.0.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest
index c42a27638..20023c52d 100644
--- a/dev-python/mistletoe/Manifest
+++ b/dev-python/mistletoe/Manifest
@@ -1 +1,2 @@
DIST mistletoe-1.0.1.tar.gz 48898 BLAKE2B e20d6c07e4796ebacc417e9153a2ebd59fa5baa1594887ca66eff8eac40352660f0fe2eb55dd400ee6b54b7c902307e3f16caef81094fb451a12da4f84197e6b SHA512 09a879a26c2d1f6664cb1cc1c5e40bb55a54858693dfca8c77c0caa9f85216b3fd27c3e9143ddf98406f0b7aa75651ff0fb498403d2e5b237fe8b885d660bc8f
+DIST mistletoe-1.1.0.tar.gz 58192 BLAKE2B f8e046ac85925269ba6d69356a3478f57495914c09d792d348cd8d9bfae25fb0b9d6a337eb791a61e017c41e71fe33e23ceabd8d9b4711da67198472e3b1b09e SHA512 b7e022e24e8e85f3ecc40ad05e65fd3e17229a2e4410fe8216b10ee3d46b568efe4a9df1a7d0fc224f818f8372b4b71ae0b59c540c38ae7f4af97c471e249377
diff --git a/dev-python/mistletoe/mistletoe-1.1.0.ebuild b/dev-python/mistletoe/mistletoe-1.1.0.ebuild
new file mode 100644
index 000000000..785d7cc69
--- /dev/null
+++ b/dev-python/mistletoe/mistletoe-1.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure Python."
+HOMEPAGE="https://github.com/miyuchina/mistletoe"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mistletoe/
@ 2023-06-13 16:36 Julien Roy
0 siblings, 0 replies; 9+ messages in thread
From: Julien Roy @ 2023-06-13 16:36 UTC (permalink / raw
To: gentoo-commits
commit: 5fecbbbdb6746a91d907bdc3301cb7874856a88b
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Jun 13 16:36:09 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Jun 13 16:36:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fecbbbd
dev-python/mistletoe: add missing BDEPEND for tests
Closes: https://bugs.gentoo.org/908430
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
.../mistletoe/{mistletoe-1.1.0.ebuild => mistletoe-1.1.0-r1.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/mistletoe/mistletoe-1.1.0.ebuild b/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild
similarity index 86%
rename from dev-python/mistletoe/mistletoe-1.1.0.ebuild
rename to dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild
index 785d7cc69..16777ea07 100644
--- a/dev-python/mistletoe/mistletoe-1.1.0.ebuild
+++ b/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild
@@ -15,7 +15,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND=""
-DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mistletoe/
@ 2023-07-26 9:01 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2023-07-26 9:01 UTC (permalink / raw
To: gentoo-commits
commit: e91e36941ff3cafc8136bfe9b9760e4e965b7a37
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jul 26 08:59:22 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jul 26 09:00:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e91e3694
dev-python/mistletoe: treeclean duplicate
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/mistletoe/Manifest | 2 --
dev-python/mistletoe/metadata.xml | 22 ----------------------
dev-python/mistletoe/mistletoe-1.0.1.ebuild | 21 ---------------------
dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild | 20 --------------------
4 files changed, 65 deletions(-)
diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest
deleted file mode 100644
index 20023c52d..000000000
--- a/dev-python/mistletoe/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST mistletoe-1.0.1.tar.gz 48898 BLAKE2B e20d6c07e4796ebacc417e9153a2ebd59fa5baa1594887ca66eff8eac40352660f0fe2eb55dd400ee6b54b7c902307e3f16caef81094fb451a12da4f84197e6b SHA512 09a879a26c2d1f6664cb1cc1c5e40bb55a54858693dfca8c77c0caa9f85216b3fd27c3e9143ddf98406f0b7aa75651ff0fb498403d2e5b237fe8b885d660bc8f
-DIST mistletoe-1.1.0.tar.gz 58192 BLAKE2B f8e046ac85925269ba6d69356a3478f57495914c09d792d348cd8d9bfae25fb0b9d6a337eb791a61e017c41e71fe33e23ceabd8d9b4711da67198472e3b1b09e SHA512 b7e022e24e8e85f3ecc40ad05e65fd3e17229a2e4410fe8216b10ee3d46b568efe4a9df1a7d0fc224f818f8372b4b71ae0b59c540c38ae7f4af97c471e249377
diff --git a/dev-python/mistletoe/metadata.xml b/dev-python/mistletoe/metadata.xml
deleted file mode 100644
index a88739f5e..000000000
--- a/dev-python/mistletoe/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
- <longdescription>mistletoe is a Markdown parser in pure Python, designed to be fast, spec-compliant and fully customizable.
-
-Apart from being the fastest CommonMark-compliant Markdown parser implementation in pure Python, mistletoe also supports easy definitions of custom tokens. Parsing Markdown into an abstract syntax tree also allows us to swap out renderers for different output formats, without touching any of the core components.</longdescription>
- <upstream>
- <maintainer>
- <name>miyuchina</name>
- <email>mi@afteryu.me</email>
- </maintainer>
- <changelog>https://github.com/miyuchina/mistletoe/releases</changelog>
- <doc>https://github.com/miyuchina/mistletoe/blob/master/dev-guide.md</doc>
- <bugs-to>https://github.com/miyuchina/mistletoe/issues</bugs-to>
- <remote-id type="github">miyuchina/mistletoe</remote-id>
- <remote-id type="pypi">mistletoe</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/mistletoe/mistletoe-1.0.1.ebuild b/dev-python/mistletoe/mistletoe-1.0.1.ebuild
deleted file mode 100644
index 785d7cc69..000000000
--- a/dev-python/mistletoe/mistletoe-1.0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure Python."
-HOMEPAGE="https://github.com/miyuchina/mistletoe"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
diff --git a/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild b/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild
deleted file mode 100644
index 16777ea07..000000000
--- a/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure Python."
-HOMEPAGE="https://github.com/miyuchina/mistletoe"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-07-26 9:01 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11 16:39 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mistletoe/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2023-07-26 9:01 Anna Vyalkova
2023-06-13 16:36 Julien Roy
2023-06-11 16:39 Julien Roy
2023-04-11 1:03 Julien Roy
2023-04-11 1:03 Julien Roy
2023-01-02 21:14 Julien Roy
2022-12-22 3:25 Julien Roy
2022-12-22 3:18 Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox