aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* equery: Set nocolor for piping to after options are parsedBrian Dolbec2022-07-281-2/+4
* equery meta: Put maintainer description on the same lineBrian Dolbec2022-07-111-1/+1
* equery check.py: Fix flake 8 qa for unused variableBrian Dolbec2022-07-101-0/+1
* depends.py: Fix 3e35553df46 missing Package importBrian Dolbec2022-07-101-1/+1
* equery depends: Fix a traceback due to UnboundLocalError:Brian Dolbec2022-07-101-1/+0
* equery check: Fix exception handling for Insufficient permissionsAlexander Miller2022-07-101-1/+6
* equery meta: Fix missing description when not in metadata.xmlBrian Dolbec2022-07-091-0/+2
* equery: Turn off color when piping is setBrian Dolbec2022-07-091-0/+2
* equery: run blackSam James2022-07-091-24/+23
* equery: Add -F TMPL option to depends moduleArno Bauernöppel2022-07-081-22/+54
* equery: update linguas->l10n optionMartin Matous2022-07-081-2/+1
* metadata.py: Don't fail on unmatched packageMarco Sirabella2022-07-081-1/+3
* Add -f/--forced-masked to equery usesOskari Pirhonen2022-07-081-13/+49
* Remove remnants of herds supportMatt Turner2022-03-161-35/+0
* Change tabs to spaces (using autopep8). Also, format repo using black.Wolfgang E. Sanyer2021-09-2014-2623/+2737
* equery: Remove leftovers from 'changes' removalMatt Turner2021-07-161-1/+0
* equery: Remove 'changes' subcommandMatt Turner2021-01-042-185/+0
* Remove inherits from objectMatt Turner2020-12-203-3/+3
* Remove Python < 3 version checksMatt Turner2020-12-202-4/+0
* Remove $Header$Matt Turner2020-12-2014-28/+0
* Remove imports from __future__Matt Turner2020-12-2014-28/+0
* Pass raw strings for regexp to fix DeprecationWarningsMichał Górny2020-01-261-1/+1
* Remove pylintVirgil Dupras2018-08-144-12/+0
* Add (and fix) flake8 checks in toxVirgil Dupras2018-08-147-11/+3
* epkginfo: Add 'reverse' display option for equeryMike Pagano2018-05-011-2/+5
* equery: check: use os.path.lexists()Mike Gilbert2017-05-231-1/+1
* Change open function to use UTF-8 encoding for content.Paul Varner2016-06-302-5/+11
* equery: Change option --ignore-linguas to --ignore-l10nPaul Varner2016-06-301-7/+8
* equery: Fix UnicodeDecodeError in python2.7Paul Varner2016-06-301-0/+2
* equery.depends.py: Apply subslot patch from bug 5760600.3.1.1Brian Dolbec2016-06-061-0/+2
* Fix the file open() calls to work with Python 2Paul Varner2015-11-242-3/+3
* Change all open() calls to use Unicode.Paul Varner2015-11-242-3/+6
* equery/meta.py: Re-add the coma, so it makes the data a true tuple.Brian Dolbec2015-11-091-3/+3
* equery/meta.py: Revert the changes to the verbose section or format_maintainersBrian Dolbec2015-11-081-3/+3
* equery/meta.py: Fix a traceback reported by Manuel RuegerBrian Dolbec2015-11-081-7/+4
* equery has: Add CFLAGS, CXXFLAGS, LDFLAGS to strip the leading '-'Brian Dolbec2014-08-281-1/+1
* equery: Don't always print the license field (bug #508114).Tobias Heinlein2014-04-191-6/+7
* equery: add --ignore-linguas switch to 'equery uses'Julian Ospald2013-11-011-4/+12
* Add license field to equery meta as requested by hasufellBrian Dolbec2013-08-181-3/+14
* Add fifo type to equery files, bug 480308.Brian Dolbec2013-08-112-2/+19
* update 'svn' versions to 'git', not man pages with already set versions. Brian Dolbec2012-12-221-1/+1
* Add a blank line between pkgs in a query, bug 448190Brian Dolbec2012-12-221-0/+1
* equery: make more ROOT awareMike Frysinger2012-12-201-8/+9
* drop trailing whitespaceMike Frysinger2012-12-196-8/+8
* py 3.3 fix for bug 436934. Change the level parameter for the __import__() c...Brian Dolbec2012-10-061-1/+1
* Remove check of isatty when guessing color.Paul Varner2012-09-061-2/+2
* Strip initial whitespace at the start of the description (Bug 432530).Paul Varner2012-08-241-0/+5
* remove the auto linewrapping from the stablereq output line so it does not me...Brian Dolbec2012-06-021-2/+8
* add a -S, --stablereq option to equery meta to list the arch cc's to add to S...Brian Dolbec2012-06-021-2/+53
* equery: turn sys.argv into a parameterMike Frysinger2012-04-041-3/+3