pkgsrc/devel/py-scandir/PLIST
wiz a8ab6d22cd 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.
2017-02-22 12:58:20 +00:00

9 lines
327 B
Text

@comment $NetBSD: PLIST,v 1.1 2017/02/22 12:58:20 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/_scandir.so
${PYSITELIB}/scandir.py
${PYSITELIB}/scandir.pyc
${PYSITELIB}/scandir.pyo