From eb6d3d02f9f1452629dab949ce4cdf2d924e34d3 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Mon, 31 May 2021 14:19:24 -0700 Subject: [PATCH] build/pkgs/scandir/checksums.ini: Add upstream_url --- build/pkgs/scandir/SPKG.rst | 16 ++++++++++------ build/pkgs/scandir/checksums.ini | 1 + 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/build/pkgs/scandir/SPKG.rst b/build/pkgs/scandir/SPKG.rst index e15df206ecb..df729b9205a 100644 --- a/build/pkgs/scandir/SPKG.rst +++ b/build/pkgs/scandir/SPKG.rst @@ -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/ + diff --git a/build/pkgs/scandir/checksums.ini b/build/pkgs/scandir/checksums.ini index 1528be0413a..e1e2591b621 100644 --- a/build/pkgs/scandir/checksums.ini +++ b/build/pkgs/scandir/checksums.ini @@ -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