./devel/py-scandir, Better directory iterator and faster os.walk()

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.10.0nb1, Package name: py27-scandir-1.10.0nb1, Maintainer: pkgsrc-users

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.


Required to run:
[devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 32.53 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2019-04-26 12:30:33 by Roy Marples | Files touched by this commit (1)
Log message:
Wave bye-bye to python 34
   2019-03-26 00:09:18 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-scandir: update to 1.10.0.

Changes not found.
   2018-08-23 13:31:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-scandir: updated to 1.9.0

1.9.0:
Fix build on Python 2.7.
Fix dirent struct alignment on OpenBSD

1.8:
Mark C extension as optional for things like Jython.
   2018-02-25 21:00:00 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-scandir: update to 1.7.

Changes not found.
   2017-10-04 14:25:45 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-scandir: update to 1.6

Version 1.6:
* Fixed 11: inode should be unsigned
* Fixed unicode handling on PyPy due to Py_FileSystemDefaultEncoding always \ 
being NULL there
* Improve tests on PyPy and Windows
* Add Travis and Appveyor CI testing