CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2018/08/09 13:08:11

Log message:
    Import py-scandir-1.8 from Elias Mariani, tweaks by me/ok landry@
    
    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.
    
    Status:
    
    Vendor Tag: danj
    Release Tags:       danj_20180809
    
    N ports/sysutils/py-scandir/Makefile
    N ports/sysutils/py-scandir/distinfo
    N ports/sysutils/py-scandir/pkg/PLIST
    N ports/sysutils/py-scandir/pkg/DESCR
    N ports/sysutils/py-scandir/patches/patch-scandir_py
    
    No conflicts created by this import

Reply via email to