From 16588d614e0c1666eeda248585390aa0988eda88 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 18 Nov 2018 11:18:21 +0100 Subject: [PATCH] python-MarkupSafe: update to 1.1.0 --- srcpkgs/python-MarkupSafe/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template index a13b4635bf..ac4bef5f50 100644 --- a/srcpkgs/python-MarkupSafe/template +++ b/srcpkgs/python-MarkupSafe/template @@ -1,21 +1,21 @@ # Template file for 'python-MarkupSafe' pkgname=python-MarkupSafe -version=1.0 -revision=2 +version=1.1.0 +revision=1 wrksrc="MarkupSafe-${version}" build_style=python-module +pycompile_module="markupsafe" hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" -pycompile_module="markupsafe" short_desc="Implements a XML/HTML/XHTML Markup safe string for Python2" maintainer="Alessio Sergi " -homepage="http://github.com/mitsuhiko/markupsafe" -license="3-clause-BSD" +homepage="https://palletsprojects.com/p/markupsafe/" +license="BSD-3-Clause" distfiles="${PYPI_SITE}/M/MarkupSafe/MarkupSafe-${version}.tar.gz" -checksum=a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665 +checksum=4e97332c9ce444b0c2c38dd22ddc61c743eb208d916e4265a2a3b575bdccb1d3 post_install() { - vlicense LICENSE + vlicense LICENSE.rst } python3-MarkupSafe_package() { @@ -23,6 +23,6 @@ python3-MarkupSafe_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* - vlicense LICENSE + vlicense LICENSE.rst } }