python-natsort: drop package
This commit is contained in:
parent
2d89611f8a
commit
6293b2bf4b
3 changed files with 24 additions and 40 deletions
|
@ -1,39 +0,0 @@
|
||||||
# Template file for 'python-natsort'
|
|
||||||
pkgname=python-natsort
|
|
||||||
version=6.0.0
|
|
||||||
revision=2
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="natsort-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="natsort"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-setuptools"
|
|
||||||
checkdepends="python3-pytest-mock python3-hypothesis"
|
|
||||||
short_desc="Simple yet flexible natural sorting in Python2"
|
|
||||||
maintainer="Michal Koutenský <koutak.m@gmail.com>"
|
|
||||||
license="MIT"
|
|
||||||
homepage="https://github.com/SethMMorton/natsort"
|
|
||||||
distfiles="${PYPI_SITE}/n/natsort/natsort-${version}.tar.gz"
|
|
||||||
checksum=ff3effb5618232866de8d26e5af4081a4daa9bb0dfed49ac65170e28e45f2776
|
|
||||||
alternatives="natsort:natsort:/usr/bin/natsort2"
|
|
||||||
|
|
||||||
do_check() {
|
|
||||||
python3 -m pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-natsort_package() {
|
|
||||||
archs=noarch
|
|
||||||
pycompile_module="natsort"
|
|
||||||
depends="python3-setuptools"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
alternatives="natsort:natsort:/usr/bin/natsort3"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/bin/*3
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-natsort
|
|
24
srcpkgs/python3-natsort/template
Normal file
24
srcpkgs/python3-natsort/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'python3-natsort'
|
||||||
|
pkgname=python3-natsort
|
||||||
|
version=6.0.0
|
||||||
|
revision=3
|
||||||
|
wrksrc="natsort-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-setuptools"
|
||||||
|
checkdepends="python3-pytest-mock python3-hypothesis"
|
||||||
|
short_desc="Simple yet flexible natural sorting in Python3"
|
||||||
|
maintainer="Michal Koutenský <koutak.m@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/SethMMorton/natsort"
|
||||||
|
distfiles="${PYPI_SITE}/n/natsort/natsort-${version}.tar.gz"
|
||||||
|
checksum=ff3effb5618232866de8d26e5af4081a4daa9bb0dfed49ac65170e28e45f2776
|
||||||
|
conflicts="python-natsort>=0"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 -m pytest
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue