comparison contrib/python-zstandard/setup.py @ 42937:69de49c4e39c

zstandard: vendor python-zstandard 0.12 The upstream source distribution from PyPI was extracted. Unwanted files were removed. The clang-format ignore list was updated to reflect the new source of files. test-repo-compengines.t was updated to reflect a change in behavior of the zstd library. The project contains a vendored copy of zstandard 1.4.3. The old version was 1.3.8. This should result in some minor performance wins. # no-check-commit because 3rd party code has different style guidelines Differential Revision: https://phab.mercurial-scm.org/D6858
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 15 Sep 2019 20:04:00 -0700
parents 675775c33ab6
children de7838053207
comparison
equal deleted inserted replaced
42936:2da754532dd3 42937:69de49c4e39c
98 'Development Status :: 4 - Beta', 98 'Development Status :: 4 - Beta',
99 'Intended Audience :: Developers', 99 'Intended Audience :: Developers',
100 'License :: OSI Approved :: BSD License', 100 'License :: OSI Approved :: BSD License',
101 'Programming Language :: C', 101 'Programming Language :: C',
102 'Programming Language :: Python :: 2.7', 102 'Programming Language :: Python :: 2.7',
103 'Programming Language :: Python :: 3.4',
104 'Programming Language :: Python :: 3.5', 103 'Programming Language :: Python :: 3.5',
105 'Programming Language :: Python :: 3.6', 104 'Programming Language :: Python :: 3.6',
106 'Programming Language :: Python :: 3.7', 105 'Programming Language :: Python :: 3.7',
107 ], 106 ],
108 keywords='zstandard zstd compression', 107 keywords='zstandard zstd compression',