Version: 1.10.0, Package name: py-scandir-1.10.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description 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. |
Filesize: 32.53 KB |
Version History (View Complete History) |
|
2021-01-04 07:06:39 by Stuart Henderson | Files touched by this commit (242) |
Log message: regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7 |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-05 09:44:13 by Daniel Jakots | Files touched by this commit (19) |
Log message: Remove mariani@ as maintainer per his request |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-03-23 09:00:16 by Elias M. Mariani | Files touched by this commit (2) |
Log message: Updating py-scandir from 1.9.0 to 1.10.0 From Kurt Mosiejczuk. OK kn@ |
2018-08-12 17:38:31 by Daniel Jakots | Files touched by this commit (3) |
Log message: Update to py-scandir-1.9.0 From Elias Mariani (maintainer) |