GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/gentoolkit.git
deprecated
gentoolkit-0.2.4
gentoolkit-dev
master
revdep-rebuild
Collection of administration scripts for Gentoo
Gentoo Portage Tools team <tools-portage@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pym
Commit message (
Expand
)
Author
Age
Files
Lines
*
depends.py: rename DependPrinter to Printer
John Turner
2024-03-07
1
-4
/
+4
*
equery/depends: print output in module rather than with a callback
John Turner
2024-03-07
1
-11
/
+18
*
dependencies.py: rewrite graph_reverse_depends to pass tests
John Turner
2024-03-07
1
-66
/
+36
*
dependencies.py: introduce unit testing for graph_reverse_depends
John Turner
2024-03-07
1
-0
/
+71
*
dependencies.py: use Enum rather than StrEnum for DependencyKind
John Turner
2024-03-07
1
-4
/
+4
*
eclean/search.py: Fix find_packages docstring for invalid_paths
Brian Dolbec
2024-02-17
1
-3
/
+2
*
Initial tests for _deps_equal()
Brian Dolbec
2024-02-17
1
-0
/
+157
*
eclean: Handle InvalidDepstring info in _deps_equal
Brian Dolbec
2024-02-17
1
-6
/
+48
*
gentoolkit: fix flake8 lint error (F401, unused import)
Sam James
2024-02-17
1
-1
/
+0
*
enalyze: placate black
Sam James
2024-02-16
1
-1
/
+1
*
dependencies.py: replace hand rolled depcache with functools.cache
John Turner
2024-02-16
1
-9
/
+4
*
dependencies.py: unify get_*depend methods
John Turner
2024-02-16
1
-17
/
+15
*
dependencies.py: create DependencyKind enum
John Turner
2024-02-16
1
-0
/
+10
*
eclean: handle when git3-src doesn't exist (port to Pathlib)
Siddhanth Rathod
2024-01-19
1
-25
/
+25
*
eclean: fix eclean-dist with no git3-src dir
Sam James
2024-01-19
1
-0
/
+3
*
eclean: Strip libc dependencies from --changed-deps calculations
Matt Turner
2024-01-12
1
-1
/
+7
*
Enhancement: eclean-dist handle git checkouts
Siddhanth Rathod
2023-12-03
3
-16
/
+89
*
Migrate to PEP517 meson-python build
gentoolkit-0.6.3
Zac Medico
2023-10-12
20
-9
/
+238
*
eclean: pkg: suppress invalid binary error
Siddhanth Rathod
2023-10-08
1
-1
/
+4
*
eclean: pkg: fix pkgindex handling
Siddhanth Rathod
2023-10-08
2
-92
/
+11
*
eclean-pkg: fix compatibility with FEATURES=pkgdir-index-trusted
gentoolkit-0.6.2
Siddhanth Rathod
2023-09-29
1
-3
/
+8
*
equery meta: map the remote-id to the respective url
Siddhanth Rathod
2023-09-19
1
-10
/
+41
*
eclean: Make cleaning invalid default
Siddhanth Rathod
2023-08-24
1
-7
/
+8
*
eclean-pkg: placate black
Sam James
2023-08-22
1
-2
/
+1
*
Drop useless imports (fix flake8)
Sam James
2023-08-22
2
-2
/
+0
*
eclean-pkg: fix --help alignment, mention shortopt for clean-invalid
Sam James
2023-08-22
1
-2
/
+2
*
eclean-pkg: fix --unique-use shortopt
Sam James
2023-08-22
1
-1
/
+1
*
eclean-pkg: add --clean-invalid to help, fix parsing
Sam James
2023-08-22
1
-7
/
+12
*
eclean-pkg: Limit invalid search to 'packages' action
Siddhanth Rathod
2023-08-22
1
-22
/
+24
*
eclean-pkg: deal with invalid binpkgs
Siddhanth Rathod
2023-08-21
3
-6
/
+64
*
eclean: Add type hints
Siddhanth Rathod
2023-08-21
1
-8
/
+9
*
Run `pyupgrade --py39-plus`
Sam James
2023-08-07
48
-231
/
+191
*
equery: reformat with black
Sam James
2023-08-05
1
-2
/
+8
*
equery: list: correctly handle installed packages no longer in tree
Rafał Mużyło
2023-07-18
1
-2
/
+2
*
equery: depgraph: Fix --linear shortopt (-l)
Sam James
2023-07-18
1
-1
/
+1
*
enalyze/analyze.py: fix typos
Diego Viola
2023-06-04
1
-3
/
+3
*
Support the NO_COLOR environment variable
Ulrich Müller
2023-03-22
4
-9
/
+18
*
*/*: Reformat with newer Black
Sam James
2023-03-20
6
-6
/
+0
*
eshowkw: Fix spelling error
Greg Kubaryk
2023-01-07
1
-1
/
+1
*
profile: Default to main repo name
Krzesimir Nowak
2022-12-14
1
-5
/
+10
*
equery: Set nocolor for piping to after options are parsed
Brian Dolbec
2022-07-28
1
-2
/
+4
*
equery meta: Put maintainer description on the same line
Brian Dolbec
2022-07-11
1
-1
/
+1
*
eclean/pkgindex.py: Fix typo in function call
Brian Dolbec
2022-07-10
1
-2
/
+2
*
equery check.py: Fix flake 8 qa for unused variable
Brian Dolbec
2022-07-10
1
-0
/
+1
*
depends.py: Fix 3e35553df46 missing Package import
Brian Dolbec
2022-07-10
1
-1
/
+1
*
equery depends: Fix a traceback due to UnboundLocalError:
Brian Dolbec
2022-07-10
1
-1
/
+0
*
equery check: Fix exception handling for Insufficient permissions
Alexander Miller
2022-07-10
1
-1
/
+6
*
package.py: code cleanup via black
Brian Dolbec
2022-07-10
1
-1
/
+3
*
equery meta: Migrate to portage's MetadataXML class
Brian Dolbec
2022-07-10
2
-259
/
+7
*
equery meta: Fix missing description when not in metadata.xml
Brian Dolbec
2022-07-09
2
-0
/
+11
[next]