summaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Expand)Author
2019-08-24Initial work to build and run borg under windowsJürg Rast
2019-06-04Merge pull request #4602 from FelixSchwarz/unbundle-xxhashTW
2019-06-04ability to use a system-provided version of "xxhash"Felix Schwarz
2019-06-04setup.py: fix detection of missing CythonFelix Schwarz
2019-03-15lib/header locating: add docs, move env vars querying to setup.pyThomas Waldmann
2019-03-15setup.py: bundled code vs system libs: use env vars we use anywayThomas Waldmann
2019-03-14setup.py: move long_description generation to setup_docsThomas Waldmann
2019-03-14setup.py: add comment, remove unused importsThomas Waldmann
2019-03-14reduce amount of setup_*.py files in toplevel dirThomas Waldmann
2019-03-14cope with pkgconfig ImportErrorThomas Waldmann
2019-03-13extension building: first crypto, then compression (cosmetic)Thomas Waldmann
2019-03-13add pkg-config support, fixes #1925Thomas Waldmann
2019-03-13simplify code by merging kwargs dicts at callerThomas Waldmann
2019-03-12moved bundled_path to setup_*.pyThomas Waldmann
2019-03-12simplify initial dirs/macros setupThomas Waldmann
2019-03-12refactor openssl related code in setup.pyThomas Waldmann
2019-03-12refactor lib/bundled related code in setup.pyThomas Waldmann
2019-02-26pypi metadata: enter alpha dev statusThomas Waldmann
2019-02-22remove -*- coding: ... lines, utf-8 is default for py3Thomas Waldmann
2019-02-05cleanup msgpack requirementsThomas Waldmann
2019-02-05allow msgpack 0.6.1, fixes #4308Thomas Waldmann
2019-02-03check msgpack version, terminate for unsupported versionsThomas Waldmann
2018-12-15cythonize: set language_level to 3, fixes #4214Thomas Waldmann
2018-12-11msgpack: also allow version 0.6.0Thomas Waldmann
2018-12-11Revert "drop support for python 3.5, fixes #3919"Thomas Waldmann
2018-08-06add python 3.7 to pypi metadataThomas Waldmann
2018-06-30drop support for python 3.5, fixes #3919Thomas Waldmann
2018-06-12setup.py: move build_man / build_usage code to setup_docs.pyThomas Waldmann
2018-06-12modernize / simplify llfuse requirementsThomas Waldmann
2018-06-12remove pyzmq package requirement, not used yetThomas Waldmann
2018-06-12switch to "msgpack" pypi pkg name, fixes #3890Thomas Waldmann
2018-06-11Embrace environment markers (a.k.a. PEP 508 compliance)!Eli Schwartz
2018-06-10revert to using system compression libs, fixes #3797Thomas Waldmann
2018-06-08temporarily prefer bundled lz4 to test itThomas Waldmann
2018-05-26fix package long description, fixes #3854Thomas Waldmann
2018-05-18temporarily prefer bundled zstd to test itThomas Waldmann
2018-05-18update msgpack requirement, fixes #3753Thomas Waldmann
2018-05-14Add a version hint for llfuse for python3.7Rémi Oudin
2018-04-28Update setup.py to use a newer Cython/setuptools API for compiling .pyx -> .c...Nic Donaldson
2018-01-27do .h file content checks in binary mode, fixes #3544Thomas Waldmann
2018-01-10require msgpack >= 0.4.6 and < 0.6.0, forbid 0.5.0.Thomas Waldmann
2017-12-18crypto.low_level extension: build blake2 like zstd, see #3415Thomas Waldmann
2017-12-18fix lz4 deprecation warning, require lz4 >= 1.7.0 (r129)Thomas Waldmann
2017-12-18rename BORG_LZ4_PREFIX env var to BORG_LIBLZ4_PREFIXThomas Waldmann
2017-12-18compress extension: build lz4 like zstd, see #3415Thomas Waldmann
2017-12-15Merge pull request #3411 from ThomasWaldmann/zstdTW
2017-12-15support code to build bundled zstd code into the compress extensionThomas Waldmann
2017-12-15zstd: use own Cython-based binding, remove python-zstandard depThomas Waldmann
2017-12-15add zstd compressionThomas Waldmann
2017-12-13fix building the "borg prune" man page, fixes #3398Thomas Waldmann