2018-09-05 22:54:39 +02:00
|
|
|
# Template file for 'python-natsort'
|
|
|
|
pkgname=python-natsort
|
2018-09-21 04:23:00 +02:00
|
|
|
version=5.4.1
|
2018-09-05 22:54:39 +02:00
|
|
|
revision=1
|
|
|
|
noarch=yes
|
|
|
|
wrksrc="natsort-${version}"
|
|
|
|
build_style=python-module
|
|
|
|
pycompile_module="natsort"
|
|
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
|
|
depends="python"
|
2018-09-21 04:23:00 +02:00
|
|
|
checkdepends="python3-pytest python3-hypothesis"
|
2018-09-05 22:54:39 +02:00
|
|
|
short_desc="Simple yet flexible natural sorting in Python"
|
|
|
|
maintainer="Michal Koutenský <koutak.m@gmail.com>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="https://pypi.org/project/natsort/"
|
|
|
|
distfiles="${PYPI_SITE}/n/natsort/natsort-${version}.tar.gz"
|
2018-09-21 04:23:00 +02:00
|
|
|
checksum=ae73b005135dc152e7b282b2d4cf19380d8cab4c4026461ee9f37bf3aa12e344
|
|
|
|
|
|
|
|
do_check() {
|
|
|
|
python3 -m pytest
|
|
|
|
}
|
2018-09-05 22:54:39 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|
|
|
|
|
|
|
|
python3-natsort_package() {
|
|
|
|
noarch=yes
|
|
|
|
depends="python3"
|
|
|
|
pycompile_module="natsort"
|
|
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/lib/python3*
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|
|
|
|
}
|