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/pkgcore/pkgcore.git
binpkg
buildpkgonly
ipc
master
onlydeps
pkeyword
pquery
pquery-stdin
preport
repos
A framework for package management
PkgCore Project (pkgcore@gentoo.org)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
refactor(config): remove indirection of multiplex.config_tree for multiplex.tree
Brian Harring
2023-02-05
2
-7
/
+4
*
refactor(config): drop duplicated add_config_source methods.
Brian Harring
2023-02-05
2
-11
/
+10
*
ebuild.repository: fix traversal from root of overlays
Arthur Zamarin
2023-02-04
1
-2
/
+4
*
reblackify the code
Arthur Zamarin
2023-02-02
68
-172
/
+7
*
refactor(config): first pass of typing annotations for pkgcore.config.*
Brian Harring
2023-02-02
4
-74
/
+123
*
refactor(config): simplify render_prepends signature.
Brian Harring
2023-02-02
1
-5
/
+4
*
refactor(config): Remove ConfigHint/configurable positional arg support
Brian Harring
2023-02-02
18
-28
/
+36
*
refactor(config): adding typing to config hints along with immutability.
Brian Harring
2023-02-02
1
-14
/
+26
*
domain: support `-*` in use as previous removal
Arthur Zamarin
2023-01-20
2
-17
/
+31
*
refactor(sync): Remove unused variable assignment.
Brian Harring
2023-01-20
1
-1
/
+2
*
refactor: use f-strings
Arthur Zamarin
2023-01-19
12
-48
/
+40
*
start work on 0.12.20
Arthur Zamarin
2023-01-19
1
-1
/
+1
*
refactor(portage_conf): Use f'' syntax for GENTOO_MIRRORS listcomp
Brian Harring
2023-01-17
1
-1
/
+1
*
refactor(portage_conf): Push fallback (and path awareness) logic of repos.con...
Brian Harring
2023-01-17
1
-26
/
+30
*
fix(config): add exception chaining for an internal error.
Brian Harring
2023-01-17
1
-4
/
+3
*
fix(sync): Add loggger.debug() of the sync command actually being invoked.
Brian Harring
2023-01-17
1
-0
/
+8
*
refactor(sync): hide FD passing as an internal thing.
Brian Harring
2023-01-17
4
-21
/
+26
*
portage_conf: add support for make.profile as directory
Arthur Zamarin
2023-01-02
1
-9
/
+11
*
domain: fix parsing of multiple USE_EXAPNDs
Arthur Zamarin
2023-01-02
1
-4
/
+7
*
properly close open file handlers during tests
Arthur Zamarin
2022-12-31
1
-3
/
+3
*
start work on 0.12.19
Arthur Zamarin
2022-12-29
1
-1
/
+1
*
Ignore both empty and non-existant repos.conf files.
Brian Harring
2022-12-26
1
-2
/
+6
*
Throw an exception (py side) for any EBD var starting with '_'
Brian Harring
2022-12-26
1
-2
/
+4
*
Add use flag validation for /etc/portage/package.use/* content.
Brian Harring
2022-12-26
1
-0
/
+8
*
Expand EAPI object declarations of support, wire atom to use it.
Brian Harring
2022-12-26
2
-15
/
+28
*
Convert to eapi_obj usage for subslot/iuse defaults in atom parsing.
Brian Harring
2022-12-26
1
-2
/
+8
*
Move valid_use_flag parsing out of atom, rely upon eapi obj.
Brian Harring
2022-12-26
1
-5
/
+7
*
Add a constant of the latest PMS version, and add use flag validation to EAPI.
Brian Harring
2022-12-26
1
-0
/
+13
*
Add USE_EXPAND expansion awareness for /etc/portage/package.use/* files.
Brian Harring
2022-12-26
1
-6
/
+38
*
Force stable sorting of /etc/portage/* files loading.
Brian Harring
2022-12-26
1
-1
/
+2
*
Simplify some class attribute building.
Brian Harring
2022-12-26
1
-20
/
+20
*
Rename domain.pkg_operations to domain.get_pkg_operations
Brian Harring
2022-12-26
6
-8
/
+13
*
Reformat w/ black-22.12.0
Brian Harring
2022-12-25
136
-6012
/
+9389
*
Fix secondary exception from when an EBD fails to start.
Brian Harring
2022-12-25
1
-18
/
+31
*
Use os.access instead of snakeoil.osutils.access
Arthur Zamarin
2022-12-25
2
-4
/
+4
*
Fix use default dep matching when working against IUSE defaults.
Brian Harring
2022-12-22
1
-10
/
+10
*
pmerge: sort target processing to stabilize the graph.
Brian Harring
2022-12-21
1
-0
/
+20
*
add pmerge --pdb-intercept as a way to pdb.set_trace() into the resolver.
Brian Harring
2022-12-21
2
-1
/
+25
*
Update __all__ for ebuild.restricts
Brian Harring
2022-12-21
1
-1
/
+3
*
Remove unused stack parameter from insert_choices
Brian Harring
2022-12-21
1
-2
/
+2
*
Reuse the existing regex match rather than running it twice.
Brian Harring
2022-12-21
1
-1
/
+1
*
s/slot/subslot/; name the parameter correctly
Brian Harring
2022-12-21
1
-2
/
+2
*
ebd_ipc: filter unpack results when needed.
Brian Harring
2022-12-21
1
-2
/
+1
*
Update code for modern python standards
Brian Harring
2022-12-21
1
-3
/
+1
*
Drop dead code comment
Brian Harring
2022-12-21
1
-1
/
+0
*
Add REQUIRED_USE satisfaction solver
Arthur Zamarin
2022-12-20
1
-0
/
+118
*
remove dependence on plugincache generation
Arthur Zamarin
2022-12-18
1
-25
/
+2
*
remove builtin_configurables plugins
Arthur Zamarin
2022-12-18
2
-25
/
+23
*
remove pkgcore_triggers plugins
Arthur Zamarin
2022-12-18
3
-18
/
+12
*
remove pkgcore_syncers plugins
Arthur Zamarin
2022-12-18
2
-16
/
+26
[prev]
[next]