From 0d470a94819692de8160505732aa7aa353a4afea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= 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 " +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?= 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?= 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 " +checkdepends="python3-pytest" +short_desc="Markdown parser for Python" +maintainer="Érico Nogueira " 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 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 " +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