summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
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