From 19d18d8daa10f616357177251f34ada7e61c3cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= 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 " +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 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 " +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