Patrice Clement
2f8b28b774
dev-python/scandir: stable for all arches using the ALLARCHES policy.
...
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-24 16:51:43 +02:00
Andreas Sturmlechner
71a94e5532
dev-python/scandir: Drop old
...
Package-Manager: Portage-2.3.36, Repoman-2.3.9
2018-05-16 17:56:57 +02:00
Agostino Sarubbo
97b5ad9a60
dev-python/scandir: amd64 stable wrt bug #596714
...
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"
2018-05-16 14:27:51 +02:00
Thomas Deutschmann
8e11923a13
dev-python/scandir: x86 stable (bug #596714 )
...
Package-Manager: Portage-2.3.31, Repoman-2.3.9
2018-04-22 03:34:47 +02:00
Markus Meier
4c5eb4a815
dev-python/scandir: add ~arm, bug #604532
...
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
2018-03-21 21:22:22 +01:00
Matt Turner
c186874bfb
dev-python/scandir-1.7: added ~ppc, bug 604532
2018-03-11 17:50:48 -07:00
Patrice Clement
92bf4d4d0d
dev-python/scandir: version bump to 1.7.
...
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://bugs.gentoo.org/649906
Closes: https://github.com/gentoo/gentoo/pull/7392
2018-03-08 14:06:01 +01:00
Sergei Trofimovich
59e77a151d
dev-python/scandir: stable 1.6 for ppc64, bug #596714
...
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
2018-03-04 22:38:15 +00:00
Matthew Thode
7bae3618ab
dev-python/scandir: adding arm64 keyword for pathlib2
...
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-02-13 16:03:39 -06:00
Michał Górny
623100fcb1
dev-python/*: Update Manifest hashes
2017-12-09 19:23:08 +01:00
Patrice Clement
e24f7d5b86
dev-python/scandir: stable for amd64+x86.
...
Package-Manager: Portage-2.3.8, Repoman-2.3.1
2017-10-01 16:14:34 +02:00
Patrice Clement
e604049c19
dev-python/scandir: version bump.
...
Package-Manager: Portage-2.3.8, Repoman-2.3.1
2017-10-01 16:14:31 +02:00
Pacho Ramos
bb019335da
dev-python/scandir: Support newer python
...
Package-Manager: Portage-2.3.10, Repoman-2.3.3
2017-09-25 15:36:56 +02:00
Patrice Clement
a536c63a73
dev-python/scandir: add myself to the list of maintainers.
...
Package-Manager: Portage-2.3.6, Repoman-2.3.1
2017-07-26 00:40:03 +02:00
Marius Brehler
21ed8befb7
dev-python/scandir: new package.
...
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.
Required by dev-python/pathlib2[python2_7,python3_4].
Gentoo-Bug: https://bugs.gentoo.org/626120
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5207
2017-07-26 00:34:26 +02:00