Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs/conf.py: use snakeoil extension | 2022-11-19 | 1 | -3/+4 | |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | setup.py: move to pure setuptools | 2022-11-19 | 1 | -3/+69 | |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | ci: upload artifact of wheels and sdist during release | 2022-08-16 | 1 | -1/+1 | |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | testdata: Rename @ECLASS-VARIABLE to @ECLASS_VARIABLE | 2022-03-18 | 1 | -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-sitter | 2022-02-21 | 1 | -1/+1 | |
| | |||||
* | update NEWSv0.10.8 | 2021-09-26 | 1 | -8/+3 | |
| | |||||
* | drop unnecessary egg params for dep urls | 2021-03-22 | 1 | -2/+2 | |
| | | | | Newer pip versions don't seem to need these anymore. | ||||
* | pyproject.toml: run pytest verbosely by default | 2021-03-17 | 1 | -1/+1 | |
| | |||||
* | various tox and github workflow updates from pkgdev | 2021-03-04 | 1 | -0/+5 | |
| | |||||
* | api: export result keywords/classes | 2021-02-20 | 1 | -0/+1 | |
| | |||||
* | add initial bash parsing support via tree-sitter | 2020-12-11 | 1 | -0/+1 | |
| | |||||
* | use direct references for URL deps to appease newer pip versions | 2020-01-25 | 1 | -2/+2 | |
| | |||||
* | pyproject.toml: explicitly add module deps | 2019-11-16 | 1 | -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 versions | 2019-11-14 | 1 | -1/+5 | |
| | | | | The release version will be swapped in via CI for releases/deploy tests. | ||||
* | bump required pkgcore version | 2019-11-12 | 1 | -1/+1 | |
| | |||||
* | bump required pkgcore version | 2019-10-09 | 1 | -1/+1 | |
| | |||||
* | revert snakeoil dep bump | 2019-10-05 | 1 | -1/+1 | |
| | | | | | Since lazy importing was dropped, a newer version of snakeoil is no longer needed. | ||||
* | bump snakeoil dep for pyproject.toml | 2019-10-03 | 1 | -1/+1 | |
| | | | | [skip ci] | ||||
* | bump pkgcore version requirement | 2019-10-01 | 1 | -1/+1 | |
| | |||||
* | update news and bump versionv0.6.6 | 2019-09-24 | 1 | -1/+1 | |
| | |||||
* | update news, bump version, and update pyproject.toml pkgcore depv0.6.5 | 2019-09-18 | 1 | -1/+1 | |
| | |||||
* | travis-ci: use pkgdist ci script to initialize build env | 2019-09-17 | 1 | -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 dep | 2019-09-13 | 1 | -1/+1 | |
| | |||||
* | add pyproject.toml and update MANIFEST.in | 2019-08-23 | 1 | -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. |