From 45d96a652306968cccd8b149601afbcf307032e3 Mon Sep 17 00:00:00 2001 From: Lorem Date: Fri, 10 Apr 2020 16:03:31 +0530 Subject: [PATCH 1/2] New package: python3-markdown-math-0.6 --- srcpkgs/python3-markdown-math/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-markdown-math/template diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template new file mode 100644 index 00000000000..0f7cf8acde1 --- /dev/null +++ b/srcpkgs/python3-markdown-math/template @@ -0,0 +1,19 @@ +# Template file for 'python3-markdown-math' +pkgname=python3-markdown-math +version=0.6 +revision=1 +archs=noarch +wrksrc=python-markdown-math-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-Markdown" +short_desc="Math extension for Python-Markdown" +maintainer="Lorem " +license="BSD-3-Clause" +homepage="https://github.com/mitya57/python-markdown-math" +distfiles=${PYPI_SITE}/p/python-markdown-math/python-markdown-math-${version}.tar.gz +checksum=c68d8cb9695cb7b435484403dc18941d1bad0ff148e4166d9417046a0d5d3022 + +post_install() { + vlicense LICENSE +} From 52d708bc452adb0eb0dd47d4c4bfa8f58b71b6a8 Mon Sep 17 00:00:00 2001 From: Lorem Date: Fri, 10 Apr 2020 16:02:32 +0530 Subject: [PATCH 2/2] python-Markups: add missing dependency to subpackage --- srcpkgs/python-Markups/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-Markups/template b/srcpkgs/python-Markups/template index 02ba25ee05c..1eb15b49301 100644 --- a/srcpkgs/python-Markups/template +++ b/srcpkgs/python-Markups/template @@ -1,18 +1,17 @@ # Template file for 'python-Markups' pkgname=python-Markups version=3.0.0 -revision=2 +revision=3 archs=noarch wrksrc="Markups-${version}" build_style=python-module -pycompile_module="markups" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Wrapper around the various text markup languages (Python2)" maintainer="Enno Boland " -changelog="https://raw.githubusercontent.com/retext-project/pymarkups/master/changelog" license="BSD-3-Clause" homepage="https://github.com/mitya57/pymarkups" +changelog="https://raw.githubusercontent.com/retext-project/pymarkups/master/changelog" distfiles="${PYPI_SITE}/M/Markups/Markups-${version}.tar.gz" checksum=1ea19458dfca6a4562044e701aa8698089a0c659fc535689ed260f89a04f8d39 @@ -22,8 +21,7 @@ post_install() { python3-Markups_package() { archs=noarch - depends="python3" - pycompile_module="markups" + depends="python3 python3-markdown-math" short_desc="${short_desc/Python2/Python3}" pkg_install() { vlicense LICENSE