summaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Expand)Author
2016-02-17fix pep8 failuresThomas Waldmann
2016-02-16Make python-llfuse 0.42 compatible.Nikolaus Rath
2016-02-07allow llfuse version 0.41.x, fixes #642Thomas Waldmann
2016-02-07all FUSE related version requirements in 1 placeThomas Waldmann
2016-02-07document and automate llfuse requirementThomas Waldmann
2016-01-30cosmetic source cleanup (flake8)Thomas Waldmann
2016-01-24stuff found on "Porting to Python 3.3"Thomas Waldmann
2016-01-24remove borg.support, fixes #358Thomas Waldmann
2016-01-24remove support for python 3.2.x and 3.3.x, require 3.4+, fixes #65, fixes #221Thomas Waldmann
2015-12-08fix mailing list address in setup.py, fixes #468Thomas Waldmann
2015-11-13completely remove have_cython() hackAntoine Beaupré
2015-11-13Revert "use build_py to fix build on RTD", disables docs buildAntoine Beaupré
2015-11-08do not try to build api / usage docs for production installThomas Waldmann
2015-11-02remove unused imports, add missing importsThomas Waldmann
2015-10-17include the help offered by borg help <topic> in the usage docs, fixes #293Thomas Waldmann
2015-10-13docs: change name of API sectionJakob Schnitzer
2015-10-11Merge branch 'master' of github.com:borgbackup/borgThomas Waldmann
2015-10-11setup.py: fix bug related to BORG_LZ4_PREFIX processingThomas Waldmann
2015-10-09fix homepage URL in all remaining placesAntoine Beaupré
2015-10-09fix API generationAntoine Beaupré
2015-10-09remove trailing quoteAntoine Beaupré
2015-10-08remove debugging code and fix all have_cython callsAntoine Beaupré
2015-10-08more debugAntoine Beaupré
2015-10-08re-enable cython as late as possibleAntoine Beaupré
2015-10-08fix typo, split sentenceAntoine Beaupré
2015-10-08cosmetic: s/api/doc/Antoine Beaupré
2015-10-08force build-ext buildAntoine Beaupré
2015-10-08use build_py to fix build on RTDAntoine Beaupré
2015-10-08cosmetic: s/cmdfile/doc/Antoine Beaupré
2015-10-08generalise the cython check hackAntoine Beaupré
2015-10-08simplify RTD env checkAntoine Beaupré
2015-10-08faster and cleaner rtd check for cythonAntoine Beaupré
2015-10-08fix formattingAntoine Beaupré
2015-10-08remove debugging codeAntoine Beaupré
2015-10-07make tests and build work again in usage using environmentAntoine Beaupré
2015-10-07move usage generation to setup.pyAntoine Beaupré
2015-10-07move API generation to setup.pyAntoine Beaupré
2015-10-07fix build on RTFDAntoine Beaupré
2015-09-19remove remainders of versioneer, typo fix.Thomas Waldmann
2015-09-16more platform support, works on py 3.5Thomas Waldmann
2015-09-13setup.py: add the place where we link the lz4 header/lib on the darwin vagran...Thomas Waldmann
2015-09-13add a argparse.py (from py 3.2.6) that is not brokenThomas Waldmann
2015-09-12pull fixed argparse from pypi in case we have a buggy pythonThomas Waldmann
2015-09-12detect lz4.h header file locationThomas Waldmann
2015-08-22propperly handle borg._version using setuptools_scmRonny Pfannschmidt
2015-08-22replace versioneer with setuptools_scmRonny Pfannschmidt
2015-08-01add a wrapper around liblz4Thomas Waldmann
2015-07-12never fall back to distutils, any sane install method uses setuptoolsRonny Pfannschmidt
2015-07-12switch to entrypointsRonny Pfannschmidt
2015-07-11style and cosmetic fixes, no semantic changesThomas Waldmann