aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add `make dev-environment` to simplify setup for devs.Brian Harring2024-03-091-0/+8
| | | | | | | Signed-off-by: Brian Harring <ferringb@gmail.com> Closes: https://github.com/pkgcore/pkgcore/pull/433 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* update python version in various placesArthur Zamarin2024-01-191-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* bump minimal required python to py3.10Arthur Zamarin2023-12-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* README: fix outdated test instructionsBrian Harring2023-11-241-3/+3
| | | | | Signed-off-by: Brian Harring <ferringb@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* move pshowkw to `pkgdev showkw`Tim Harder2021-03-311-2/+0
|
* github: simplify workflow namesTim Harder2021-03-031-2/+2
|
* readme: update requirementsTim Harder2020-12-291-2/+2
|
* readme: add link to gh-pages siteTim Harder2020-12-291-2/+8
|
* doc: drop freenode channel referencesTim Harder2020-12-221-3/+0
|
* drop support for py36 and py37Tim Harder2020-12-051-1/+1
|
* readme: fix rst markupTim Harder2020-11-031-3/+3
|
* readme: update install instructionsTim Harder2020-11-031-5/+4
|
* readme: drop old readthedocs infoTim Harder2020-11-021-13/+1
|
* readme: update test badge to use github actionsTim Harder2020-11-021-2/+2
|
* readme: drop pplugincache cmd from installTim Harder2019-07-291-1/+0
| | | | It's done internally during the install process.
* readme: add note about pshowkwTim Harder2019-07-231-0/+2
|
* move to >=py3.6 onlyTim Harder2018-04-111-4/+2
|
* readme: update git install instructions to use pip wrapperTim Harder2017-09-281-1/+2
| | | | | | | Which will force install from snakeoil git as required by the build/install deps in the repo. [skip ci]
* readme: drop requirements to use snakeoil git when installing from gitTim Harder2017-09-271-2/+1
| | | | | | | The tests on travis-ci now run against the lastest released version of snakeoil so it should be safe to use that. [skip ci]
* readme: update readthedocs links and remove unused onesTim Harder2017-09-121-4/+2
|
* readme: update coverage badge to use codecovTim Harder2017-09-071-2/+2
|
* readme: simplify mock requirement statementTim Harder2016-10-301-2/+3
|
* readme: change section orderingTim Harder2016-03-061-28/+28
|
* readme: various header changesTim Harder2016-03-061-10/+12
|
* pclean: initial implementationTim Harder2016-02-281-0/+2
| | | | | | | This currently supports distfiles, binpkgs, and tmpfiles. Config file support and more tests coming later. Fixes #163.
* readme: simplify rtd badge linkTim Harder2016-02-171-1/+1
|
* readme: fix docs badge linkTim Harder2016-02-171-1/+1
|
* readme: simplify utility descriptionsTim Harder2015-11-091-6/+6
|
* add dev list info to the readmeTim Harder2015-09-161-2/+2
|
* readme: drop explicit snakeoil pip install commandTim Harder2015-08-181-1/+0
| | | | | The next release should pull the dep in automatically without blowing up when setup.py is initially run.
* readme: re-add explicit snakeoil install stepTim Harder2015-08-101-0/+1
| | | | | | I don't think pip pulls out setup_requires settings from the setup.py script how I was expecting (i.e. without having to import things) so manually installing snakeoil is generally required.
* simplify tarball/repo install commandsTim Harder2015-07-251-10/+1
| | | | People doing this manually should know how to work with tarballs.
* update readme for simpler install method due to setuptools usageTim Harder2015-07-251-9/+4
| | | | | The upcoming release of pkgcore uses setuptools and doesn't import snakeoil in its setup script anymore so deps can be parsed properly.
* add virtualenv and pip specific install instructionsTim Harder2015-07-121-0/+16
|
* simplify doc links for readmeTim Harder2015-04-101-14/+2
|
* add pypi and docs badges to readmeTim Harder2015-04-011-1/+6
|
* remove duplicate tests section from readmeTim Harder2015-04-011-7/+0
| | | | [skip ci]
* replace trial test info with tox in the readmeTim Harder2015-03-291-6/+6
|
* add coverage badge to readmeTim Harder2015-03-291-1/+3
|
* remove unused bugzilla link from readmeTim Harder2015-03-291-1/+0
|
* add test badge to link to travis-ciTim Harder2015-03-181-1/+6
|
* Add http link to readme for mock.Brian Harring2015-03-181-1/+2
|
* Add a note that mock is required if running <python3.3 for unittests.Brian Harring2015-03-181-2/+3
|
* doc: minor readme updatesTim Harder2015-02-241-7/+4
|
* rename pclone_cache to pclonecacheTim Harder2015-01-241-1/+1
| | | | | Matches pplugincache naming and makes it easier to autogen a few more docs.
* doc: minor repetitive simplificationTim Harder2014-11-271-2/+2
|
* doc: use separate links for the readme and rewrap linesTim Harder2014-11-271-23/+36
|
* doc: more readme tweaksTim Harder2014-11-271-5/+5
| | | | | | | | Mostly pointing to readthedocs instead of the dying/soon to be dead pkgcore.org docs site. Note that we need to fix API and man page doc generation for readthedocs, this will probably take reworking the build a bit and perhaps adding a requirements.txt file so readthedocs knows what dependencies are necessary for building docs.
* doc: use apostrophes in appropriate possessive placesTim Harder2014-11-271-2/+2
|
* remove project name header from readmeTim Harder2014-11-271-4/+0
|