Subject: CVS commit: pkgsrc/devel/py-scandir
From: Thomas Klausner
Date: 2017-02-22 13:58:20
Message id: 20170222125820.5BD59FBE4@cvs.NetBSD.org

Log Message:
Import py-scandir-1.5 as devel/py-scandir.

scandir() is a directory iteration function like os.listdir(),
except that instead of returning a list of bare filenames, it yields
DirEntry objects that include file type and stat information along
with the name. Using scandir() increases the speed of os.walk() by
2-20 times (depending on the platform and file system) by avoiding
unnecessary calls to os.stat() in most cases.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-scandir/DESCR
1.1addpkgsrc/devel/py-scandir/Makefile
1.1addpkgsrc/devel/py-scandir/PLIST
1.1addpkgsrc/devel/py-scandir/distinfo