python-scandir: update to 1.7
This commit is contained in:
parent
64898a1f85
commit
43e5fb985b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-scandir'
|
# Template file for 'python-scandir'
|
||||||
pkgname=python-scandir
|
pkgname=python-scandir
|
||||||
version=1.6
|
version=1.7
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="scandir-${version}"
|
wrksrc="scandir-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/benhoyt/scandir"
|
homepage="https://github.com/benhoyt/scandir"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/s/scandir/scandir-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/scandir/scandir-${version}.tar.gz"
|
||||||
checksum=e0278a2d4bc6c0569aedbe66bf26c8ab5b2b08378b3289de49257f23ac624338
|
checksum=b2d55be869c4f716084a19b1e16932f0769711316ba62de941320bf2be84763d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
|
|
Loading…
Reference in a new issue