Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-md2gemini
@ 2020-09-23 13:03 ericonr
  2020-09-23 13:10 ` [PR PATCH] [Updated] python3-md2gemini ericonr
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: ericonr @ 2020-09-23 13:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

There is a new pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages gemini
https://github.com/void-linux/void-packages/pull/25050

python3-md2gemini
For docs usage :smile: 

Closes #24799 
Closes #24798 

Thanks @flexibeast c:

A patch file from https://github.com/void-linux/void-packages/pull/25050.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gemini-25050.patch --]
[-- Type: text/x-diff, Size: 2493 bytes --]

From 19d18d8daa10f616357177251f34ada7e61c3cfb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Tue, 22 Sep 2020 15:05:24 -0300
Subject: [PATCH 1/2] New package: python3-mistune2-2.0.0a5.

python3-mistune can't be updated yet, due to jupyter nbconvert requiring
the older version.
---
 srcpkgs/python3-mistune2/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-mistune2/template

diff --git a/srcpkgs/python3-mistune2/template b/srcpkgs/python3-mistune2/template
new file mode 100644
index 00000000000..401f256c0ad
--- /dev/null
+++ b/srcpkgs/python3-mistune2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-mistune2'
+pkgname=python3-mistune2
+version=2.0.0a5
+revision=1
+wrksrc="mistune-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Markdown parser for Python"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/lepture/mistune"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2ea34d73edeee177f37db0e64afd3be42f09f26a6baaf925912ba3e4dc546e59
+conflicts="python3-mistune>=0"
+
+post_install() {
+	vlicense LICENSE
+}

From 3ec5346e0356e10fe212f9097267c8f38ed366d1 Mon Sep 17 00:00:00 2001
From: Alexis <flexibeast@gmail.com>
Date: Thu, 10 Sep 2020 14:36:48 +1000
Subject: [PATCH 2/2] New package: python3-md2gemini-1.7.0

Closes: #24799 [via git-merge-pr]
---
 srcpkgs/python3-md2gemini/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-md2gemini/template

diff --git a/srcpkgs/python3-md2gemini/template b/srcpkgs/python3-md2gemini/template
new file mode 100644
index 00000000000..f43705b870b
--- /dev/null
+++ b/srcpkgs/python3-md2gemini/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-md2gemini'
+pkgname=python3-md2gemini
+version=1.7.0
+revision=1
+wrksrc="md2gemini-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-mistune2 python3-cjkwrap python3-wcwidth"
+depends="python3-mistune2 python3-cjkwrap python3-wcwidth"
+short_desc="Converter from Markdown to the Gemini text format"
+maintainer="Alexis <flexibeast@gmail.com>"
+license="LGPL-3.0-only"
+homepage="https://github.com/makeworld-the-better-one/md2gemini"
+distfiles="${PYPI_SITE}/m/md2gemini/md2gemini-${version}.tar.gz"
+checksum=01b5566f4b374cebd8f84f9f2407cae2d49036933a65becc7b10bde518d172b6

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] python3-md2gemini
  2020-09-23 13:03 [PR PATCH] python3-md2gemini ericonr
@ 2020-09-23 13:10 ` ericonr
  2020-09-23 15:12 ` ericonr
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-09-23 13:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages gemini
https://github.com/void-linux/void-packages/pull/25050

python3-md2gemini
For docs usage :smile: 

Closes #24799 
Closes #24798 

Thanks @flexibeast c:

A patch file from https://github.com/void-linux/void-packages/pull/25050.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gemini-25050.patch --]
[-- Type: text/x-diff, Size: 2621 bytes --]

From 9fe74fbe1d6c3258696231a5e97196d3b42ecbbc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Tue, 22 Sep 2020 15:05:24 -0300
Subject: [PATCH 1/2] New package: python3-mistune2-2.0.0a5.

python3-mistune can't be updated yet, due to jupyter nbconvert requiring
the older version.
---
 srcpkgs/python3-mistune2/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/python3-mistune2/template

diff --git a/srcpkgs/python3-mistune2/template b/srcpkgs/python3-mistune2/template
new file mode 100644
index 00000000000..582bc22f198
--- /dev/null
+++ b/srcpkgs/python3-mistune2/template
@@ -0,0 +1,24 @@
+# Template file for 'python3-mistune2'
+pkgname=python3-mistune2
+version=2.0.0a5
+revision=1
+wrksrc="mistune-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Markdown parser for Python"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/lepture/mistune"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2ea34d73edeee177f37db0e64afd3be42f09f26a6baaf925912ba3e4dc546e59
+conflicts="python3-mistune>=0"
+
+do_check() {
+	pytest
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 910c46acc60e51e84722cc4bf977ca21da9298fa Mon Sep 17 00:00:00 2001
From: Alexis <flexibeast@gmail.com>
Date: Thu, 10 Sep 2020 14:36:48 +1000
Subject: [PATCH 2/2] New package: python3-md2gemini-1.7.0

Closes: #24799 [via git-merge-pr]
---
 srcpkgs/python3-md2gemini/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-md2gemini/template

diff --git a/srcpkgs/python3-md2gemini/template b/srcpkgs/python3-md2gemini/template
new file mode 100644
index 00000000000..5731e232827
--- /dev/null
+++ b/srcpkgs/python3-md2gemini/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-md2gemini'
+pkgname=python3-md2gemini
+version=1.7.0
+revision=1
+wrksrc="md2gemini-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-mistune2 python3-cjkwrap python3-wcwidth"
+depends="python3-mistune2 python3-cjkwrap python3-wcwidth"
+checkdepends="python3-pytest"
+short_desc="Converter from Markdown to the Gemini text format"
+maintainer="Alexis <flexibeast@gmail.com>"
+license="LGPL-3.0-only"
+homepage="https://github.com/makeworld-the-better-one/md2gemini"
+distfiles="${PYPI_SITE}/m/md2gemini/md2gemini-${version}.tar.gz"
+checksum=01b5566f4b374cebd8f84f9f2407cae2d49036933a65becc7b10bde518d172b6
+
+do_check() {
+	pytest
+}

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] python3-md2gemini
  2020-09-23 13:03 [PR PATCH] python3-md2gemini ericonr
  2020-09-23 13:10 ` [PR PATCH] [Updated] python3-md2gemini ericonr
@ 2020-09-23 15:12 ` ericonr
  2020-09-23 23:02 ` ericonr
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-09-23 15:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages gemini
https://github.com/void-linux/void-packages/pull/25050

python3-md2gemini
For docs usage :smile: 

Closes #24799 
Closes #24798 

Thanks @flexibeast c:

A patch file from https://github.com/void-linux/void-packages/pull/25050.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gemini-25050.patch --]
[-- Type: text/x-diff, Size: 2621 bytes --]

From dc0b27413a6f428bf948c91d88ea3fea67ddd9b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Tue, 22 Sep 2020 15:05:24 -0300
Subject: [PATCH 1/2] New package: python3-mistune2-2.0.0a5.

python3-mistune can't be updated yet, due to jupyter nbconvert requiring
the older version.
---
 srcpkgs/python3-mistune2/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/python3-mistune2/template

diff --git a/srcpkgs/python3-mistune2/template b/srcpkgs/python3-mistune2/template
new file mode 100644
index 00000000000..582bc22f198
--- /dev/null
+++ b/srcpkgs/python3-mistune2/template
@@ -0,0 +1,24 @@
+# Template file for 'python3-mistune2'
+pkgname=python3-mistune2
+version=2.0.0a5
+revision=1
+wrksrc="mistune-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Markdown parser for Python"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/lepture/mistune"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2ea34d73edeee177f37db0e64afd3be42f09f26a6baaf925912ba3e4dc546e59
+conflicts="python3-mistune>=0"
+
+do_check() {
+	pytest
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 43ade1694dcf6ca79192cc1c28b4ebbdecbf8258 Mon Sep 17 00:00:00 2001
From: Alexis <flexibeast@gmail.com>
Date: Thu, 10 Sep 2020 14:36:48 +1000
Subject: [PATCH 2/2] New package: python3-md2gemini-1.7.0

Closes: #24799 [via git-merge-pr]
---
 srcpkgs/python3-md2gemini/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-md2gemini/template

diff --git a/srcpkgs/python3-md2gemini/template b/srcpkgs/python3-md2gemini/template
new file mode 100644
index 00000000000..5731e232827
--- /dev/null
+++ b/srcpkgs/python3-md2gemini/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-md2gemini'
+pkgname=python3-md2gemini
+version=1.7.0
+revision=1
+wrksrc="md2gemini-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-mistune2 python3-cjkwrap python3-wcwidth"
+depends="python3-mistune2 python3-cjkwrap python3-wcwidth"
+checkdepends="python3-pytest"
+short_desc="Converter from Markdown to the Gemini text format"
+maintainer="Alexis <flexibeast@gmail.com>"
+license="LGPL-3.0-only"
+homepage="https://github.com/makeworld-the-better-one/md2gemini"
+distfiles="${PYPI_SITE}/m/md2gemini/md2gemini-${version}.tar.gz"
+checksum=01b5566f4b374cebd8f84f9f2407cae2d49036933a65becc7b10bde518d172b6
+
+do_check() {
+	pytest
+}

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] python3-md2gemini
  2020-09-23 13:03 [PR PATCH] python3-md2gemini ericonr
  2020-09-23 13:10 ` [PR PATCH] [Updated] python3-md2gemini ericonr
  2020-09-23 15:12 ` ericonr
@ 2020-09-23 23:02 ` ericonr
  2020-09-23 23:04 ` ericonr
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-09-23 23:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages gemini
https://github.com/void-linux/void-packages/pull/25050

python3-md2gemini
For docs usage :smile: 

Closes #24799 
Closes #24798 

Thanks @flexibeast c:

A patch file from https://github.com/void-linux/void-packages/pull/25050.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gemini-25050.patch --]
[-- Type: text/x-diff, Size: 6706 bytes --]

From 126c7c2e36d8bc9a9be5fed0e4fdf13bb2380509 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 19:54:52 -0300
Subject: [PATCH 1/4] python3-mistune: update to 2.0.0a5, drop Python2.

---
 srcpkgs/python-mistune/template  | 31 -------------------------------
 srcpkgs/python3-mistune          |  1 -
 srcpkgs/python3-mistune/template | 24 ++++++++++++++++++++++++
 3 files changed, 24 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/python-mistune/template
 delete mode 120000 srcpkgs/python3-mistune
 create mode 100644 srcpkgs/python3-mistune/template

diff --git a/srcpkgs/python-mistune/template b/srcpkgs/python-mistune/template
deleted file mode 100644
index ef5c054ba75..00000000000
--- a/srcpkgs/python-mistune/template
+++ /dev/null
@@ -1,31 +0,0 @@
-# Template file for 'python-mistune'
-pkgname=python-mistune
-version=0.8.4
-revision=2
-archs=noarch
-wrksrc="mistune-${version}"
-build_style=python-module
-pycompile_module="mistune.py"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="python"
-short_desc="The fastest markdown parser for Python2"
-maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/lepture/mistune"
-license="BSD-3-Clause"
-distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
-checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
-
-post_install() {
-	vlicense LICENSE
-}
-
-python3-mistune_package() {
-	archs=noarch
-	depends="python3"
-	pycompile_module="mistune.py"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-mistune b/srcpkgs/python3-mistune
deleted file mode 120000
index 26ea68379b8..00000000000
--- a/srcpkgs/python3-mistune
+++ /dev/null
@@ -1 +0,0 @@
-python-mistune
\ No newline at end of file
diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
new file mode 100644
index 00000000000..052eba6edad
--- /dev/null
+++ b/srcpkgs/python3-mistune/template
@@ -0,0 +1,24 @@
+# Template file for 'python3-mistune'
+pkgname=python3-mistune
+version=2.0.0a5
+revision=1
+wrksrc="mistune-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Markdown parser for Python"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/lepture/mistune"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2ea34d73edeee177f37db0e64afd3be42f09f26a6baaf925912ba3e4dc546e59
+conflicts="python3-mistune0>=0"
+
+do_check() {
+	pytest
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 0cf7e6c289ac04ddea5a9302cd096b5c99a0dd53 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 19:56:10 -0300
Subject: [PATCH 2/4] New package: python3-mistune0-0.8.4.

Necessary for nbconvert compatibility.
---
 srcpkgs/python3-mistune0/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-mistune0/template

diff --git a/srcpkgs/python3-mistune0/template b/srcpkgs/python3-mistune0/template
new file mode 100644
index 00000000000..35d1ee03398
--- /dev/null
+++ b/srcpkgs/python3-mistune0/template
@@ -0,0 +1,19 @@
+# Template file for 'python-mistune0'
+pkgname=python3-mistune0
+version=0.8.4
+revision=1
+wrksrc="mistune-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="The fastest markdown parser for Python3"
+maintainer="Alessio Sergi <al3hex@gmail.com>"
+homepage="https://github.com/lepture/mistune"
+license="BSD-3-Clause"
+distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
+checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
+conflicts="python3-mistune>=0"
+
+post_install() {
+	vlicense LICENSE
+}

From 2c218c3f4f6f3e6ced413e4dfec3108065ad705d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 20:00:45 -0300
Subject: [PATCH 3/4] python3-jupyter_nbconvert: depend on python3-mistune0.

---
 srcpkgs/python3-jupyter_nbconvert/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..26d333ad6c7 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
+revision=2
 archs=noarch
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-mistune python3-Jinja2>=2.4 python3-Pygments
+depends="python3-mistune0 python3-Jinja2>=2.4 python3-Pygments
  python3-traitlets>=4.2 python3-jupyter_core python3-jupyter_nbformat>=4.4
  python3-entrypoints>=0.2.2 python3-testpath python3-bleach
  python3-pandocfilters>=1.4.1 python3-defusedxml"
 checkdepends="python3-pytest python3-ipython_ipykernel
- python3-mistune python3-Jinja2 python3-Pygments
+ python3-mistune0 python3-Jinja2 python3-Pygments
  python3-traitlets python3-jupyter_core python3-jupyter_nbformat
  python3-entrypoints python3-testpath python3-bleach
  python3-pandocfilters python3-defusedxml

From 4edf471c611bc3c9955cd172e6aa4b4bbc573b7b Mon Sep 17 00:00:00 2001
From: Alexis <flexibeast@gmail.com>
Date: Thu, 10 Sep 2020 14:36:48 +1000
Subject: [PATCH 4/4] New package: python3-md2gemini-1.7.0

Closes: #24799 [via git-merge-pr]
---
 srcpkgs/python3-md2gemini/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-md2gemini/template

diff --git a/srcpkgs/python3-md2gemini/template b/srcpkgs/python3-md2gemini/template
new file mode 100644
index 00000000000..291689beeb4
--- /dev/null
+++ b/srcpkgs/python3-md2gemini/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-md2gemini'
+pkgname=python3-md2gemini
+version=1.7.0
+revision=1
+wrksrc="md2gemini-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-mistune python3-cjkwrap python3-wcwidth"
+depends="python3-mistune python3-cjkwrap python3-wcwidth"
+checkdepends="python3-pytest"
+short_desc="Converter from Markdown to the Gemini text format"
+maintainer="Alexis <flexibeast@gmail.com>"
+license="LGPL-3.0-only"
+homepage="https://github.com/makeworld-the-better-one/md2gemini"
+distfiles="${PYPI_SITE}/m/md2gemini/md2gemini-${version}.tar.gz"
+checksum=01b5566f4b374cebd8f84f9f2407cae2d49036933a65becc7b10bde518d172b6
+
+do_check() {
+	pytest
+}

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] python3-md2gemini
  2020-09-23 13:03 [PR PATCH] python3-md2gemini ericonr
                   ` (2 preceding siblings ...)
  2020-09-23 23:02 ` ericonr
@ 2020-09-23 23:04 ` ericonr
  2020-09-24  2:12 ` python3-md2gemini flexibeast
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-09-23 23:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages gemini
https://github.com/void-linux/void-packages/pull/25050

python3-md2gemini
For docs usage :smile: 

Closes #24799 
Closes #24798 

Thanks @flexibeast c:

A patch file from https://github.com/void-linux/void-packages/pull/25050.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gemini-25050.patch --]
[-- Type: text/x-diff, Size: 6728 bytes --]

From 126c7c2e36d8bc9a9be5fed0e4fdf13bb2380509 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 19:54:52 -0300
Subject: [PATCH 1/4] python3-mistune: update to 2.0.0a5, drop Python2.

---
 srcpkgs/python-mistune/template  | 31 -------------------------------
 srcpkgs/python3-mistune          |  1 -
 srcpkgs/python3-mistune/template | 24 ++++++++++++++++++++++++
 3 files changed, 24 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/python-mistune/template
 delete mode 120000 srcpkgs/python3-mistune
 create mode 100644 srcpkgs/python3-mistune/template

diff --git a/srcpkgs/python-mistune/template b/srcpkgs/python-mistune/template
deleted file mode 100644
index ef5c054ba75..00000000000
--- a/srcpkgs/python-mistune/template
+++ /dev/null
@@ -1,31 +0,0 @@
-# Template file for 'python-mistune'
-pkgname=python-mistune
-version=0.8.4
-revision=2
-archs=noarch
-wrksrc="mistune-${version}"
-build_style=python-module
-pycompile_module="mistune.py"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="python"
-short_desc="The fastest markdown parser for Python2"
-maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/lepture/mistune"
-license="BSD-3-Clause"
-distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
-checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
-
-post_install() {
-	vlicense LICENSE
-}
-
-python3-mistune_package() {
-	archs=noarch
-	depends="python3"
-	pycompile_module="mistune.py"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-mistune b/srcpkgs/python3-mistune
deleted file mode 120000
index 26ea68379b8..00000000000
--- a/srcpkgs/python3-mistune
+++ /dev/null
@@ -1 +0,0 @@
-python-mistune
\ No newline at end of file
diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
new file mode 100644
index 00000000000..052eba6edad
--- /dev/null
+++ b/srcpkgs/python3-mistune/template
@@ -0,0 +1,24 @@
+# Template file for 'python3-mistune'
+pkgname=python3-mistune
+version=2.0.0a5
+revision=1
+wrksrc="mistune-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Markdown parser for Python"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/lepture/mistune"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=2ea34d73edeee177f37db0e64afd3be42f09f26a6baaf925912ba3e4dc546e59
+conflicts="python3-mistune0>=0"
+
+do_check() {
+	pytest
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 0cf7e6c289ac04ddea5a9302cd096b5c99a0dd53 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 19:56:10 -0300
Subject: [PATCH 2/4] New package: python3-mistune0-0.8.4.

Necessary for nbconvert compatibility.
---
 srcpkgs/python3-mistune0/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-mistune0/template

diff --git a/srcpkgs/python3-mistune0/template b/srcpkgs/python3-mistune0/template
new file mode 100644
index 00000000000..35d1ee03398
--- /dev/null
+++ b/srcpkgs/python3-mistune0/template
@@ -0,0 +1,19 @@
+# Template file for 'python-mistune0'
+pkgname=python3-mistune0
+version=0.8.4
+revision=1
+wrksrc="mistune-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="The fastest markdown parser for Python3"
+maintainer="Alessio Sergi <al3hex@gmail.com>"
+homepage="https://github.com/lepture/mistune"
+license="BSD-3-Clause"
+distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
+checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
+conflicts="python3-mistune>=0"
+
+post_install() {
+	vlicense LICENSE
+}

From 907a8e587718a1ef098e4d45d3447f521187cf43 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 20:00:45 -0300
Subject: [PATCH 3/4] python3-jupyter_nbconvert: depend on python3-mistune0.

Also dropped noarch.
---
 srcpkgs/python3-jupyter_nbconvert/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..f0c72e79087 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,17 +1,16 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-mistune python3-Jinja2>=2.4 python3-Pygments
+depends="python3-mistune0 python3-Jinja2>=2.4 python3-Pygments
  python3-traitlets>=4.2 python3-jupyter_core python3-jupyter_nbformat>=4.4
  python3-entrypoints>=0.2.2 python3-testpath python3-bleach
  python3-pandocfilters>=1.4.1 python3-defusedxml"
 checkdepends="python3-pytest python3-ipython_ipykernel
- python3-mistune python3-Jinja2 python3-Pygments
+ python3-mistune0 python3-Jinja2 python3-Pygments
  python3-traitlets python3-jupyter_core python3-jupyter_nbformat
  python3-entrypoints python3-testpath python3-bleach
  python3-pandocfilters python3-defusedxml

From e4c695e36af802fa6cc074ecdbaba21692a50f91 Mon Sep 17 00:00:00 2001
From: Alexis <flexibeast@gmail.com>
Date: Thu, 10 Sep 2020 14:36:48 +1000
Subject: [PATCH 4/4] New package: python3-md2gemini-1.7.0

Closes: #24799 [via git-merge-pr]
---
 srcpkgs/python3-md2gemini/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-md2gemini/template

diff --git a/srcpkgs/python3-md2gemini/template b/srcpkgs/python3-md2gemini/template
new file mode 100644
index 00000000000..291689beeb4
--- /dev/null
+++ b/srcpkgs/python3-md2gemini/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-md2gemini'
+pkgname=python3-md2gemini
+version=1.7.0
+revision=1
+wrksrc="md2gemini-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-mistune python3-cjkwrap python3-wcwidth"
+depends="python3-mistune python3-cjkwrap python3-wcwidth"
+checkdepends="python3-pytest"
+short_desc="Converter from Markdown to the Gemini text format"
+maintainer="Alexis <flexibeast@gmail.com>"
+license="LGPL-3.0-only"
+homepage="https://github.com/makeworld-the-better-one/md2gemini"
+distfiles="${PYPI_SITE}/m/md2gemini/md2gemini-${version}.tar.gz"
+checksum=01b5566f4b374cebd8f84f9f2407cae2d49036933a65becc7b10bde518d172b6
+
+do_check() {
+	pytest
+}

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: python3-md2gemini
  2020-09-23 13:03 [PR PATCH] python3-md2gemini ericonr
                   ` (3 preceding siblings ...)
  2020-09-23 23:04 ` ericonr
@ 2020-09-24  2:12 ` flexibeast
  2021-02-04  1:53 ` [PR PATCH] [Updated] python3-md2gemini ericonr
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: flexibeast @ 2020-09-24  2:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/pull/25050#issuecomment-698069196

Comment:
@ericonr: Sorry, i also meant to ask you to please remove me as maintainer.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] python3-md2gemini
  2020-09-23 13:03 [PR PATCH] python3-md2gemini ericonr
                   ` (4 preceding siblings ...)
  2020-09-24  2:12 ` python3-md2gemini flexibeast
@ 2021-02-04  1:53 ` ericonr
  2021-02-04  1:58 ` ericonr
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-02-04  1:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages gemini
https://github.com/void-linux/void-packages/pull/25050

python3-md2gemini
For docs usage :smile: 

Closes #24799 
Closes #24798 

Thanks @flexibeast c:

A patch file from https://github.com/void-linux/void-packages/pull/25050.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gemini-25050.patch --]
[-- Type: text/x-diff, Size: 5332 bytes --]

From bcde32a6994db10bde9c2906deddf50063621c96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 19:56:10 -0300
Subject: [PATCH 1/4] New package: python3-mistune0-0.8.4.

Necessary for nbconvert compatibility.
---
 srcpkgs/python3-mistune0/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-mistune0/template

diff --git a/srcpkgs/python3-mistune0/template b/srcpkgs/python3-mistune0/template
new file mode 100644
index 00000000000..35d1ee03398
--- /dev/null
+++ b/srcpkgs/python3-mistune0/template
@@ -0,0 +1,19 @@
+# Template file for 'python-mistune0'
+pkgname=python3-mistune0
+version=0.8.4
+revision=1
+wrksrc="mistune-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="The fastest markdown parser for Python3"
+maintainer="Alessio Sergi <al3hex@gmail.com>"
+homepage="https://github.com/lepture/mistune"
+license="BSD-3-Clause"
+distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
+checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
+conflicts="python3-mistune>=0"
+
+post_install() {
+	vlicense LICENSE
+}

From 8fb5156a5e1317a28368b651b5065f1bf09c77da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 20:00:45 -0300
Subject: [PATCH 2/4] python3-jupyter_nbconvert: depend on python3-mistune0.

---
 srcpkgs/python3-jupyter_nbconvert/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index fd3a2757635..8e80059d4f4 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,16 +1,16 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=2
+revision=3
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-mistune python3-Jinja2>=2.4 python3-Pygments
+depends="python3-mistune0 python3-Jinja2>=2.4 python3-Pygments
  python3-traitlets>=4.2 python3-jupyter_core python3-jupyter_nbformat>=4.4
  python3-entrypoints>=0.2.2 python3-testpath python3-bleach
  python3-pandocfilters>=1.4.1 python3-defusedxml"
 checkdepends="python3-pytest python3-ipython_ipykernel
- python3-mistune python3-Jinja2 python3-Pygments
+ python3-mistune0 python3-Jinja2 python3-Pygments
  python3-traitlets python3-jupyter_core python3-jupyter_nbformat
  python3-entrypoints python3-testpath python3-bleach
  python3-pandocfilters python3-defusedxml

From df9162b2e759e42480d25aba20e775f1b3284423 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 19:54:52 -0300
Subject: [PATCH 3/4] python3-mistune: update to 2.0.0a6.

---
 srcpkgs/python3-mistune/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index d090f265beb..551016eb7cd 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
-version=0.8.4
-revision=4
+version=2.0.0a6
+revision=1
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
-short_desc="Fast markdown parser for Python3"
-maintainer="Orphaned <orphan@voidlinux.org>"
+checkdepends="python3-pytest"
+short_desc="Markdown parser for Python"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/lepture/mistune"
-distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
-checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=e6aa13f48a063c6ebe91f322946c287228c85edd1bcb1b80a9d319ca17629fc9
 
 post_install() {
 	vlicense LICENSE

From d55f3e1616c4bc368f0cebd1d35d8e7ba0ff507c Mon Sep 17 00:00:00 2001
From: Alexis <flexibeast@gmail.com>
Date: Thu, 10 Sep 2020 14:36:48 +1000
Subject: [PATCH 4/4] New package: python3-md2gemini-1.8.1.

Closes: #24799 [via git-merge-pr]
---
 srcpkgs/python3-md2gemini/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-md2gemini/template

diff --git a/srcpkgs/python3-md2gemini/template b/srcpkgs/python3-md2gemini/template
new file mode 100644
index 00000000000..8e946ca56d8
--- /dev/null
+++ b/srcpkgs/python3-md2gemini/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-md2gemini'
+pkgname=python3-md2gemini
+version=1.8.1
+revision=1
+wrksrc="md2gemini-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-mistune python3-cjkwrap python3-wcwidth"
+depends="python3-mistune python3-cjkwrap python3-wcwidth"
+checkdepends="$depends python3-pytest"
+short_desc="Converter from Markdown to the Gemini text format"
+maintainer="Alexis <flexibeast@gmail.com>"
+license="LGPL-3.0-only"
+homepage="https://github.com/makeworld-the-better-one/md2gemini"
+distfiles="${PYPI_SITE}/m/md2gemini/md2gemini-${version}.tar.gz"
+checksum=3ef2bd2d9e2b4968a844a2858f721348429f3a0b5976bd1c324198538103ca55

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] python3-md2gemini
  2020-09-23 13:03 [PR PATCH] python3-md2gemini ericonr
                   ` (5 preceding siblings ...)
  2021-02-04  1:53 ` [PR PATCH] [Updated] python3-md2gemini ericonr
@ 2021-02-04  1:58 ` ericonr
  2021-02-04  2:00 ` ericonr
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-02-04  1:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages gemini
https://github.com/void-linux/void-packages/pull/25050

python3-md2gemini
For docs usage :smile: 

Closes #24799 
Closes #24798 

Thanks @flexibeast c:

A patch file from https://github.com/void-linux/void-packages/pull/25050.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gemini-25050.patch --]
[-- Type: text/x-diff, Size: 5384 bytes --]

From 3046cf262bf00c290541fbbfc87f24741c23bef2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 19:56:10 -0300
Subject: [PATCH 1/4] New package: python3-mistune0-0.8.4.

Necessary for nbconvert compatibility.
---
 srcpkgs/python3-mistune0/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/python3-mistune0/template

diff --git a/srcpkgs/python3-mistune0/template b/srcpkgs/python3-mistune0/template
new file mode 100644
index 00000000000..eae9058ad88
--- /dev/null
+++ b/srcpkgs/python3-mistune0/template
@@ -0,0 +1,23 @@
+# Template file for 'python-mistune0'
+pkgname=python3-mistune0
+version=0.8.4
+revision=1
+wrksrc="mistune-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Fast markdown parser for Python3"
+maintainer="Alessio Sergi <al3hex@gmail.com>"
+homepage="https://github.com/lepture/mistune"
+license="BSD-3-Clause"
+distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
+checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
+conflicts="python3-mistune>=0"
+
+do_check() {
+	: # old package, uses pypi source
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 107f939e9df4e27ba12293b4a9e59b45cb1cb5e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 20:00:45 -0300
Subject: [PATCH 2/4] python3-jupyter_nbconvert: depend on python3-mistune0.

---
 srcpkgs/python3-jupyter_nbconvert/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index fd3a2757635..8e80059d4f4 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,16 +1,16 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=2
+revision=3
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-mistune python3-Jinja2>=2.4 python3-Pygments
+depends="python3-mistune0 python3-Jinja2>=2.4 python3-Pygments
  python3-traitlets>=4.2 python3-jupyter_core python3-jupyter_nbformat>=4.4
  python3-entrypoints>=0.2.2 python3-testpath python3-bleach
  python3-pandocfilters>=1.4.1 python3-defusedxml"
 checkdepends="python3-pytest python3-ipython_ipykernel
- python3-mistune python3-Jinja2 python3-Pygments
+ python3-mistune0 python3-Jinja2 python3-Pygments
  python3-traitlets python3-jupyter_core python3-jupyter_nbformat
  python3-entrypoints python3-testpath python3-bleach
  python3-pandocfilters python3-defusedxml

From 127028aa70003df2c0db82d3a7384b4c97fe2b9b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 19:54:52 -0300
Subject: [PATCH 3/4] python3-mistune: update to 2.0.0a6.

---
 srcpkgs/python3-mistune/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index d090f265beb..551016eb7cd 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
-version=0.8.4
-revision=4
+version=2.0.0a6
+revision=1
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
-short_desc="Fast markdown parser for Python3"
-maintainer="Orphaned <orphan@voidlinux.org>"
+checkdepends="python3-pytest"
+short_desc="Markdown parser for Python"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/lepture/mistune"
-distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
-checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=e6aa13f48a063c6ebe91f322946c287228c85edd1bcb1b80a9d319ca17629fc9
 
 post_install() {
 	vlicense LICENSE

From 487295960c93aeaa6aa70140c7e1fd981a198e5a Mon Sep 17 00:00:00 2001
From: Alexis <flexibeast@gmail.com>
Date: Thu, 10 Sep 2020 14:36:48 +1000
Subject: [PATCH 4/4] New package: python3-md2gemini-1.8.1.

Closes: #24799 [via git-merge-pr]
---
 srcpkgs/python3-md2gemini/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-md2gemini/template

diff --git a/srcpkgs/python3-md2gemini/template b/srcpkgs/python3-md2gemini/template
new file mode 100644
index 00000000000..8e946ca56d8
--- /dev/null
+++ b/srcpkgs/python3-md2gemini/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-md2gemini'
+pkgname=python3-md2gemini
+version=1.8.1
+revision=1
+wrksrc="md2gemini-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-mistune python3-cjkwrap python3-wcwidth"
+depends="python3-mistune python3-cjkwrap python3-wcwidth"
+checkdepends="$depends python3-pytest"
+short_desc="Converter from Markdown to the Gemini text format"
+maintainer="Alexis <flexibeast@gmail.com>"
+license="LGPL-3.0-only"
+homepage="https://github.com/makeworld-the-better-one/md2gemini"
+distfiles="${PYPI_SITE}/m/md2gemini/md2gemini-${version}.tar.gz"
+checksum=3ef2bd2d9e2b4968a844a2858f721348429f3a0b5976bd1c324198538103ca55

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] python3-md2gemini
  2020-09-23 13:03 [PR PATCH] python3-md2gemini ericonr
                   ` (6 preceding siblings ...)
  2021-02-04  1:58 ` ericonr
@ 2021-02-04  2:00 ` ericonr
  2021-02-15  5:00 ` [PR PATCH] [Closed]: python3-md2gemini ericonr
  2021-02-15  5:00 ` python3-md2gemini ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-02-04  2:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages gemini
https://github.com/void-linux/void-packages/pull/25050

python3-md2gemini
For docs usage :smile: 

Closes #24799 
Closes #24798 

Thanks @flexibeast c:

A patch file from https://github.com/void-linux/void-packages/pull/25050.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gemini-25050.patch --]
[-- Type: text/x-diff, Size: 5385 bytes --]

From 0d470a94819692de8160505732aa7aa353a4afea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 19:56:10 -0300
Subject: [PATCH 1/4] New package: python3-mistune0-0.8.4.

Necessary for nbconvert compatibility.
---
 srcpkgs/python3-mistune0/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/python3-mistune0/template

diff --git a/srcpkgs/python3-mistune0/template b/srcpkgs/python3-mistune0/template
new file mode 100644
index 00000000000..f927c44c05c
--- /dev/null
+++ b/srcpkgs/python3-mistune0/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-mistune0'
+pkgname=python3-mistune0
+version=0.8.4
+revision=1
+wrksrc="mistune-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Fast markdown parser for Python3"
+maintainer="Alessio Sergi <al3hex@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/lepture/mistune"
+distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
+checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
+conflicts="python3-mistune>=0"
+
+do_check() {
+	: # old package, uses pypi source
+}
+
+post_install() {
+	vlicense LICENSE
+}

From e5fcfbac447fd215ebb2a46c6edc9ee81ef6f092 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 20:00:45 -0300
Subject: [PATCH 2/4] python3-jupyter_nbconvert: depend on python3-mistune0.

---
 srcpkgs/python3-jupyter_nbconvert/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index fd3a2757635..8e80059d4f4 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,16 +1,16 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=2
+revision=3
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-mistune python3-Jinja2>=2.4 python3-Pygments
+depends="python3-mistune0 python3-Jinja2>=2.4 python3-Pygments
  python3-traitlets>=4.2 python3-jupyter_core python3-jupyter_nbformat>=4.4
  python3-entrypoints>=0.2.2 python3-testpath python3-bleach
  python3-pandocfilters>=1.4.1 python3-defusedxml"
 checkdepends="python3-pytest python3-ipython_ipykernel
- python3-mistune python3-Jinja2 python3-Pygments
+ python3-mistune0 python3-Jinja2 python3-Pygments
  python3-traitlets python3-jupyter_core python3-jupyter_nbformat
  python3-entrypoints python3-testpath python3-bleach
  python3-pandocfilters python3-defusedxml

From 6a7f08280e1e2fbe7c55c3b65422095ff7a5996f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 23 Sep 2020 19:54:52 -0300
Subject: [PATCH 3/4] python3-mistune: update to 2.0.0a6.

---
 srcpkgs/python3-mistune/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index d090f265beb..551016eb7cd 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
-version=0.8.4
-revision=4
+version=2.0.0a6
+revision=1
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
-short_desc="Fast markdown parser for Python3"
-maintainer="Orphaned <orphan@voidlinux.org>"
+checkdepends="python3-pytest"
+short_desc="Markdown parser for Python"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/lepture/mistune"
-distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
-checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=e6aa13f48a063c6ebe91f322946c287228c85edd1bcb1b80a9d319ca17629fc9
 
 post_install() {
 	vlicense LICENSE

From 879f32c89c7d2d207a39d5d12e9ca811f6455ce4 Mon Sep 17 00:00:00 2001
From: Alexis <flexibeast@gmail.com>
Date: Thu, 10 Sep 2020 14:36:48 +1000
Subject: [PATCH 4/4] New package: python3-md2gemini-1.8.1.

Closes: #24799 [via git-merge-pr]
---
 srcpkgs/python3-md2gemini/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-md2gemini/template

diff --git a/srcpkgs/python3-md2gemini/template b/srcpkgs/python3-md2gemini/template
new file mode 100644
index 00000000000..8e946ca56d8
--- /dev/null
+++ b/srcpkgs/python3-md2gemini/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-md2gemini'
+pkgname=python3-md2gemini
+version=1.8.1
+revision=1
+wrksrc="md2gemini-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-mistune python3-cjkwrap python3-wcwidth"
+depends="python3-mistune python3-cjkwrap python3-wcwidth"
+checkdepends="$depends python3-pytest"
+short_desc="Converter from Markdown to the Gemini text format"
+maintainer="Alexis <flexibeast@gmail.com>"
+license="LGPL-3.0-only"
+homepage="https://github.com/makeworld-the-better-one/md2gemini"
+distfiles="${PYPI_SITE}/m/md2gemini/md2gemini-${version}.tar.gz"
+checksum=3ef2bd2d9e2b4968a844a2858f721348429f3a0b5976bd1c324198538103ca55

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Closed]: python3-md2gemini
  2020-09-23 13:03 [PR PATCH] python3-md2gemini ericonr
                   ` (7 preceding siblings ...)
  2021-02-04  2:00 ` ericonr
@ 2021-02-15  5:00 ` ericonr
  2021-02-15  5:00 ` python3-md2gemini ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-02-15  5:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

There's a closed pull request on the void-packages repository

python3-md2gemini
https://github.com/void-linux/void-packages/pull/25050

Description:
For docs usage :smile: 

Closes #24799 
Closes #24798 

Thanks @flexibeast c:

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: python3-md2gemini
  2020-09-23 13:03 [PR PATCH] python3-md2gemini ericonr
                   ` (8 preceding siblings ...)
  2021-02-15  5:00 ` [PR PATCH] [Closed]: python3-md2gemini ericonr
@ 2021-02-15  5:00 ` ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-02-15  5:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25050#issuecomment-778938790

Comment:
Will be looking to try and use lowdown instead, andother packages currently depend on stable mistune. Will close for now, together with the related PRs.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-02-15  5:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23 13:03 [PR PATCH] python3-md2gemini ericonr
2020-09-23 13:10 ` [PR PATCH] [Updated] python3-md2gemini ericonr
2020-09-23 15:12 ` ericonr
2020-09-23 23:02 ` ericonr
2020-09-23 23:04 ` ericonr
2020-09-24  2:12 ` python3-md2gemini flexibeast
2021-02-04  1:53 ` [PR PATCH] [Updated] python3-md2gemini ericonr
2021-02-04  1:58 ` ericonr
2021-02-04  2:00 ` ericonr
2021-02-15  5:00 ` [PR PATCH] [Closed]: python3-md2gemini ericonr
2021-02-15  5:00 ` python3-md2gemini ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).