| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-12 | Migrate to PEP517 meson-python build | Zac Medico | |
| Bug: https://bugs.gentoo.org/909888 Signed-off-by: Zac Medico <zmedico@gentoo.org> Closes: https://github.com/gentoo/gentoolkit/pull/36 Signed-off-by: Sam James <sam@gentoo.org> | |||
| 2023-08-07 | Run `pyupgrade --py39-plus` | Sam James | |
| Signed-off-by: Sam James <sam@gentoo.org> | |||
| 2022-07-10 | Revert "setup.py: migrate to setuptools" | Brian Dolbec | |
| This reverts commit bbbde97b5e625a49a1a66e307931548cb33f260b. setuptools only installs data files to the python pkg directory Signed-off-by: Brian Dolbec <dolsen@gentoo.org> | |||
| 2022-07-10 | setup.py: migrate to setuptools | Brian Dolbec | |
| Signed-off-by: Brian Dolbec <dolsen@gentoo.org> | |||
| 2021-09-20 | Change tabs to spaces (using autopep8). Also, format repo using black. | Wolfgang E. Sanyer | |
| The following command was used to change the tabs to spaces: autopep8 --in-place --select=E101,E11,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E133,E20,E211,E22,E224,E224,E226,E227,E228,E231,E241,E242,E251,E252,E26,E265,E266,E27,E301,E302,E303,E304,E305,E306,W291,W293,W391 -r . And then black was run as `black .` on the entire tree Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org> | |||
| 2020-12-20 | Remove imports from __future__ | Matt Turner | |
| gentoolkit supports only Python 3.6+ now, so these are not used. Signed-off-by: Matt Turner <mattst88@gentoo.org> | |||
| 2019-08-18 | glsa-check moved to portage repository (bug 463952) | Zac Medico | |
| This copy of glsa-check is no longer need since it has moved to the portage repository. Bug: https://bugs.gentoo.org/463952 Signed-off-by: Zac Medico <zmedico@gentoo.org> | |||
| 2018-08-14 | Fix broken test suite | Virgil Dupras | |
| The test suite (python setup.py test) was depending on a broken interface from dev-python/snakeoil. This indicates that tests weren't run in a while. We don't actually need snakeoil to run tests. Replaced the test command with a plain distutils Command. Moreover, one of test Query tests wasn't in sync with the code. Changed it to reflect current code. | |||
| 2017-03-22 | setup.py: Add imlate man page for the version update | Brian Dolbec | |
| 2017-03-22 | imlate: Initial updates for the gentoolkit eco-system | Brian Dolbec | |
| 2017-03-22 | ekeyword: Initial updates for gentoolkit eco-system | Brian Dolbec | |
| 2017-03-22 | ebump: Add to setup.py, minor update to man page | Brian Dolbec | |
| Update script to use VERSION like the other scripts | |||
| 2016-03-13 | Install tmpfiles.d fragment in /usr/lib/tmpfiles.d | Mike Gilbert | |
| Bug: https://bugs.gentoo.org/577284 | |||
| 2015-12-20 | Remove useless print() in set_version | Mike Gilbert | |
| This was causing a TypeError in python3. Bug: https://bugs.gentoo.org/568906 | |||
| 2015-10-16 | revdep-rebuild: add tmpfiles.d file | Paul Varner | |
| Add a configuration file to create /var/cache/revdep-rebuild. This is needed for fixing bug 498990 in the gentoolkit ebuild. | |||
| 2014-08-28 | setup.py: Fix installation on slackware systems | Brian Dolbec | |
| Make sure it evaluates the absolute path of the file. This was reported by tampakrap while trying to package it on a slackware system. | |||
| 2013-09-05 | Modify setup.py to include eclean-dist and eclean-pkg. | Paul Varner | |
| 2013-01-03 | Fix unicode error when printing unicode strings in set_version. | Paul Varner | |
| 2013-01-02 | Modify setup.py to accept VERSION as an argument as well as an environment ↵ | Paul Varner | |
| variable. | |||
| 2012-12-22 | doh! fix setup.py breakage | Brian Dolbec | |
| 2012-12-22 | Make the man page titles more consistent and enable setup.py to set the ↵ | Brian Dolbec | |
| manpage versions. | |||
| 2012-12-22 | fix a typo, change use of log to print() to debug set_version() not working ↵ | Brian Dolbec | |
| correctly. | |||
| 2012-12-18 | Fix setup.py so that either VERSION or PVR will set the version. | Paul Varner | |
| This fixes the issue with egg-info always having a version number of 9999. Fix is from Brian Dolbec courtesy of mirrorselect. | |||
| 2011-12-19 | Fix setup.py to work with EPREFIX changes in Portage (Bug 394909). | Paul Varner | |
| 2011-07-12 | Update setup.py for python revdep-rebuild | Paul Varner | |
| 2011-05-11 | Update setup.py for namespace change of analyse to enalyze | Paul Varner | |
| 2010-11-19 | Fix UnicodeDecodeError in setup.py, bug 346001 | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=858 | |||
| 2010-11-15 | Merge genscripts revision 481 | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=847 | |||
| 2010-10-28 | Fix typo | scarabeus | |
| svn path=/trunk/gentoolkit/; revision=833 | |||
| 2010-10-28 | Update version string in eshowkw properly. | scarabeus | |
| svn path=/trunk/gentoolkit/; revision=832 | |||
| 2010-04-08 | Change AttributeError to ImportError when trying to import EPREFIX | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=770 | |||
| 2010-04-08 | Fix bad indentation | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=769 | |||
| 2010-04-08 | Sync with genscripts rev 422, includes fixes to eclean and python additions ↵ | fuzzyray | |
| for prefix svn path=/trunk/gentoolkit/; revision=768 | |||
| 2010-03-24 | Merge genscripts rev 406 | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=756 | |||
| 2010-03-12 | Update to genscripts rev 382. This has more fixes for py3k and the modular ↵ | fuzzyray | |
| rewrite of eclean. svn path=/trunk/gentoolkit/; revision=755 | |||
| 2010-03-09 | sync with genscripts rev 343. This adds the initial py3k support and the ↵ | fuzzyray | |
| analyse utility to gentoolkit svn path=/trunk/gentoolkit/; revision=751 | |||
| 2010-02-02 | Merge genscripts revision 191 | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=737 | |||
| 2009-12-11 | Merge genscripts rev 130 | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=721 | |||
| 2009-12-09 | Modify setup.py to run set_version correctly on revdep-rebuild | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=708 | |||
| 2009-12-08 | Merge rev 113 from djanderson's genscripts repo | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=703 | |||
| 2009-05-20 | Create a VERSION file to replace /etc/gentoolkit-version | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=642 | |||
| 2009-05-05 | Add Makefile to create distfiles. Update ChangeLog to acknowledge ↵ | fuzzyray | |
| djanderson. Update version in setup.py to generic version svn path=/trunk/gentoolkit/; revision=598 | |||
| 2009-05-05 | Initial MANIFEST.in | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=596 | |||
| 2009-05-05 | Update download_url to point to distfiles.gentoo.org | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=595 | |||
| 2009-05-05 | Rearrange trunk to support gentoolkit version 0.3. Split into gentoolkit, ↵ | fuzzyray | |
| gentoolkit-dev, and deprecated. Import djanderson's work on the gentoolkit library and equery svn path=/trunk/gentoolkit/; revision=589 | |||
