From bbac5641c22b5609d49bef8a145f87437a6e2081 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 18 Jul 2022 21:30:53 +0200 Subject: [PATCH] python3-slugify: update to 6.1.2 --- srcpkgs/python3-slugify/template | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template index 6a61cfcaef8c..8039388f776b 100644 --- a/srcpkgs/python3-slugify/template +++ b/srcpkgs/python3-slugify/template @@ -1,21 +1,19 @@ # Template file for 'python3-slugify' pkgname=python3-slugify -# Please don't update. Only required by Transifx-client, -# doesn't work with newer versions -version=1.2.6 -revision=4 +version=6.1.2 +revision=1 wrksrc="python-slugify-${version}" build_style=python3-module -pycompile_module="slugify" hostmakedepends="python3-setuptools" -makedepends="python3-text-unidecode" depends="python3-text-unidecode python3-Unidecode" short_desc="Python Slugify application that handles Unicode" maintainer="Enno Boland " license="MIT" homepage="https://github.com/un33k/python-slugify" -distfiles="https://github.com/un33k/python-slugify/archive/${version}.tar.gz" -checksum=a360fd694bf4b78dedb224324e6c3b05682ff1b0354a95b5f78ba1108f3388f8 +distfiles="${PYPI_SITE}/p/python-slugify/python-slugify-${version}.tar.gz" +checksum=272d106cb31ab99b3496ba085e3fea0e9e76dcde967b5e9992500d1f785ce4e1 +# no tests in package +make_check=no post_install() { vlicense LICENSE