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
/
gentoolkit
/
dependencies.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
dependencies.py: rewrite graph_reverse_depends to pass tests
John Turner
2024-03-07
1
-66
/
+36
*
dependencies.py: use Enum rather than StrEnum for DependencyKind
John Turner
2024-03-07
1
-4
/
+4
*
gentoolkit: fix flake8 lint error (F401, unused import)
Sam James
2024-02-17
1
-1
/
+0
*
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
*
Run `pyupgrade --py39-plus`
Sam James
2023-08-07
1
-2
/
+2
*
*/*: Reformat with newer Black
Sam James
2023-03-20
1
-1
/
+0
*
Change tabs to spaces (using autopep8). Also, format repo using black.
Wolfgang E. Sanyer
2021-09-20
1
-298
/
+310
*
Remove $Header$
Matt Turner
2020-12-20
1
-2
/
+0
*
Include BDEPEND in dep checks
Virgil Dupras
2019-05-11
1
-1
/
+1
*
Greatly speed up "equery depends"
Virgil Dupras
2018-09-17
1
-22
/
+21
*
Add (and fix) flake8 checks in tox
Virgil Dupras
2018-08-14
1
-2
/
+1
*
dependencies: avoid Package-is-not-iterable in graph_reverse_depends doctest
W. Trevor King
2012-11-11
1
-3
/
+3
*
dependencies: update Dependencies doctest to use portage-9999
W. Trevor King
2012-11-11
1
-3
/
+5
*
replace all use of dbapi's PORTDB, VARDB, BINDB assigned variables with the a...
Brian Dolbec
2012-07-31
1
-3
/
+2
*
fix the Dependencies.graph_depends() api return value not being correct.
dol-sen
2011-05-22
1
-22
/
+19
*
apply djanderson's idea for a simpler/better fix to bug 353430 and commit 000...
Brian Dolbec
2011-02-10
1
-2
/
+2
*
create a new uniqify_atoms() to properly handle a list of atom instances.
Brian Dolbec
2011-01-09
1
-3
/
+2
*
remove the use of uniqify as it does not work correctly with atoms.
Brian Dolbec
2011-01-09
1
-1
/
+2
*
Merge from genscripts r451: douglasjanderson
fuzzyray
2010-09-22
1
-13
/
+13
*
Sync with genscripts rev 422, includes fixes to eclean and python additions f...
fuzzyray
2010-04-08
1
-1
/
+4
*
sync with genscripts rev 343. This adds the initial py3k support and the anal...
fuzzyray
2010-03-09
1
-7
/
+8
*
Merge genscripts revision 191
fuzzyray
2010-02-02
1
-10
/
+10
*
Merge genscripts rev 146. This changes the unknown masking status in equery l...
fuzzyray
2010-01-08
1
-1
/
+7
*
Update Copyright date headers
fuzzyray
2010-01-07
1
-1
/
+1
*
Merge genscripts revision 144, contains fixes for Bug 299260
fuzzyray
2010-01-06
1
-2
/
+6
*
Merge genscripts rev 123, this unifies the get_env_var/get_env_vars methods a...
fuzzyray
2009-12-11
1
-5
/
+5
*
Merge rev 119 from genscripts repository which contains the first cut at maki...
fuzzyray
2009-12-09
1
-9
/
+8
*
Merge rev 113 from djanderson's genscripts repo
fuzzyray
2009-12-08
1
-0
/
+317