summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2023-10-12Migrate to PEP517 meson-python buildZac 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-07Run `pyupgrade --py39-plus`Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-07-10Revert "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-10setup.py: migrate to setuptoolsBrian Dolbec
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
2021-09-20Change 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-20Remove 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-18glsa-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-14Fix broken test suiteVirgil 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-22setup.py: Add imlate man page for the version updateBrian Dolbec
2017-03-22imlate: Initial updates for the gentoolkit eco-systemBrian Dolbec
2017-03-22ekeyword: Initial updates for gentoolkit eco-systemBrian Dolbec
2017-03-22ebump: Add to setup.py, minor update to man pageBrian Dolbec
Update script to use VERSION like the other scripts
2016-03-13Install tmpfiles.d fragment in /usr/lib/tmpfiles.dMike Gilbert
Bug: https://bugs.gentoo.org/577284
2015-12-20Remove useless print() in set_versionMike Gilbert
This was causing a TypeError in python3. Bug: https://bugs.gentoo.org/568906
2015-10-16revdep-rebuild: add tmpfiles.d filePaul Varner
Add a configuration file to create /var/cache/revdep-rebuild. This is needed for fixing bug 498990 in the gentoolkit ebuild.
2014-08-28setup.py: Fix installation on slackware systemsBrian 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-05Modify setup.py to include eclean-dist and eclean-pkg.Paul Varner
2013-01-03Fix unicode error when printing unicode strings in set_version.Paul Varner
2013-01-02Modify setup.py to accept VERSION as an argument as well as an environment ↵Paul Varner
variable.
2012-12-22doh! fix setup.py breakageBrian Dolbec
2012-12-22Make the man page titles more consistent and enable setup.py to set the ↵Brian Dolbec
manpage versions.
2012-12-22fix a typo, change use of log to print() to debug set_version() not working ↵Brian Dolbec
correctly.
2012-12-18Fix 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-19Fix setup.py to work with EPREFIX changes in Portage (Bug 394909).Paul Varner
2011-07-12Update setup.py for python revdep-rebuildPaul Varner
2011-05-11Update setup.py for namespace change of analyse to enalyzePaul Varner
2010-11-19Fix UnicodeDecodeError in setup.py, bug 346001fuzzyray
svn path=/trunk/gentoolkit/; revision=858
2010-11-15Merge genscripts revision 481fuzzyray
svn path=/trunk/gentoolkit/; revision=847
2010-10-28Fix typoscarabeus
svn path=/trunk/gentoolkit/; revision=833
2010-10-28Update version string in eshowkw properly.scarabeus
svn path=/trunk/gentoolkit/; revision=832
2010-04-08Change AttributeError to ImportError when trying to import EPREFIXfuzzyray
svn path=/trunk/gentoolkit/; revision=770
2010-04-08Fix bad indentationfuzzyray
svn path=/trunk/gentoolkit/; revision=769
2010-04-08Sync with genscripts rev 422, includes fixes to eclean and python additions ↵fuzzyray
for prefix svn path=/trunk/gentoolkit/; revision=768
2010-03-24Merge genscripts rev 406fuzzyray
svn path=/trunk/gentoolkit/; revision=756
2010-03-12Update 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-09sync 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-02Merge genscripts revision 191fuzzyray
svn path=/trunk/gentoolkit/; revision=737
2009-12-11Merge genscripts rev 130fuzzyray
svn path=/trunk/gentoolkit/; revision=721
2009-12-09Modify setup.py to run set_version correctly on revdep-rebuildfuzzyray
svn path=/trunk/gentoolkit/; revision=708
2009-12-08Merge rev 113 from djanderson's genscripts repofuzzyray
svn path=/trunk/gentoolkit/; revision=703
2009-05-20Create a VERSION file to replace /etc/gentoolkit-versionfuzzyray
svn path=/trunk/gentoolkit/; revision=642
2009-05-05Add 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-05Initial MANIFEST.infuzzyray
svn path=/trunk/gentoolkit/; revision=596
2009-05-05Update download_url to point to distfiles.gentoo.orgfuzzyray
svn path=/trunk/gentoolkit/; revision=595
2009-05-05Rearrange 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