Thomas Waldmann
|
9f4a6e5574
add support and testing for python 3.10
|
4 年之前 |
Thomas Waldmann
|
12d9110882
also accept msgpack up to 1.0.2
|
4 年之前 |
Thomas Waldmann
|
c8e9131158
remove bundled blake2 code, usage of libb2
|
4 年之前 |
Thomas Waldmann
|
d2fe303967
fix cythonize crash on macOS/py39, fixes #5599
|
4 年之前 |
Thomas Waldmann
|
49b1421682
FUSE: support pyfuse3 additionally to llfuse, fixes #5407
|
4 年之前 |
Thomas Waldmann
|
e54b054b2a
import setuptools first
|
4 年之前 |
Thomas Waldmann
|
7dc1610674
selecting least broken llfuse version
|
4 年之前 |
pamaron
|
8be6afd9e1
Enable Python3.9 env for test suite and VMs (#5373)
|
4 年之前 |
Thomas Waldmann
|
1a8f5d27ab
drop python 3.5, fixes #5344
|
4 年之前 |
Thomas Waldmann
|
1c7d267e1f
pypi metadata: we also support python 3.8 now
|
5 年之前 |
Thomas Waldmann
|
da6d1ac538
support msgpack 1.0.0, fixes #5065
|
5 年之前 |
Thomas Waldmann
|
d1733b6fc0
require recent enough llfuse for birthtime support, fixes #5064
|
5 年之前 |
Thomas Waldmann
|
d32ff32d3a
setup.py: add some comments to the cythonize calls
|
5 年之前 |
Will
|
242424ecae
Move sync_file_range to its own extension
|
5 年之前 |
Björn Ketelaars
|
e2ee7fd24b
Support msgpack-0.6.2.
|
5 年之前 |
Jürg Rast
|
6b426d08d7
Initial work to build and run borg under windows
|
5 年之前 |
TW
|
8c29209195
Merge pull request #4602 from FelixSchwarz/unbundle-xxhash
|
6 年之前 |
Felix Schwarz
|
2ff06c58f0
ability to use a system-provided version of "xxhash"
|
6 年之前 |
Felix Schwarz
|
e6426d3386
setup.py: fix detection of missing Cython
|
6 年之前 |
Thomas Waldmann
|
426f3752c1
lib/header locating: add docs, move env vars querying to setup.py
|
6 年之前 |
Thomas Waldmann
|
7b27082a73
setup.py: bundled code vs system libs: use env vars we use anyway
|
6 年之前 |
Thomas Waldmann
|
f4e7133a1e
setup.py: move long_description generation to setup_docs
|
6 年之前 |
Thomas Waldmann
|
3166d145bb
setup.py: add comment, remove unused imports
|
6 年之前 |
Thomas Waldmann
|
b516cf3c3f
reduce amount of setup_*.py files in toplevel dir
|
6 年之前 |
Thomas Waldmann
|
1579d58b3e
cope with pkgconfig ImportError
|
6 年之前 |
Thomas Waldmann
|
528aee3ca6
extension building: first crypto, then compression (cosmetic)
|
6 年之前 |
Thomas Waldmann
|
5173b9f407
add pkg-config support, fixes #1925
|
6 年之前 |
Thomas Waldmann
|
80ade7093d
simplify code by merging kwargs dicts at caller
|
6 年之前 |
Thomas Waldmann
|
24bf01a40b
moved bundled_path to setup_*.py
|
6 年之前 |
Thomas Waldmann
|
7db29017e5
simplify initial dirs/macros setup
|
6 年之前 |