From ce5e7113366abebce0db9e061f41b192ffe71770 Mon Sep 17 00:00:00 2001 From: Alexis Date: Thu, 10 Sep 2020 14:42:52 +1000 Subject: [PATCH] python-mistune: update to 2.0.0a5. --- srcpkgs/python-mistune/template | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/srcpkgs/python-mistune/template b/srcpkgs/python-mistune/template index ef5c054ba75..1aaeb0607c9 100644 --- a/srcpkgs/python-mistune/template +++ b/srcpkgs/python-mistune/template @@ -1,28 +1,24 @@ # Template file for 'python-mistune' pkgname=python-mistune -version=0.8.4 -revision=2 -archs=noarch +version=2.0.0a5 +revision=1 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" +short_desc="Markdown parser for Python" maintainer="Alessio Sergi " -homepage="https://github.com/lepture/mistune" license="BSD-3-Clause" -distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz" -checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e +homepage="https://github.com/lepture/mistune" +distfiles="https://github.com/lepture/mistune/archive/v${version}.tar.gz" +checksum=2ea34d73edeee177f37db0e64afd3be42f09f26a6baaf925912ba3e4dc546e59 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*