From 857eae4f57b2a7642333f8303382e5b4f3031a29 Mon Sep 17 00:00:00 2001 From: Paper Date: Mon, 12 Oct 2020 21:40:06 +0200 Subject: [PATCH] python3-Markdown: update to 3.3 --- srcpkgs/python3-Markdown/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template index ef11fca0c8e..bf11c687398 100644 --- a/srcpkgs/python3-Markdown/template +++ b/srcpkgs/python3-Markdown/template @@ -1,17 +1,18 @@ # Template file for 'python3-Markdown' pkgname=python3-Markdown -version=3.2.2 -revision=2 +version=3.3 +revision=1 wrksrc="Markdown-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools" +checkdepends="python3-yaml" short_desc="Python3 implementation of John Gruber's Markdown" maintainer="Peter Bui " license="BSD-3-Clause" -homepage="https://github.com/waylan/Python-Markdown" +homepage="https://github.com/Python-Markdown/markdown" distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.tar.gz" -checksum=1fafe3f1ecabfb514a5285fca634a53c1b32a81cb0feb154264d55bf2ff22c17 +checksum=4f4172a4e989b97f96860fa434b89895069c576e2b537c4b4eed265266a7affc alternatives="markdown:markdown_py:/usr/bin/markdown_py3" post_install() {