Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/scandir/checksums.ini: Add upstream_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 31, 2021
1 parent 62769f9 commit eb6d3d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
16 changes: 10 additions & 6 deletions build/pkgs/scandir/SPKG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ Description

scandir, a better directory iterator and faster os.walk()

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.
License
-------

New BSD License

Upstream Contact
----------------

https://pypi.org/project/scandir/

1 change: 1 addition & 0 deletions build/pkgs/scandir/checksums.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ tarball=scandir-VERSION.tar.gz
sha1=460c739b514872233c573dded3490718348ec820
md5=f8378f4d9f95a6a78e97ab01aa900c1d
cksum=855102986
upstream_url=https://pypi.io/packages/source/s/scandir/scandir-VERSION.tar.gz

0 comments on commit eb6d3d0

Please sign in to comment.