summaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Expand)Author
2023-09-28allow msgpack 1.0.7Thomas Waldmann
2023-09-25setup.py: declare python 3.12 supportThomas Waldmann
2023-09-25allow msgpack 1.0.6Thomas Waldmann
2023-03-09allow msgpack 1.0.5 alsoThomas Waldmann
2022-09-13do not use version_tuple placeholder in setuptools_scm templateThomas Waldmann
2022-08-13_version.py: remove trailing blank, add LF at EOFThomas Waldmann
2022-08-04make setuptools happy, fixes #6874Thomas Waldmann
2022-07-18 Fix pyproject.toml to create a fixed _version.py file, compatible with both ...Gianfranco Costamagna
2022-06-03add python 3.11 to pypi metadataThomas Waldmann
2022-06-03allow msgpack 1.0.4, fixes #6716Thomas Waldmann
2022-04-07add pyproject.toml, fix sys.path, fixes #6466Thomas Waldmann
2022-03-10Allow extra compiler flags for every extension buildJames Buren
2022-01-20pypi metadata: alpha -> betaThomas Waldmann
2022-01-06allow msgpack 1.0.3, fixes #6111Thomas Waldmann
2021-09-16require python 3.8+, fixes #5975Thomas Waldmann
2021-06-16drop support for py36, require py37+, fixes #5790Thomas Waldmann
2021-05-01get rid of distutils, use packagingThomas Waldmann
2021-05-01setup.py: get rid of distutils, use setuptoolsThomas Waldmann
2021-02-28add support and testing for python 3.10Thomas Waldmann
2021-01-30also accept msgpack up to 1.0.2Thomas Waldmann
2021-01-28remove bundled blake2 code, usage of libb2Thomas Waldmann
2020-12-28fix cythonize crash on macOS/py39, fixes #5599Thomas Waldmann
2020-10-31FUSE: support pyfuse3 additionally to llfuse, fixes #5407Thomas Waldmann
2020-10-05import setuptools first1.2.0a9Thomas Waldmann
2020-10-05selecting least broken llfuse versionThomas Waldmann
2020-10-04Enable Python3.9 env for test suite and VMs (#5373)pamaron
2020-09-25drop python 3.5, fixes #5344Thomas Waldmann
2020-04-21pypi metadata: we also support python 3.8 now1.2.0a8Thomas Waldmann
2020-04-04support msgpack 1.0.0, fixes #5065Thomas Waldmann
2020-04-02require recent enough llfuse for birthtime support, fixes #5064Thomas Waldmann
2020-03-08setup.py: add some comments to the cythonize callsThomas Waldmann
2020-03-01Move sync_file_range to its own extensionWill
2019-10-15Support msgpack-0.6.2.Björn Ketelaars
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