python-natsort: update to 5.4.1.
This commit is contained in:
parent
e58ff5953f
commit
cc540da03d
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-natsort'
|
# Template file for 'python-natsort'
|
||||||
pkgname=python-natsort
|
pkgname=python-natsort
|
||||||
version=5.4.0
|
version=5.4.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="natsort-${version}"
|
wrksrc="natsort-${version}"
|
||||||
|
@ -8,12 +8,17 @@ build_style=python-module
|
||||||
pycompile_module="natsort"
|
pycompile_module="natsort"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
|
checkdepends="python3-pytest python3-hypothesis"
|
||||||
short_desc="Simple yet flexible natural sorting in Python"
|
short_desc="Simple yet flexible natural sorting in Python"
|
||||||
maintainer="Michal Koutenský <koutak.m@gmail.com>"
|
maintainer="Michal Koutenský <koutak.m@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pypi.org/project/natsort/"
|
homepage="https://pypi.org/project/natsort/"
|
||||||
distfiles="${PYPI_SITE}/n/natsort/natsort-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/natsort/natsort-${version}.tar.gz"
|
||||||
checksum=9130c8954f9437a0401d4e451b4b90a874b51ce47d91ede0f2cce4db762717f9
|
checksum=ae73b005135dc152e7b282b2d4cf19380d8cab4c4026461ee9f37bf3aa12e344
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 -m pytest
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue