20 lines
599 B
Bash
20 lines
599 B
Bash
# Template file for 'python3-slugify'
|
|
pkgname=python3-slugify
|
|
version=6.1.2
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-text-unidecode python3-Unidecode"
|
|
short_desc="Python Slugify application that handles Unicode"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/un33k/python-slugify"
|
|
distfiles="${PYPI_SITE}/p/python-slugify/python-slugify-${version}.tar.gz"
|
|
checksum=272d106cb31ab99b3496ba085e3fea0e9e76dcde967b5e9992500d1f785ce4e1
|
|
# no tests in package
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|