aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix: tweak CPV parsing rules to match PMS.Brian Harring2023-12-281-0/+1
* Fix: parsing bug that allows a revision to be part of a packageBrian Harring2023-12-261-0/+1
* reblackify the codeArthur Zamarin2023-02-021-1/+0
* Reformat w/ black-22.12.0Brian Harring2022-12-251-56/+97
* tests: small cleanupArthur Zamarin2022-10-291-1/+0
* pkgcore.ebuild.cpv: fix isvalid_pkg_name() logicMichał Górny2021-08-141-4/+7
* use isort to sort importsv0.12.1Tim Harder2021-05-281-2/+1
* tests: move to repo root dirTim Harder2021-03-041-0/+333
* tests: move module unit tests into their own directoryTim Harder2019-07-231-366/+0
* ebuild.cpv: _Revision: add __str__() to return '0' on missing revisionTim Harder2019-07-151-0/+2
* ebuild.cpv: make empty revision store an empty stringTim Harder2019-07-141-4/+9
* ebuild.cpv: store ebuild revisions as strings and compare as integersTim Harder2019-07-141-5/+30
* ebuild.cpv: store explicit -r0 revisions as 0 and missing as NoneTim Harder2019-01-231-2/+8
* ebuild.cpv: store missing revisions internally as 0 instead of NoneTim Harder2019-01-191-4/+4
* tests/ebuild/test_cpv: update to use pytestTim Harder2018-10-011-117/+108
* migrate tests to py3Tim Harder2018-06-111-5/+5
* move tests to root dirTim Harder2018-04-111-0/+337