summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new release 0.12.21v0.12.21Arthur Zamarin2023-04-211-0/+9
* ci: use new PyPI OIDC publishArthur Zamarin2023-04-211-12/+7
* econf matches configure --help output betterUlrich Müller2023-04-203-3/+3
* pytest.plugin: blank line after EAPI declare in create_ebuildArthur Zamarin2023-04-201-1/+1
* start work on 0.12.21Arthur Zamarin2023-04-201-1/+1
* new release 0.12.20v0.12.20Arthur Zamarin2023-03-011-0/+18
* data/xml-schema/metadata.xsd: Add kde-invent remote-id typeSam James2023-02-251-0/+1
* fix(config): cleanup deprecated access of central.*, using central.objects.* ...Brian Harring2023-02-055-11/+13
* fix(config): Add deprecation warnings for very old config shimsBrian Harring2023-02-051-0/+11
* refactor(config): remove prepend/append incremental return signature fully.Brian Harring2023-02-055-184/+32
* refactor(config): remove the notion of config layer incremental prepend/append.Brian Harring2023-02-055-249/+24
* refactor(config): remove indirection of multiplex.config_tree for multiplex.treeBrian Harring2023-02-052-7/+4
* refactor(config): drop duplicated add_config_source methods.Brian Harring2023-02-052-11/+10
* ebuild.repository: fix traversal from root of overlaysArthur Zamarin2023-02-041-2/+4
* Suppress the black reformat commit from git blameArthur Zamarin2023-02-021-0/+2
* reblackify the codeArthur Zamarin2023-02-02106-266/+7
* ebuild/test_eapi: fix tests artifacts in EBD_PATHArthur Zamarin2023-02-021-2/+5
* refactor(config): first pass of typing annotations for pkgcore.config.*Brian Harring2023-02-024-74/+123
* refactor(config): simplify render_prepends signature.Brian Harring2023-02-021-5/+4
* refactor(config): Remove ConfigHint/configurable positional arg supportBrian Harring2023-02-0224-42/+55
* refactor(config): adding typing to config hints along with immutability.Brian Harring2023-02-022-16/+29
* domain: support `-*` in use as previous removalArthur Zamarin2023-01-203-26/+63
* refactor(sync): Remove unused variable assignment.Brian Harring2023-01-201-1/+2
* refactor: use f-stringsArthur Zamarin2023-01-1912-48/+40
* start work on 0.12.20Arthur Zamarin2023-01-191-1/+1
* new release 0.12.19v0.12.19Arthur Zamarin2023-01-191-0/+16
* refactor(portage_conf): Use f'' syntax for GENTOO_MIRRORS listcompBrian Harring2023-01-171-1/+1
* fix(authors): re-add myself since I still hold most of the copyright.Brian Harring2023-01-171-0/+1
* refactor(portage_conf): Push fallback (and path awareness) logic of repos.con...Brian Harring2023-01-172-27/+31
* fix(config): add exception chaining for an internal error.Brian Harring2023-01-171-4/+3
* fix(sync): Add loggger.debug() of the sync command actually being invoked.Brian Harring2023-01-171-0/+8
* refactor(sync): hide FD passing as an internal thing.Brian Harring2023-01-175-24/+30
* portage_conf: add support for make.profile as directoryArthur Zamarin2023-01-021-9/+11
* domain: fix parsing of multiple USE_EXAPNDsArthur Zamarin2023-01-022-7/+33
* properly close open file handlers during testsArthur Zamarin2022-12-316-25/+20
* start work on 0.12.19Arthur Zamarin2022-12-291-1/+1
* new release 0.12.18v0.12.18Arthur Zamarin2022-12-271-0/+51
* Ignore both empty and non-existant repos.conf files.Brian Harring2022-12-262-8/+7
* Throw an exception (py side) for any EBD var starting with '_'Brian Harring2022-12-261-2/+4
* Add use flag validation for /etc/portage/package.use/* content.Brian Harring2022-12-262-8/+19
* Expand EAPI object declarations of support, wire atom to use it.Brian Harring2022-12-262-15/+28
* Convert to eapi_obj usage for subslot/iuse defaults in atom parsing.Brian Harring2022-12-261-2/+8
* Move valid_use_flag parsing out of atom, rely upon eapi obj.Brian Harring2022-12-261-5/+7
* Add a constant of the latest PMS version, and add use flag validation to EAPI.Brian Harring2022-12-261-0/+13
* Add USE_EXPAND expansion awareness for /etc/portage/package.use/* files.Brian Harring2022-12-262-6/+66
* Force stable sorting of /etc/portage/* files loading.Brian Harring2022-12-262-1/+58
* Simplify some class attribute building.Brian Harring2022-12-261-20/+20
* Rename domain.pkg_operations to domain.get_pkg_operationsBrian Harring2022-12-266-8/+13
* ci: add black format checkArthur Zamarin2022-12-251-0/+7
* Makefile: add black format targetArthur Zamarin2022-12-251-0/+4