aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reformat w/ black-22.12.0Brian Harring2022-12-251-6/+22
| | | | | Signed-off-by: Brian Harring <ferringb@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* fix build for newest pipArthur Zamarin2022-12-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* remove dependence on plugincache generationArthur Zamarin2022-12-181-11/+4
| | | | | Resolves: https://github.com/pkgcore/pkgcore/issues/376 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* _const: fallback to sys.base_prefix when installed in venvArthur Zamarin2022-11-101-3/+3
| | | | | Bug: https://bugs.gentoo.org/880693 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* build backend: use custom wrapper around flitArthur Zamarin2022-11-071-0/+99
For pkgcore we need to run multiple preparations of generating files before creating sdist or wheel. Flit is a very simple and nice build backend, much more than setuptools. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>