summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/scandir: Enable py3.10Michał Górny2021-06-051-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/scandir: drop s390 to ~s390 (unstable)Sam James2021-04-051-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop most stable hppa keywordsMatt Turner2020-12-311-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-python/scandir: Port up to py3.9Michał Górny2020-11-191-6/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/scandir: Remove python2Michał Górny2020-09-201-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-python/scandir: Remove redundant versionsMichał Górny2020-03-291-24/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/scandir: Stabilize 1.10.0-r1 ALLARCHESMichał Górny2020-03-291-1/+1
| | | | | Closes: https://bugs.gentoo.org/714502 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/scandir: x86 stable wrt bug #714502Agostino Sarubbo2020-03-251-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/scandir: ia64 stable wrt bug #714502Agostino Sarubbo2020-03-251-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/scandir: ppc64 stable wrt bug #714502Agostino Sarubbo2020-03-251-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/scandir: amd64 stable wrt bug #714502Agostino Sarubbo2020-03-251-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/scandir: ppc stable wrt bug #714502Agostino Sarubbo2020-03-251-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/scandir: arm stable wrt bug #714502Agostino Sarubbo2020-03-251-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/scandir: sparc stable wrt bug #714502Agostino Sarubbo2020-03-251-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/scandir: s390 stable wrt bug #714502Agostino Sarubbo2020-03-251-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-052-4/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-0/+2
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python: Remove *-fbsd KEYWORDSMichał Górny2019-10-112-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/scandir: Works with py3.7Alexey Shvetsov2019-08-041-0/+23
| | | | | Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* dev-python/scandir: clean up old.Patrice Clement2019-06-012-24/+0
| | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-python/scandir: stable for amd64.Patrice Clement2019-06-011-1/+1
| | | | | | | mark stable for the remaining arches using the ALLARCHES policy. Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/scandir: arm64 stable (bug #676592)Aaron Bauman2019-04-161-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-python/scandir: clean up old.Patrice Clement2019-04-133-48/+0
| | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-python/scandir: version bump.Patrice Clement2019-04-132-0/+24
| | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-python/scandir: stable 1.9.0 for hppa, bug #676592Rolf Eike Beer2019-03-311-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/scandir: s390 stable wrt bug #676592Mikle Kolyada2019-03-151-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="s390"
* dev-python/scandir-1.9.0: ppc64 stable, bug 676592Matt Turner2019-03-101-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-python/scandir-1.9.0: ppc stable, bug 676592Matt Turner2019-03-101-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-python/scandir: Added ~mips to KEYWORDSJoshua Kinard2019-03-031-1/+1
| | | | | Signed-off-by: Joshua Kinard <kumba@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.12
* dev-python/scandir-1.9.0: ia64 stable, bug 676592Matt Turner2019-03-021-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-python/scandir: x86 stable (bug #676592)Thomas Deutschmann2019-03-021-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/scandir: amd64 stable wrt bug #676592Mikle Kolyada2019-03-021-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* dev-python/scandir: stable 1.9.0 for sparc, bug #676592Rolf Eike Beer2019-02-221-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/scandir: arm stable, bug #676592Markus Meier2019-02-211-1/+1
| | | | | | Signed-off-by: Markus Meier <maekke@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* dev-python/scandir-1.9.0-r0: alpha stableTobias Klausmann2019-02-071-1/+1
| | | | | Bug: http://bugs.gentoo.org/676592 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* dev-python/scandir: keyworded 1.9.0 for hppa, bug #661306Rolf Eike Beer2019-01-231-2/+2
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/scandir: Add ~s390 keyword wrt bug #661306Mikle Kolyada2018-12-221-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-python/scandir: marked ~*-solarisFabian Groffen2018-11-191-1/+1
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-python/scandir: keyworded 1.9.0 for ia64, bug #661306Sergei Trofimovich2018-10-271-2/+2
| | | | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64"
* dev-python/scandir-1.9.0-r0: add ~alpha keywordTobias Klausmann2018-10-171-1/+1
| | | | | Bug: http://bugs.gentoo.org/661306 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* dev-python/scandir: clean up old.Patrice Clement2018-10-102-24/+0
| | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-python/scandir: keyword for amd64-fbsd.Patrice Clement2018-09-141-1/+1
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.9
* dev-python/scandir: keyworded 1.9.0 for sparc, bug #661306Rolf Eike Beer2018-09-111-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* dev-python/scandir: version bump.Patrice Clement2018-08-132-0/+24
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/scandir: version bump.Patrice Clement2018-08-052-0/+24
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9