python3-slugify: update to 6.1.2

This commit is contained in:
Marcin Puc 2022-07-18 21:30:53 +02:00 committed by classabbyamp
parent 6f35568125
commit b8699872ea
2 changed files with 6 additions and 9 deletions

View file

@ -1,21 +1,19 @@
# Template file for 'python3-slugify' # Template file for 'python3-slugify'
pkgname=python3-slugify pkgname=python3-slugify
# Please don't update. Only required by Transifx-client, version=6.1.2
# doesn't work with newer versions revision=1
version=1.2.6
revision=4
wrksrc="python-slugify-${version}" wrksrc="python-slugify-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="slugify"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-text-unidecode"
depends="python3-text-unidecode python3-Unidecode" depends="python3-text-unidecode python3-Unidecode"
short_desc="Python Slugify application that handles Unicode" short_desc="Python Slugify application that handles Unicode"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/un33k/python-slugify" homepage="https://github.com/un33k/python-slugify"
distfiles="https://github.com/un33k/python-slugify/archive/${version}.tar.gz" distfiles="${PYPI_SITE}/p/python-slugify/python-slugify-${version}.tar.gz"
checksum=a360fd694bf4b78dedb224324e6c3b05682ff1b0354a95b5f78ba1108f3388f8 checksum=272d106cb31ab99b3496ba085e3fea0e9e76dcde967b5e9992500d1f785ce4e1
# no tests in package
make_check=no
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE

View file

@ -1 +0,0 @@
ignore="*"