New package: python-scandir-1.4
This commit is contained in:
parent
d713d7194b
commit
e5e53b96a2
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python-scandir/template
Normal file
19
srcpkgs/python-scandir/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python-scandir'
|
||||
pkgname=python-scandir
|
||||
version=1.4
|
||||
revision=1
|
||||
wrksrc="scandir-${version}"
|
||||
build_style=python2-module
|
||||
pycompile_module="scandir.py"
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="${hostmakedepends}"
|
||||
short_desc="Backport of the scandir module from Python 3.5+"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/benhoyt/scandir"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/s/scandir/scandir-${version}.tar.gz"
|
||||
checksum=ada8d3ddc82fd168b3f46feb393d37c722ed0553a10a3ce5426ddc5ec17d597a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
}
|
Loading…
Reference in a new issue