summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2019-11-28Add classifiers to setup.pyRichard Ipsum1-0/+10
2019-11-28Change: port to Python3Lars Wirzenius1-4/+4
2017-03-28Install yarnutilsLars Wirzenius1-1/+1
2016-04-18Use yarnlib.__version__ in setup.pyLars Wirzenius1-1/+2
2015-09-07coverage-4.0a6 compatibilityMichel Alexandre Salim1-1/+2
coverage 4.0a6 no longer generates .coverage file, so check first if it exists before attempting removal.
2013-06-23Add test for yarn and multiple input filesLars Wirzenius1-0/+3
2013-06-21Fix installation of yarnlibLars Wirzenius1-1/+2
Oh dear, how awful distutils is.
2013-06-20Install the damn yarnlib as wellLars Wirzenius1-1/+1
I should _really_ not have tried a manual install. Leaves dropping everywhere when you try to remove.
2013-06-20Install yarnLars Wirzenius1-2/+2
Oops.
2013-06-15Fix missing variable name in setup.pyLars Wirzenius1-1/+1
2013-06-15Fix test suite on squeezeLars Wirzenius1-5/+20
Debian squeeze has version 2.0 of python-markdown, which does not support the API yarnlib is using to extract code blocks from the Markdown story files. We skip the unit tests if the right version of python-markdown is not available. This is sub-optimal on squeeze since it skips unit tests for cmdtestlib as well, but it's good enough, especially since squeeze is no longer the current Debian release, and I'll be dropping squeeze support in any case in a few months.
2013-06-09Add manual page for yarnLars Wirzenius1-1/+1
2013-06-09Remove trailing whitespace from linesLars Wirzenius1-3/+3
2013-06-09Run coverage test runner with exclusionsLars Wirzenius1-1/+3
2013-03-10Fix cmdtest so that fail-tests workLars Wirzenius1-0/+7
2012-01-01install manpageLars Wirzenius1-0/+1
2011-12-25have setup.py run echo-tests and sort-testsLars Wirzenius1-0/+3
2011-09-11Remove generated manpage when clenaing up.Lars Wirzenius1-1/+1
2011-09-11Add preliminary manpage for cmdtest.Lars Wirzenius1-0/+13
2011-09-11Fix py_modules in setup.py.Lars Wirzenius1-1/+1
2011-09-11Fix another reference to cmdtest.py.Lars Wirzenius1-1/+1
2011-09-11Fix references to cmdtest the module to be to cmdtestlib.Lars Wirzenius1-2/+2
2011-09-11Replace Makefile with setup.py.Lars Wirzenius1-0/+66