aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs/conf.py: use snakeoil extensionArthur Zamarin2022-11-191-3/+4
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* setup.py: move to pure setuptoolsArthur Zamarin2022-11-191-3/+69
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* ci: upload artifact of wheels and sdist during releaseArthur Zamarin2022-08-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* testdata: Rename @ECLASS-VARIABLE to @ECLASS_VARIABLEUlrich Müller2022-03-181-2/+2
| | | | | | | Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller <ulm@gentoo.org> Closes: https://github.com/pkgcore/pkgcheck/pull/360 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* unpin tree-sitterMichał Górny2022-02-211-1/+1
|
* update NEWSv0.10.8Michał Górny2021-09-261-8/+3
|
* drop unnecessary egg params for dep urlsTim Harder2021-03-221-2/+2
| | | | Newer pip versions don't seem to need these anymore.
* pyproject.toml: run pytest verbosely by defaultTim Harder2021-03-171-1/+1
|
* various tox and github workflow updates from pkgdevTim Harder2021-03-041-0/+5
|
* api: export result keywords/classesTim Harder2021-02-201-0/+1
|
* add initial bash parsing support via tree-sitterTim Harder2020-12-111-0/+1
|
* use direct references for URL deps to appease newer pip versionsTim Harder2020-01-251-2/+2
|
* pyproject.toml: explicitly add module depsTim Harder2019-11-161-0/+3
| | | | | As they're required to build wheels due to how the pkgcheck._const module is constructed.
* default to using pyproject.toml with dev dep versionsTim Harder2019-11-141-1/+5
| | | | The release version will be swapped in via CI for releases/deploy tests.
* bump required pkgcore versionTim Harder2019-11-121-1/+1
|
* bump required pkgcore versionTim Harder2019-10-091-1/+1
|
* revert snakeoil dep bumpTim Harder2019-10-051-1/+1
| | | | | Since lazy importing was dropped, a newer version of snakeoil is no longer needed.
* bump snakeoil dep for pyproject.tomlTim Harder2019-10-031-1/+1
| | | | [skip ci]
* bump pkgcore version requirementTim Harder2019-10-011-1/+1
|
* update news and bump versionv0.6.6Tim Harder2019-09-241-1/+1
|
* update news, bump version, and update pyproject.toml pkgcore depv0.6.5Tim Harder2019-09-181-1/+1
|
* travis-ci: use pkgdist ci script to initialize build envTim Harder2019-09-171-1/+1
| | | | | Forces usage of dev deps for non-release builds allowing delay of releases for deps we control to synchronize releases as wanted.
* pyproject.toml: bump snakeoil depTim Harder2019-09-131-1/+1
|
* add pyproject.toml and update MANIFEST.inTim Harder2019-08-231-0/+3
Both pkgcore and snakeoil are needed to build the sdist, snakeoil for its distutils extensions and pkgcore because it's imported by the base module that is pulled in when generating the checks/keywords/reporters lists that used to be statically maintained.