mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: python3-slugify-1.2.6
This commit is contained in:
parent
1b37f19da4
commit
b0cd413722
2 changed files with 24 additions and 0 deletions
23
srcpkgs/python3-slugify/template
Normal file
23
srcpkgs/python3-slugify/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# 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=1
|
||||||
|
archs=noarch
|
||||||
|
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="Rasmus Thomsen <oss@cogitri.dev>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/un33k/python-slugify"
|
||||||
|
distfiles="https://github.com/un33k/python-slugify/archive/${version}.tar.gz"
|
||||||
|
checksum=a360fd694bf4b78dedb224324e6c3b05682ff1b0354a95b5f78ba1108f3388f8
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
1
srcpkgs/python3-slugify/update
Normal file
1
srcpkgs/python3-slugify/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*"
|
Loading…
Add table
Reference in a new issue