mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-scandir: update to 1.9.0
This commit is contained in:
parent
dc99392815
commit
0e27ce9df5
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python-scandir'
|
# Template file for 'python-scandir'
|
||||||
pkgname=python-scandir
|
pkgname=python-scandir
|
||||||
version=1.8
|
version=1.9.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="scandir-${version}"
|
wrksrc="scandir-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="scandir.py"
|
pycompile_module="scandir.py"
|
||||||
hostmakedepends="python-devel"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="python-devel"
|
||||||
short_desc="Backport of the scandir module from Python 3.5+"
|
short_desc="Backport of the scandir module from Python 3.5+"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/benhoyt/scandir"
|
homepage="https://github.com/benhoyt/scandir"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
distfiles="${PYPI_SITE}/s/scandir/scandir-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/scandir/scandir-${version}.tar.gz"
|
||||||
checksum=8d5011d3a99042c4d90e8adda0052d4475aae3d57bb927012267a6c59186d870
|
checksum=44975e209c4827fc18a3486f257154d34ec6eaec0f90fef0cca1caa482db7064
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue