Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
461bed51d3 | ||
|
|
f8bd6a502b | ||
|
|
53b8f8149c | ||
|
|
3b40094a3a | ||
|
|
96f90bad29 | ||
|
|
acbb46e60c | ||
|
|
be1dd0119f | ||
|
|
52f7801799 | ||
|
|
c10e6fcd1a | ||
|
|
e518dcc5cb | ||
|
|
4d32321f34 | ||
|
|
14bb508bc4 | ||
|
|
2699802bca | ||
|
|
6cf09c9e3b | ||
|
|
a6ddf09ef7 |
@@ -38,7 +38,7 @@ repos:
|
|||||||
- id: isort
|
- id: isort
|
||||||
|
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 21.11b1
|
rev: 21.12b0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ What does it do?
|
|||||||
| CPython 3.9 | ✅ | ✅ | ✅ | ✅ | ✅² | ✅³ | ✅ | ✅ | ✅ | ✅ |
|
| CPython 3.9 | ✅ | ✅ | ✅ | ✅ | ✅² | ✅³ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| CPython 3.10 | ✅ | ✅ | ✅ | ✅ | ✅² | ✅ | ✅ | ✅ | ✅ | ✅ |
|
| CPython 3.10 | ✅ | ✅ | ✅ | ✅ | ✅² | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| PyPy 3.7 v7.3 | ✅ | N/A | ✅ | N/A | N/A | ✅¹ | ✅¹ | ✅¹ | N/A | N/A |
|
| PyPy 3.7 v7.3 | ✅ | N/A | ✅ | N/A | N/A | ✅¹ | ✅¹ | ✅¹ | N/A | N/A |
|
||||||
|
| PyPy 3.8 v7.3 | ✅ | N/A | ✅ | N/A | N/A | ✅¹ | ✅¹ | ✅¹ | N/A | N/A |
|
||||||
|
|
||||||
<sup>¹ PyPy is only supported for manylinux wheels.</sup><br>
|
<sup>¹ PyPy is only supported for manylinux wheels.</sup><br>
|
||||||
<sup>² Windows arm64 support is experimental.</sup><br>
|
<sup>² Windows arm64 support is experimental.</sup><br>
|
||||||
@@ -87,7 +88,7 @@ jobs:
|
|||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
|
|
||||||
- name: Install cibuildwheel
|
- name: Install cibuildwheel
|
||||||
run: python -m pip install cibuildwheel==2.3.0
|
run: python -m pip install cibuildwheel==2.3.1
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
run: python -m cibuildwheel --output-dir wheelhouse
|
run: python -m cibuildwheel --output-dir wheelhouse
|
||||||
@@ -142,22 +143,22 @@ Here are some repos that use cibuildwheel.
|
|||||||
|-----------------------------------|----|----|:------|
|
|-----------------------------------|----|----|:------|
|
||||||
| [scikit-learn][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The machine learning library. A complex but clean config using many of cibuildwheel's features to build a large project with Cython and C++ extensions. |
|
| [scikit-learn][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The machine learning library. A complex but clean config using many of cibuildwheel's features to build a large project with Cython and C++ extensions. |
|
||||||
| [Tornado][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. |
|
| [Tornado][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. |
|
||||||
| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions |
|
|
||||||
| [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. |
|
| [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. |
|
||||||
|
| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions |
|
||||||
| [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | MyPyC, the compiled component of MyPy. |
|
| [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | MyPyC, the compiled component of MyPy. |
|
||||||
| [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. |
|
|
||||||
| [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data parsing and validation using Python type hints |
|
| [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data parsing and validation using Python type hints |
|
||||||
|
| [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. |
|
||||||
| [psutil][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Cross-platform lib for process and system monitoring in Python |
|
| [psutil][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Cross-platform lib for process and system monitoring in Python |
|
||||||
| [vaex][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualize and explore big tabular data at a billion rows per second 🚀 |
|
| [vaex][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualize and explore big tabular data at a billion rows per second 🚀 |
|
||||||
| [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library |
|
| [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library |
|
||||||
|
|
||||||
[scikit-learn]: https://github.com/scikit-learn/scikit-learn
|
[scikit-learn]: https://github.com/scikit-learn/scikit-learn
|
||||||
[Tornado]: https://github.com/tornadoweb/tornado
|
[Tornado]: https://github.com/tornadoweb/tornado
|
||||||
[Matplotlib]: https://github.com/matplotlib/matplotlib
|
|
||||||
[pytorch-fairseq]: https://github.com/pytorch/fairseq
|
[pytorch-fairseq]: https://github.com/pytorch/fairseq
|
||||||
|
[Matplotlib]: https://github.com/matplotlib/matplotlib
|
||||||
[MyPy]: https://github.com/mypyc/mypy_mypyc-wheels
|
[MyPy]: https://github.com/mypyc/mypy_mypyc-wheels
|
||||||
[uvloop]: https://github.com/MagicStack/uvloop
|
|
||||||
[pydantic]: https://github.com/samuelcolvin/pydantic
|
[pydantic]: https://github.com/samuelcolvin/pydantic
|
||||||
|
[uvloop]: https://github.com/MagicStack/uvloop
|
||||||
[psutil]: https://github.com/giampaolo/psutil
|
[psutil]: https://github.com/giampaolo/psutil
|
||||||
[vaex]: https://github.com/vaexio/vaex
|
[vaex]: https://github.com/vaexio/vaex
|
||||||
[Google Benchmark]: https://github.com/google/benchmark
|
[Google Benchmark]: https://github.com/google/benchmark
|
||||||
@@ -192,6 +193,13 @@ Changelog
|
|||||||
|
|
||||||
<!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually -->
|
<!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually -->
|
||||||
|
|
||||||
|
### v2.3.1
|
||||||
|
|
||||||
|
_14 December 2021_
|
||||||
|
|
||||||
|
- 🐛 Setting pip options like `PIP_USE_DEPRECATED` in `CIBW_ENVIRONMENT` no longer adversely affects cibuildwheel's ability to set up a Python environment (#956)
|
||||||
|
- 📚 Docs fixes and improvements
|
||||||
|
|
||||||
### v2.3.0
|
### v2.3.0
|
||||||
|
|
||||||
_26 November 2021_
|
_26 November 2021_
|
||||||
@@ -238,12 +246,6 @@ _22 October 2021_
|
|||||||
|
|
||||||
<sup>Note: This version is not available on PyPI due to some missing resources in the release files. Please use a later version instead.</sup>
|
<sup>Note: This version is not available on PyPI due to some missing resources in the release files. Please use a later version instead.</sup>
|
||||||
|
|
||||||
### v2.1.3
|
|
||||||
|
|
||||||
_6 October 2021_
|
|
||||||
|
|
||||||
- 🛠 Updated CPython 3.10 to the 3.10.0 final release
|
|
||||||
|
|
||||||
<!-- END bin/update_readme_changelog.py -->
|
<!-- END bin/update_readme_changelog.py -->
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "2.3.0"
|
__version__ = "2.3.1"
|
||||||
|
|||||||
+17
-14
@@ -192,24 +192,10 @@ def setup_python(
|
|||||||
# https://github.com/pypa/virtualenv/issues/620
|
# https://github.com/pypa/virtualenv/issues/620
|
||||||
# Also see https://github.com/python/cpython/pull/9516
|
# Also see https://github.com/python/cpython/pull/9516
|
||||||
env.pop("__PYVENV_LAUNCHER__", None)
|
env.pop("__PYVENV_LAUNCHER__", None)
|
||||||
env = environment.as_dictionary(prev_environment=env)
|
|
||||||
|
|
||||||
# we version pip ourselves, so we don't care about pip version checking
|
# we version pip ourselves, so we don't care about pip version checking
|
||||||
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
|
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
|
||||||
|
|
||||||
# check what version we're on
|
|
||||||
call(["which", "python"], env=env)
|
|
||||||
call(["python", "--version"], env=env)
|
|
||||||
which_python = subprocess.run(
|
|
||||||
["which", "python"], env=env, universal_newlines=True, check=True, stdout=subprocess.PIPE
|
|
||||||
).stdout.strip()
|
|
||||||
if which_python != "/tmp/cibw_bin/python":
|
|
||||||
print(
|
|
||||||
"cibuildwheel: python available on PATH doesn't match our installed instance. If you have modified PATH, ensure that you don't overwrite cibuildwheel's entry or insert python above it.",
|
|
||||||
file=sys.stderr,
|
|
||||||
)
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
# Install pip
|
# Install pip
|
||||||
|
|
||||||
requires_reinstall = not (installation_bin_path / "pip").exists()
|
requires_reinstall = not (installation_bin_path / "pip").exists()
|
||||||
@@ -233,6 +219,10 @@ def setup_python(
|
|||||||
cwd="/tmp",
|
cwd="/tmp",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Apply our environment after pip is ready
|
||||||
|
env = environment.as_dictionary(prev_environment=env)
|
||||||
|
|
||||||
|
# check what pip version we're on
|
||||||
assert (installation_bin_path / "pip").exists()
|
assert (installation_bin_path / "pip").exists()
|
||||||
call(["which", "pip"], env=env)
|
call(["which", "pip"], env=env)
|
||||||
call(["pip", "--version"], env=env)
|
call(["pip", "--version"], env=env)
|
||||||
@@ -246,6 +236,19 @@ def setup_python(
|
|||||||
)
|
)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
# check what Python version we're on
|
||||||
|
call(["which", "python"], env=env)
|
||||||
|
call(["python", "--version"], env=env)
|
||||||
|
which_python = subprocess.run(
|
||||||
|
["which", "python"], env=env, universal_newlines=True, check=True, stdout=subprocess.PIPE
|
||||||
|
).stdout.strip()
|
||||||
|
if which_python != "/tmp/cibw_bin/python":
|
||||||
|
print(
|
||||||
|
"cibuildwheel: python available on PATH doesn't match our installed instance. If you have modified PATH, ensure that you don't overwrite cibuildwheel's entry or insert python above it.",
|
||||||
|
file=sys.stderr,
|
||||||
|
)
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
# Set MACOSX_DEPLOYMENT_TARGET to 10.9, if the user didn't set it.
|
# Set MACOSX_DEPLOYMENT_TARGET to 10.9, if the user didn't set it.
|
||||||
# PyPy defaults to 10.7, causing inconsistencies if it's left unset.
|
# PyPy defaults to 10.7, causing inconsistencies if it's left unset.
|
||||||
env.setdefault("MACOSX_DEPLOYMENT_TARGET", "10.9")
|
env.setdefault("MACOSX_DEPLOYMENT_TARGET", "10.9")
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ if sys.version_info < (3, 8):
|
|||||||
def get_constant(x: ast.Str) -> str:
|
def get_constant(x: ast.Str) -> str:
|
||||||
return x.s
|
return x.s
|
||||||
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
Constant = ast.Constant
|
Constant = ast.Constant
|
||||||
|
|
||||||
|
|||||||
@@ -68,9 +68,9 @@ python_configurations = [
|
|||||||
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" },
|
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" },
|
||||||
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" },
|
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" },
|
||||||
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" },
|
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" },
|
||||||
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" },
|
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.1/python-3.10.1-macos11.pkg" },
|
||||||
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" },
|
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.1/python-3.10.1-macos11.pkg" },
|
||||||
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" },
|
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.1/python-3.10.1-macos11.pkg" },
|
||||||
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-osx64.tar.bz2" },
|
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-osx64.tar.bz2" },
|
||||||
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.7-osx64.tar.bz2" },
|
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.7-osx64.tar.bz2" },
|
||||||
]
|
]
|
||||||
@@ -85,10 +85,10 @@ python_configurations = [
|
|||||||
{ identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" },
|
{ identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" },
|
||||||
{ identifier = "cp39-win32", version = "3.9.9", arch = "32" },
|
{ identifier = "cp39-win32", version = "3.9.9", arch = "32" },
|
||||||
{ identifier = "cp39-win_amd64", version = "3.9.9", arch = "64" },
|
{ identifier = "cp39-win_amd64", version = "3.9.9", arch = "64" },
|
||||||
{ identifier = "cp310-win32", version = "3.10.0", arch = "32" },
|
{ identifier = "cp310-win32", version = "3.10.1", arch = "32" },
|
||||||
{ identifier = "cp310-win_amd64", version = "3.10.0", arch = "64" },
|
{ identifier = "cp310-win_amd64", version = "3.10.1", arch = "64" },
|
||||||
{ identifier = "cp39-win_arm64", version = "3.9.9", arch = "ARM64" },
|
{ identifier = "cp39-win_arm64", version = "3.9.9", arch = "ARM64" },
|
||||||
{ identifier = "cp310-win_arm64", version = "3.10.0", arch = "ARM64" },
|
{ identifier = "cp310-win_arm64", version = "3.10.1", arch = "ARM64" },
|
||||||
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-win64.zip" },
|
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-win64.zip" },
|
||||||
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.7-win64.zip" },
|
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.7-win64.zip" },
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
#
|
#
|
||||||
backports.entry-points-selectable==1.1.1
|
backports.entry-points-selectable==1.1.1
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
delocate==0.10.0
|
delocate==0.10.1
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
distlib==0.3.3
|
distlib==0.3.4
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
filelock==3.4.0
|
filelock==3.4.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
@@ -22,7 +22,7 @@ platformdirs==2.4.0
|
|||||||
# via virtualenv
|
# via virtualenv
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
typing-extensions==4.0.0
|
typing-extensions==4.0.1
|
||||||
# via
|
# via
|
||||||
# delocate
|
# delocate
|
||||||
# importlib-metadata
|
# importlib-metadata
|
||||||
@@ -40,5 +40,5 @@ zipp==3.6.0
|
|||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
pip==21.3.1
|
pip==21.3.1
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
setuptools==59.2.0
|
setuptools==59.6.0
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
#
|
#
|
||||||
backports.entry-points-selectable==1.1.1
|
backports.entry-points-selectable==1.1.1
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
delocate==0.10.0
|
delocate==0.10.1
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
distlib==0.3.3
|
distlib==0.3.4
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
filelock==3.4.0
|
filelock==3.4.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
@@ -20,7 +20,7 @@ platformdirs==2.4.0
|
|||||||
# via virtualenv
|
# via virtualenv
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
typing-extensions==4.0.0
|
typing-extensions==4.0.1
|
||||||
# via
|
# via
|
||||||
# delocate
|
# delocate
|
||||||
# importlib-metadata
|
# importlib-metadata
|
||||||
@@ -36,5 +36,5 @@ zipp==3.6.0
|
|||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
pip==21.3.1
|
pip==21.3.1
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
setuptools==59.2.0
|
setuptools==59.6.0
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
#
|
#
|
||||||
backports.entry-points-selectable==1.1.1
|
backports.entry-points-selectable==1.1.1
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
delocate==0.10.0
|
delocate==0.10.1
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
distlib==0.3.3
|
distlib==0.3.4
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
filelock==3.4.0
|
filelock==3.4.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
@@ -16,7 +16,7 @@ platformdirs==2.4.0
|
|||||||
# via virtualenv
|
# via virtualenv
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
typing-extensions==4.0.0
|
typing-extensions==4.0.1
|
||||||
# via delocate
|
# via delocate
|
||||||
virtualenv==20.10.0
|
virtualenv==20.10.0
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
@@ -28,5 +28,5 @@ wheel==0.37.0
|
|||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
pip==21.3.1
|
pip==21.3.1
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
setuptools==59.2.0
|
setuptools==59.6.0
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
#
|
#
|
||||||
backports.entry-points-selectable==1.1.1
|
backports.entry-points-selectable==1.1.1
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
delocate==0.10.0
|
delocate==0.10.1
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
distlib==0.3.3
|
distlib==0.3.4
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
filelock==3.4.0
|
filelock==3.4.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
@@ -16,7 +16,7 @@ platformdirs==2.4.0
|
|||||||
# via virtualenv
|
# via virtualenv
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
typing-extensions==4.0.0
|
typing-extensions==4.0.1
|
||||||
# via delocate
|
# via delocate
|
||||||
virtualenv==20.10.0
|
virtualenv==20.10.0
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
@@ -28,5 +28,5 @@ wheel==0.37.0
|
|||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
pip==21.3.1
|
pip==21.3.1
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
setuptools==59.2.0
|
setuptools==59.6.0
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
#
|
#
|
||||||
backports.entry-points-selectable==1.1.1
|
backports.entry-points-selectable==1.1.1
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
delocate==0.10.0
|
delocate==0.10.1
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
distlib==0.3.3
|
distlib==0.3.4
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
filelock==3.4.0
|
filelock==3.4.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
@@ -16,7 +16,7 @@ platformdirs==2.4.0
|
|||||||
# via virtualenv
|
# via virtualenv
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
typing-extensions==4.0.0
|
typing-extensions==4.0.1
|
||||||
# via delocate
|
# via delocate
|
||||||
virtualenv==20.10.0
|
virtualenv==20.10.0
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
@@ -28,5 +28,5 @@ wheel==0.37.0
|
|||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
pip==21.3.1
|
pip==21.3.1
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
setuptools==59.2.0
|
setuptools==59.6.0
|
||||||
# via -r cibuildwheel/resources/constraints.in
|
# via -r cibuildwheel/resources/constraints.in
|
||||||
|
|||||||
@@ -1,43 +1,43 @@
|
|||||||
[x86_64]
|
[x86_64]
|
||||||
manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-11-20-c4c639c
|
manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-12-11-951973d
|
||||||
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-11-20-f410d11
|
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-12-e5100b5
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-11-20-f410d11
|
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-12-e5100b5
|
||||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-11-20-f410d11
|
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-12-e5100b5
|
||||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-11-20-f410d11
|
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-12-12-e5100b5
|
||||||
|
|
||||||
[i686]
|
[i686]
|
||||||
manylinux1 = quay.io/pypa/manylinux1_i686:2021-11-20-c4c639c
|
manylinux1 = quay.io/pypa/manylinux1_i686:2021-12-11-951973d
|
||||||
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-11-20-f410d11
|
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-12-12-e5100b5
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-11-20-f410d11
|
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-12-12-e5100b5
|
||||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-11-20-f410d11
|
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-12-12-e5100b5
|
||||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2021-11-20-f410d11
|
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2021-12-12-e5100b5
|
||||||
|
|
||||||
[pypy_x86_64]
|
[pypy_x86_64]
|
||||||
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-11-20-f410d11
|
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-12-e5100b5
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-11-20-f410d11
|
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-12-e5100b5
|
||||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-11-20-f410d11
|
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-12-e5100b5
|
||||||
|
|
||||||
[pypy_i686]
|
[pypy_i686]
|
||||||
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-11-20-f410d11
|
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-12-12-e5100b5
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-11-20-f410d11
|
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-12-12-e5100b5
|
||||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-11-20-f410d11
|
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-12-12-e5100b5
|
||||||
|
|
||||||
[aarch64]
|
[aarch64]
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-11-20-f410d11
|
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-12-e5100b5
|
||||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-11-20-f410d11
|
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-12-e5100b5
|
||||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-11-20-f410d11
|
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-12-12-e5100b5
|
||||||
|
|
||||||
[ppc64le]
|
[ppc64le]
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-11-20-f410d11
|
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-12-12-e5100b5
|
||||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-11-20-f410d11
|
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-12-12-e5100b5
|
||||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-11-20-f410d11
|
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-12-12-e5100b5
|
||||||
|
|
||||||
[s390x]
|
[s390x]
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-11-20-f410d11
|
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-12-12-e5100b5
|
||||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-11-20-f410d11
|
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-12-12-e5100b5
|
||||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-11-20-f410d11
|
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-12-12-e5100b5
|
||||||
|
|
||||||
[pypy_aarch64]
|
[pypy_aarch64]
|
||||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-11-20-f410d11
|
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-12-e5100b5
|
||||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-11-20-f410d11
|
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-12-e5100b5
|
||||||
|
|
||||||
|
|||||||
+29
-26
@@ -157,31 +157,6 @@ def setup_python(
|
|||||||
)
|
)
|
||||||
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
|
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
|
||||||
|
|
||||||
# update env with results from CIBW_ENVIRONMENT
|
|
||||||
env = environment.as_dictionary(prev_environment=env)
|
|
||||||
|
|
||||||
# for the logs - check we're running the right version of python
|
|
||||||
call(["where", "python"], env=env)
|
|
||||||
call(["python", "--version"], env=env)
|
|
||||||
call(["python", "-c", "\"import struct; print(struct.calcsize('P') * 8)\""], env=env)
|
|
||||||
where_python = (
|
|
||||||
subprocess.run(
|
|
||||||
["where", "python"],
|
|
||||||
env=env,
|
|
||||||
universal_newlines=True,
|
|
||||||
check=True,
|
|
||||||
stdout=subprocess.PIPE,
|
|
||||||
)
|
|
||||||
.stdout.splitlines()[0]
|
|
||||||
.strip()
|
|
||||||
)
|
|
||||||
if where_python != str(installation_path / "python.exe"):
|
|
||||||
print(
|
|
||||||
"cibuildwheel: python available on PATH doesn't match our installed instance. If you have modified PATH, ensure that you don't overwrite cibuildwheel's entry or insert python above it.",
|
|
||||||
file=sys.stderr,
|
|
||||||
)
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
log.step("Installing build tools...")
|
log.step("Installing build tools...")
|
||||||
|
|
||||||
# Install pip
|
# Install pip
|
||||||
@@ -230,6 +205,32 @@ def setup_python(
|
|||||||
cwd=CIBW_INSTALL_PATH,
|
cwd=CIBW_INSTALL_PATH,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# update env with results from CIBW_ENVIRONMENT
|
||||||
|
env = environment.as_dictionary(prev_environment=env)
|
||||||
|
|
||||||
|
# check what Python version we're on
|
||||||
|
call(["where", "python"], env=env)
|
||||||
|
call(["python", "--version"], env=env)
|
||||||
|
call(["python", "-c", "\"import struct; print(struct.calcsize('P') * 8)\""], env=env)
|
||||||
|
where_python = (
|
||||||
|
subprocess.run(
|
||||||
|
["where", "python"],
|
||||||
|
env=env,
|
||||||
|
universal_newlines=True,
|
||||||
|
check=True,
|
||||||
|
stdout=subprocess.PIPE,
|
||||||
|
)
|
||||||
|
.stdout.splitlines()[0]
|
||||||
|
.strip()
|
||||||
|
)
|
||||||
|
if where_python != str(installation_path / "python.exe"):
|
||||||
|
print(
|
||||||
|
"cibuildwheel: python available on PATH doesn't match our installed instance. If you have modified PATH, ensure that you don't overwrite cibuildwheel's entry or insert python above it.",
|
||||||
|
file=sys.stderr,
|
||||||
|
)
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
|
# check what pip version we're on
|
||||||
assert (installation_path / "Scripts" / "pip.exe").exists()
|
assert (installation_path / "Scripts" / "pip.exe").exists()
|
||||||
where_pip = (
|
where_pip = (
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
@@ -449,7 +450,9 @@ def build(options: Options) -> None:
|
|||||||
shell(test_command_prepared, cwd="c:\\", env=virtualenv_env)
|
shell(test_command_prepared, cwd="c:\\", env=virtualenv_env)
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
shutil.rmtree(venv_dir)
|
# (we ignore errors because occasionally Windows fails to unlink a file and we
|
||||||
|
# don't want to abort a build because of that)
|
||||||
|
shutil.rmtree(venv_dir, ignore_errors=True)
|
||||||
|
|
||||||
# we're all done here; move it to output (remove if already exists)
|
# we're all done here; move it to output (remove if already exists)
|
||||||
shutil.move(str(repaired_wheel), build_options.output_dir)
|
shutil.move(str(repaired_wheel), build_options.output_dir)
|
||||||
|
|||||||
@@ -2,6 +2,13 @@
|
|||||||
title: Changelog
|
title: Changelog
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### v2.3.1
|
||||||
|
|
||||||
|
_14 December 2021_
|
||||||
|
|
||||||
|
- 🐛 Setting pip options like `PIP_USE_DEPRECATED` in `CIBW_ENVIRONMENT` no longer adversely affects cibuildwheel's ability to set up a Python environment (#956)
|
||||||
|
- 📚 Docs fixes and improvements
|
||||||
|
|
||||||
### v2.3.0
|
### v2.3.0
|
||||||
|
|
||||||
_26 November 2021_
|
_26 November 2021_
|
||||||
|
|||||||
@@ -272,8 +272,8 @@
|
|||||||
- name: CTranslate2
|
- name: CTranslate2
|
||||||
gh: OpenNMT/CTranslate2
|
gh: OpenNMT/CTranslate2
|
||||||
ci: [github]
|
ci: [github]
|
||||||
os: [apple, linux]
|
os: [windows, apple, linux]
|
||||||
notes: Includes libraries from the [Intel oneAPI toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit.html). The Linux wheels also include CUDA libraries for GPU execution.
|
notes: Includes libraries from the [Intel oneAPI toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) and CUDA kernels compiled for multiple GPU architectures.
|
||||||
|
|
||||||
- name: MyPy
|
- name: MyPy
|
||||||
gh: mypyc/mypy_mypyc-wheels
|
gh: mypyc/mypy_mypyc-wheels
|
||||||
|
|||||||
+2
-2
@@ -127,7 +127,7 @@ There are two suggested methods for keeping cibuildwheel up to date that instead
|
|||||||
If you use GitHub Actions for builds, you can use cibuildwheel as an action:
|
If you use GitHub Actions for builds, you can use cibuildwheel as an action:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
uses: pypa/cibuildwheel@v2.3.0
|
uses: pypa/cibuildwheel@v2.3.1
|
||||||
```
|
```
|
||||||
|
|
||||||
This is a composite step that just runs cibuildwheel using pipx. You can set command-line options as `with:` parameters, and use `env:` as normal.
|
This is a composite step that just runs cibuildwheel using pipx. You can set command-line options as `with:` parameters, and use `env:` as normal.
|
||||||
@@ -153,7 +153,7 @@ The second option, and the only one that supports other CI systems, is using a `
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# requirements-cibw.txt
|
# requirements-cibw.txt
|
||||||
cibuildwheel==2.3.0
|
cibuildwheel==2.3.1
|
||||||
```
|
```
|
||||||
|
|
||||||
Then your install step would have `python -m pip install -r requirements-cibw.txt` in it. Your `.github/dependabot.yml` file could look like this:
|
Then your install step would have `python -m pip install -r requirements-cibw.txt` in it. Your `.github/dependabot.yml` file could look like this:
|
||||||
|
|||||||
+1
-1
@@ -947,7 +947,7 @@ Auditwheel detects the version of the manylinux / musllinux standard in the Dock
|
|||||||
manylinux-i686-image = "manylinux1"
|
manylinux-i686-image = "manylinux1"
|
||||||
|
|
||||||
# Build using the manylinux2014 image
|
# Build using the manylinux2014 image
|
||||||
manylinux-x86_64_image = "manylinux2014"
|
manylinux-x86_64-image = "manylinux2014"
|
||||||
manylinux-i686-image = "manylinux2014"
|
manylinux-i686-image = "manylinux2014"
|
||||||
manylinux-pypy_x86_64-image = "manylinux2014"
|
manylinux-pypy_x86_64-image = "manylinux2014"
|
||||||
manylinux-pypy_i686-image = "manylinux2014"
|
manylinux-pypy_i686-image = "manylinux2014"
|
||||||
|
|||||||
+2
-2
@@ -118,7 +118,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
run: pipx run cibuildwheel==2.3.0
|
run: pipx run cibuildwheel==2.3.1
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
@@ -153,7 +153,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
|
|||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
|
|
||||||
- name: Install cibuildwheel
|
- name: Install cibuildwheel
|
||||||
run: python -m pip install cibuildwheel==2.3.0
|
run: python -m pip install cibuildwheel==2.3.1
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
run: python -m cibuildwheel --output-dir wheelhouse
|
run: python -m cibuildwheel --output-dir wheelhouse
|
||||||
|
|||||||
+99
-96
@@ -10,11 +10,11 @@ title: Working examples
|
|||||||
|-----------------------------------|----|----|:------|
|
|-----------------------------------|----|----|:------|
|
||||||
| [scikit-learn][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The machine learning library. A complex but clean config using many of cibuildwheel's features to build a large project with Cython and C++ extensions. |
|
| [scikit-learn][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The machine learning library. A complex but clean config using many of cibuildwheel's features to build a large project with Cython and C++ extensions. |
|
||||||
| [Tornado][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. |
|
| [Tornado][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. |
|
||||||
| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions |
|
|
||||||
| [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. |
|
| [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. |
|
||||||
|
| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions |
|
||||||
| [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | MyPyC, the compiled component of MyPy. |
|
| [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | MyPyC, the compiled component of MyPy. |
|
||||||
| [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. |
|
|
||||||
| [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data parsing and validation using Python type hints |
|
| [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data parsing and validation using Python type hints |
|
||||||
|
| [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. |
|
||||||
| [psutil][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Cross-platform lib for process and system monitoring in Python |
|
| [psutil][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Cross-platform lib for process and system monitoring in Python |
|
||||||
| [vaex][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualize and explore big tabular data at a billion rows per second 🚀 |
|
| [vaex][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualize and explore big tabular data at a billion rows per second 🚀 |
|
||||||
| [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library |
|
| [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library |
|
||||||
@@ -51,25 +51,26 @@ title: Working examples
|
|||||||
| [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python |
|
| [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python |
|
||||||
| [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data |
|
| [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data |
|
||||||
| [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) |
|
| [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) |
|
||||||
| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
|
|
||||||
| [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. |
|
| [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. |
|
||||||
|
| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
|
||||||
|
| [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python |
|
||||||
| [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system |
|
| [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system |
|
||||||
| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson |
|
|
||||||
| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. |
|
| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. |
|
||||||
|
| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson |
|
||||||
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ¶ |
|
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ¶ |
|
||||||
| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library |
|
| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library |
|
||||||
| [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system |
|
| [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system |
|
||||||
| [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python |
|
| [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python |
|
||||||
| [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. |
|
| [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. |
|
||||||
| [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system |
|
|
||||||
| [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub |
|
| [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub |
|
||||||
|
| [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system |
|
||||||
| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing |
|
| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing |
|
||||||
| [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. |
|
| [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. |
|
||||||
| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. |
|
| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. |
|
||||||
| [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. |
|
| [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. |
|
||||||
| [CTranslate2][] | ![github icon][] | ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit.html). The Linux wheels also include CUDA libraries for GPU execution. |
|
| [CTranslate2][] | ![github icon][] | ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit.html). The Linux wheels also include CUDA libraries for GPU execution. |
|
||||||
| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 |
|
|
||||||
| [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq |
|
| [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq |
|
||||||
|
| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 |
|
||||||
| [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support |
|
| [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support |
|
||||||
| [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python |
|
| [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python |
|
||||||
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
|
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
|
||||||
@@ -83,8 +84,8 @@ title: Working examples
|
|||||||
| [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy |
|
| [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy |
|
||||||
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
|
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
|
||||||
| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. |
|
| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. |
|
||||||
| [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. |
|
|
||||||
| [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. |
|
| [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. |
|
||||||
|
| [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. |
|
||||||
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
|
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
|
||||||
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
|
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
|
||||||
| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies |
|
| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies |
|
||||||
@@ -95,11 +96,11 @@ title: Working examples
|
|||||||
|
|
||||||
[scikit-learn]: https://github.com/scikit-learn/scikit-learn
|
[scikit-learn]: https://github.com/scikit-learn/scikit-learn
|
||||||
[Tornado]: https://github.com/tornadoweb/tornado
|
[Tornado]: https://github.com/tornadoweb/tornado
|
||||||
[Matplotlib]: https://github.com/matplotlib/matplotlib
|
|
||||||
[pytorch-fairseq]: https://github.com/pytorch/fairseq
|
[pytorch-fairseq]: https://github.com/pytorch/fairseq
|
||||||
|
[Matplotlib]: https://github.com/matplotlib/matplotlib
|
||||||
[MyPy]: https://github.com/mypyc/mypy_mypyc-wheels
|
[MyPy]: https://github.com/mypyc/mypy_mypyc-wheels
|
||||||
[uvloop]: https://github.com/MagicStack/uvloop
|
|
||||||
[pydantic]: https://github.com/samuelcolvin/pydantic
|
[pydantic]: https://github.com/samuelcolvin/pydantic
|
||||||
|
[uvloop]: https://github.com/MagicStack/uvloop
|
||||||
[psutil]: https://github.com/giampaolo/psutil
|
[psutil]: https://github.com/giampaolo/psutil
|
||||||
[vaex]: https://github.com/vaexio/vaex
|
[vaex]: https://github.com/vaexio/vaex
|
||||||
[Google Benchmark]: https://github.com/google/benchmark
|
[Google Benchmark]: https://github.com/google/benchmark
|
||||||
@@ -136,25 +137,26 @@ title: Working examples
|
|||||||
[aioquic]: https://github.com/aiortc/aioquic
|
[aioquic]: https://github.com/aiortc/aioquic
|
||||||
[google neuroglancer]: https://github.com/google/neuroglancer
|
[google neuroglancer]: https://github.com/google/neuroglancer
|
||||||
[DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest
|
[DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest
|
||||||
[AutoPy]: https://github.com/autopilot-rs/autopy
|
|
||||||
[Parselmouth]: https://github.com/YannickJadoul/Parselmouth
|
[Parselmouth]: https://github.com/YannickJadoul/Parselmouth
|
||||||
|
[AutoPy]: https://github.com/autopilot-rs/autopy
|
||||||
|
[Psycopg 3]: https://github.com/psycopg/psycopg
|
||||||
[H3-py]: https://github.com/uber/h3-py
|
[H3-py]: https://github.com/uber/h3-py
|
||||||
[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson
|
|
||||||
[markupsafe]: https://github.com/pallets/markupsafe
|
[markupsafe]: https://github.com/pallets/markupsafe
|
||||||
|
[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson
|
||||||
[Rtree]: https://github.com/Toblerity/rtree
|
[Rtree]: https://github.com/Toblerity/rtree
|
||||||
[python-snappy]: https://github.com/andrix/python-snappy
|
[python-snappy]: https://github.com/andrix/python-snappy
|
||||||
[pybind11 cmake_example]: https://github.com/pybind/cmake_example
|
[pybind11 cmake_example]: https://github.com/pybind/cmake_example
|
||||||
[KDEpy]: https://github.com/tommyod/KDEpy
|
[KDEpy]: https://github.com/tommyod/KDEpy
|
||||||
[tgcalls]: https://github.com/MarshalX/tgcalls
|
[tgcalls]: https://github.com/MarshalX/tgcalls
|
||||||
[pybind11 python_example]: https://github.com/pybind/python_example
|
|
||||||
[dd-trace-py]: https://github.com/DataDog/dd-trace-py
|
[dd-trace-py]: https://github.com/DataDog/dd-trace-py
|
||||||
|
[pybind11 python_example]: https://github.com/pybind/python_example
|
||||||
[cyvcf2]: https://github.com/brentp/cyvcf2
|
[cyvcf2]: https://github.com/brentp/cyvcf2
|
||||||
[sourmash]: https://github.com/dib-lab/sourmash
|
[sourmash]: https://github.com/dib-lab/sourmash
|
||||||
[time-machine]: https://github.com/adamchainz/time-machine
|
[time-machine]: https://github.com/adamchainz/time-machine
|
||||||
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
|
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
|
||||||
[CTranslate2]: https://github.com/OpenNMT/CTranslate2
|
[CTranslate2]: https://github.com/OpenNMT/CTranslate2
|
||||||
[iminuit]: https://github.com/scikit-hep/iminuit
|
|
||||||
[jq.py]: https://github.com/mwilliamson/jq.py
|
[jq.py]: https://github.com/mwilliamson/jq.py
|
||||||
|
[iminuit]: https://github.com/scikit-hep/iminuit
|
||||||
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
|
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
|
||||||
[PyGLM]: https://github.com/Zuzu-Typ/PyGLM
|
[PyGLM]: https://github.com/Zuzu-Typ/PyGLM
|
||||||
[bx-python]: https://github.com/bxlab/bx-python
|
[bx-python]: https://github.com/bxlab/bx-python
|
||||||
@@ -168,8 +170,8 @@ title: Working examples
|
|||||||
[pyjet]: https://github.com/scikit-hep/pyjet
|
[pyjet]: https://github.com/scikit-hep/pyjet
|
||||||
[polaroid]: https://github.com/daggy1234/polaroid
|
[polaroid]: https://github.com/daggy1234/polaroid
|
||||||
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
|
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
|
||||||
[ninja]: https://github.com/scikit-build/ninja-python-distributions
|
|
||||||
[clang-format]: https://github.com/ssciwr/clang-format-wheel
|
[clang-format]: https://github.com/ssciwr/clang-format-wheel
|
||||||
|
[ninja]: https://github.com/scikit-build/ninja-python-distributions
|
||||||
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
|
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
|
||||||
[GSD]: https://github.com/glotzerlab/gsd
|
[GSD]: https://github.com/glotzerlab/gsd
|
||||||
[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext
|
[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext
|
||||||
@@ -188,90 +190,91 @@ title: Working examples
|
|||||||
[apple icon]: data/readme_icons/apple.svg
|
[apple icon]: data/readme_icons/apple.svg
|
||||||
[linux icon]: data/readme_icons/linux.svg
|
[linux icon]: data/readme_icons/linux.svg
|
||||||
|
|
||||||
<!-- scikit-learn: 48028, last pushed 0 days ago -->
|
<!-- scikit-learn: 48265, last pushed 0 days ago -->
|
||||||
<!-- Tornado: 20274, last pushed 2 days ago -->
|
<!-- Tornado: 20306, last pushed 4 days ago -->
|
||||||
<!-- Matplotlib: 14585, last pushed 0 days ago -->
|
<!-- pytorch-fairseq: 14811, last pushed 2 days ago -->
|
||||||
<!-- pytorch-fairseq: 14562, last pushed 2 days ago -->
|
<!-- Matplotlib: 14705, last pushed 0 days ago -->
|
||||||
<!-- MyPy: 11845, last pushed 0 days ago -->
|
<!-- MyPy: 11966, last pushed 0 days ago -->
|
||||||
<!-- uvloop: 8190, last pushed 18 days ago -->
|
<!-- pydantic: 8289, last pushed 0 days ago -->
|
||||||
<!-- pydantic: 8089, last pushed 0 days ago -->
|
<!-- uvloop: 8233, last pushed 3 days ago -->
|
||||||
<!-- psutil: 7862, last pushed 0 days ago -->
|
<!-- psutil: 7929, last pushed 5 days ago -->
|
||||||
<!-- vaex: 6733, last pushed 2 days ago -->
|
<!-- vaex: 6784, last pushed 0 days ago -->
|
||||||
<!-- Google Benchmark: 5911, last pushed 2 days ago -->
|
<!-- Google Benchmark: 5975, last pushed 0 days ago -->
|
||||||
<!-- asyncpg: 5183, last pushed 5 days ago -->
|
<!-- asyncpg: 5208, last pushed 4 days ago -->
|
||||||
<!-- Apache Beam: 5092, last pushed 0 days ago -->
|
<!-- Apache Beam: 5141, last pushed 0 days ago -->
|
||||||
<!-- scikit-image: 4641, last pushed 0 days ago -->
|
<!-- scikit-image: 4682, last pushed 0 days ago -->
|
||||||
<!-- twisted-iocpsupport: 4422, last pushed 4 days ago -->
|
<!-- twisted-iocpsupport: 4437, last pushed 6 days ago -->
|
||||||
<!-- cmake: 4298, last pushed 0 days ago -->
|
<!-- cmake: 4340, last pushed 0 days ago -->
|
||||||
<!-- duckdb: 3883, last pushed 0 days ago -->
|
<!-- duckdb: 3989, last pushed 0 days ago -->
|
||||||
<!-- websockets: 3684, last pushed 1 days ago -->
|
<!-- websockets: 3712, last pushed 22 days ago -->
|
||||||
<!-- cvxpy: 3611, last pushed 3 days ago -->
|
<!-- cvxpy: 3634, last pushed 0 days ago -->
|
||||||
<!-- Triton: 3359, last pushed 0 days ago -->
|
<!-- Triton: 3402, last pushed 2 days ago -->
|
||||||
<!-- PyOxidizer: 3281, last pushed 0 days ago -->
|
<!-- PyOxidizer: 3377, last pushed 1 days ago -->
|
||||||
<!-- OpenSpiel: 2956, last pushed 5 days ago -->
|
<!-- OpenSpiel: 2978, last pushed 3 days ago -->
|
||||||
<!-- pyzmq: 2954, last pushed 2 days ago -->
|
<!-- pyzmq: 2968, last pushed 4 days ago -->
|
||||||
<!-- River: 2885, last pushed 2 days ago -->
|
<!-- River: 2967, last pushed 1 days ago -->
|
||||||
<!-- vispy: 2761, last pushed 0 days ago -->
|
<!-- vispy: 2769, last pushed 2 days ago -->
|
||||||
<!-- aiortc: 2654, last pushed 15 days ago -->
|
<!-- aiortc: 2696, last pushed 10 days ago -->
|
||||||
<!-- Confluent client for Kafka: 2551, last pushed 17 days ago -->
|
<!-- Confluent client for Kafka: 2572, last pushed 2 days ago -->
|
||||||
<!-- tinyobjloader: 2333, last pushed 43 days ago -->
|
<!-- tinyobjloader: 2362, last pushed 7 days ago -->
|
||||||
<!-- coverage.py: 1829, last pushed 0 days ago -->
|
<!-- coverage.py: 1851, last pushed 0 days ago -->
|
||||||
<!-- PyCryptodome: 1781, last pushed 0 days ago -->
|
<!-- PyCryptodome: 1812, last pushed 9 days ago -->
|
||||||
<!-- Dependency Injector: 1708, last pushed 13 days ago -->
|
<!-- Dependency Injector: 1758, last pushed 14 days ago -->
|
||||||
<!-- numexpr: 1678, last pushed 4 days ago -->
|
<!-- numexpr: 1691, last pushed 1 days ago -->
|
||||||
<!-- PyYAML: 1664, last pushed 7 days ago -->
|
<!-- PyYAML: 1678, last pushed 10 days ago -->
|
||||||
<!-- h5py: 1618, last pushed 4 days ago -->
|
<!-- h5py: 1641, last pushed 1 days ago -->
|
||||||
<!-- PyAV: 1394, last pushed 56 days ago -->
|
<!-- PyAV: 1406, last pushed 3 days ago -->
|
||||||
<!-- OpenColorIO: 1184, last pushed 5 days ago -->
|
<!-- OpenColorIO: 1201, last pushed 0 days ago -->
|
||||||
<!-- PyTables: 1075, last pushed 56 days ago -->
|
<!-- PyTables: 1080, last pushed 0 days ago -->
|
||||||
<!-- Line Profiler: 957, last pushed 2 days ago -->
|
<!-- Line Profiler: 983, last pushed 10 days ago -->
|
||||||
<!-- OpenTimelineIO: 936, last pushed 0 days ago -->
|
<!-- OpenTimelineIO: 946, last pushed 0 days ago -->
|
||||||
<!-- ruptures: 848, last pushed 30 days ago -->
|
<!-- ruptures: 869, last pushed 3 days ago -->
|
||||||
<!-- pikepdf: 798, last pushed 0 days ago -->
|
<!-- pikepdf: 827, last pushed 1 days ago -->
|
||||||
<!-- aioquic: 768, last pushed 19 days ago -->
|
<!-- aioquic: 790, last pushed 6 days ago -->
|
||||||
<!-- google neuroglancer: 704, last pushed 2 days ago -->
|
<!-- google neuroglancer: 704, last pushed 9 days ago -->
|
||||||
<!-- DeepForest: 681, last pushed 121 days ago -->
|
<!-- DeepForest: 686, last pushed 142 days ago -->
|
||||||
<!-- AutoPy: 589, last pushed 157 days ago -->
|
<!-- Parselmouth: 596, last pushed 12 days ago -->
|
||||||
<!-- Parselmouth: 588, last pushed 0 days ago -->
|
<!-- AutoPy: 596, last pushed 178 days ago -->
|
||||||
<!-- H3-py: 444, last pushed 19 days ago -->
|
<!-- Psycopg 3: 544, last pushed 3 days ago -->
|
||||||
<!-- python-rapidjson: 435, last pushed 36 days ago -->
|
<!-- H3-py: 457, last pushed 40 days ago -->
|
||||||
<!-- markupsafe: 431, last pushed 16 days ago -->
|
<!-- markupsafe: 437, last pushed 6 days ago -->
|
||||||
<!-- Rtree: 428, last pushed 46 days ago -->
|
<!-- python-rapidjson: 433, last pushed 57 days ago -->
|
||||||
<!-- python-snappy: 412, last pushed 3 days ago -->
|
<!-- Rtree: 432, last pushed 67 days ago -->
|
||||||
<!-- pybind11 cmake_example: 328, last pushed 26 days ago -->
|
<!-- python-snappy: 413, last pushed 4 days ago -->
|
||||||
<!-- KDEpy: 312, last pushed 171 days ago -->
|
<!-- pybind11 cmake_example: 336, last pushed 14 days ago -->
|
||||||
<!-- tgcalls: 291, last pushed 62 days ago -->
|
<!-- KDEpy: 315, last pushed 192 days ago -->
|
||||||
<!-- pybind11 python_example: 282, last pushed 26 days ago -->
|
<!-- tgcalls: 293, last pushed 83 days ago -->
|
||||||
<!-- dd-trace-py: 282, last pushed 0 days ago -->
|
<!-- dd-trace-py: 286, last pushed 0 days ago -->
|
||||||
<!-- cyvcf2: 276, last pushed 0 days ago -->
|
<!-- pybind11 python_example: 285, last pushed 14 days ago -->
|
||||||
<!-- sourmash: 266, last pushed 0 days ago -->
|
<!-- cyvcf2: 279, last pushed 4 days ago -->
|
||||||
<!-- time-machine: 220, last pushed 0 days ago -->
|
<!-- sourmash: 267, last pushed 9 days ago -->
|
||||||
<!-- matrixprofile: 213, last pushed 149 days ago -->
|
<!-- time-machine: 236, last pushed 5 days ago -->
|
||||||
<!-- CTranslate2: 205, last pushed 2 days ago -->
|
<!-- matrixprofile: 217, last pushed 170 days ago -->
|
||||||
<!-- iminuit: 189, last pushed 8 days ago -->
|
<!-- CTranslate2: 213, last pushed 0 days ago -->
|
||||||
<!-- jq.py: 184, last pushed 111 days ago -->
|
<!-- jq.py: 189, last pushed 132 days ago -->
|
||||||
|
<!-- iminuit: 189, last pushed 29 days ago -->
|
||||||
<!-- Tokenizer: 161, last pushed 4 days ago -->
|
<!-- Tokenizer: 161, last pushed 4 days ago -->
|
||||||
<!-- PyGLM: 123, last pushed 0 days ago -->
|
<!-- PyGLM: 124, last pushed 7 days ago -->
|
||||||
<!-- bx-python: 107, last pushed 23 days ago -->
|
<!-- bx-python: 108, last pushed 1 days ago -->
|
||||||
<!-- boost-histogram: 100, last pushed 3 days ago -->
|
<!-- boost-histogram: 101, last pushed 6 days ago -->
|
||||||
<!-- iDynTree: 90, last pushed 0 days ago -->
|
<!-- iDynTree: 92, last pushed 6 days ago -->
|
||||||
<!-- TgCrypto: 79, last pushed 41 days ago -->
|
<!-- TgCrypto: 80, last pushed 62 days ago -->
|
||||||
<!-- pybase64: 76, last pushed 2 days ago -->
|
<!-- pybase64: 76, last pushed 6 days ago -->
|
||||||
<!-- etebase-py: 52, last pushed 321 days ago -->
|
<!-- etebase-py: 53, last pushed 342 days ago -->
|
||||||
<!-- fathon: 41, last pushed 4 days ago -->
|
<!-- fathon: 41, last pushed 25 days ago -->
|
||||||
<!-- numpythia: 31, last pushed 2 days ago -->
|
<!-- numpythia: 32, last pushed 13 days ago -->
|
||||||
<!-- pyjet: 30, last pushed 26 days ago -->
|
<!-- pyjet: 31, last pushed 14 days ago -->
|
||||||
<!-- polaroid: 27, last pushed 50 days ago -->
|
<!-- polaroid: 27, last pushed 1 days ago -->
|
||||||
<!-- Imagecodecs (fork): 26, last pushed 2 days ago -->
|
<!-- Imagecodecs (fork): 26, last pushed 23 days ago -->
|
||||||
|
<!-- clang-format: 22, last pushed 59 days ago -->
|
||||||
<!-- ninja: 20, last pushed 0 days ago -->
|
<!-- ninja: 20, last pushed 0 days ago -->
|
||||||
<!-- clang-format: 20, last pushed 38 days ago -->
|
<!-- pybind11 scikit_build_example: 19, last pushed 14 days ago -->
|
||||||
<!-- pybind11 scikit_build_example: 19, last pushed 26 days ago -->
|
<!-- GSD: 18, last pushed 25 days ago -->
|
||||||
<!-- GSD: 18, last pushed 4 days ago -->
|
<!-- pyinstrument_cext: 10, last pushed 65 days ago -->
|
||||||
<!-- pyinstrument_cext: 10, last pushed 44 days ago -->
|
<!-- xmlstarlet: 7, last pushed 34 days ago -->
|
||||||
<!-- xmlstarlet: 7, last pushed 13 days ago -->
|
<!-- CorrectionLib: 7, last pushed 2 days ago -->
|
||||||
<!-- CorrectionLib: 7, last pushed 16 days ago -->
|
<!-- pillow-heif: 7, last pushed 1 days ago -->
|
||||||
<!-- pillow-heif: 5, last pushed 16 days ago -->
|
<!-- SiPM: 4, last pushed 35 days ago -->
|
||||||
<!-- SiPM: 4, last pushed 14 days ago -->
|
|
||||||
|
|
||||||
<!-- END bin/projects.py -->
|
<!-- END bin/projects.py -->
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ stack: python 3.7
|
|||||||
init:
|
init:
|
||||||
- cmd: set PATH=C:\Python37;C:\Python37\Scripts;%PATH%
|
- cmd: set PATH=C:\Python37;C:\Python37\Scripts;%PATH%
|
||||||
|
|
||||||
install: python -m pip install cibuildwheel==2.3.0
|
install: python -m pip install cibuildwheel==2.3.1
|
||||||
|
|
||||||
build_script: python -m cibuildwheel --output-dir wheelhouse
|
build_script: python -m cibuildwheel --output-dir wheelhouse
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ jobs:
|
|||||||
- bash: |
|
- bash: |
|
||||||
set -o errexit
|
set -o errexit
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip3 install cibuildwheel==2.3.0
|
pip3 install cibuildwheel==2.3.1
|
||||||
displayName: Install dependencies
|
displayName: Install dependencies
|
||||||
- bash: cibuildwheel --output-dir wheelhouse .
|
- bash: cibuildwheel --output-dir wheelhouse .
|
||||||
displayName: Build wheels
|
displayName: Build wheels
|
||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- bash: |
|
- bash: |
|
||||||
set -o errexit
|
set -o errexit
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install cibuildwheel==2.3.0
|
python3 -m pip install cibuildwheel==2.3.1
|
||||||
displayName: Install dependencies
|
displayName: Install dependencies
|
||||||
- bash: cibuildwheel --output-dir wheelhouse .
|
- bash: cibuildwheel --output-dir wheelhouse .
|
||||||
displayName: Build wheels
|
displayName: Build wheels
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
- bash: |
|
- bash: |
|
||||||
set -o errexit
|
set -o errexit
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install cibuildwheel==2.3.0
|
pip install cibuildwheel==2.3.1
|
||||||
displayName: Install dependencies
|
displayName: Install dependencies
|
||||||
- bash: cibuildwheel --output-dir wheelhouse .
|
- bash: cibuildwheel --output-dir wheelhouse .
|
||||||
displayName: Build wheels
|
displayName: Build wheels
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Build the Linux wheels.
|
name: Build the Linux wheels.
|
||||||
command: |
|
command: |
|
||||||
pip3 install --user cibuildwheel==2.3.0
|
pip3 install --user cibuildwheel==2.3.1
|
||||||
cibuildwheel --output-dir wheelhouse
|
cibuildwheel --output-dir wheelhouse
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: wheelhouse/
|
path: wheelhouse/
|
||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Build the OS X wheels.
|
name: Build the OS X wheels.
|
||||||
command: |
|
command: |
|
||||||
pip3 install cibuildwheel==2.3.0
|
pip3 install cibuildwheel==2.3.1
|
||||||
cibuildwheel --output-dir wheelhouse
|
cibuildwheel --output-dir wheelhouse
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: wheelhouse/
|
path: wheelhouse/
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: pypa/cibuildwheel@v2.3.0
|
uses: pypa/cibuildwheel@v2.3.1
|
||||||
env:
|
env:
|
||||||
CIBW_ARCHS_MACOS: x86_64 universal2
|
CIBW_ARCHS_MACOS: x86_64 universal2
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: pypa/cibuildwheel@v2.3.0
|
uses: pypa/cibuildwheel@v2.3.1
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: pypa/cibuildwheel@v2.3.0
|
uses: pypa/cibuildwheel@v2.3.1
|
||||||
# to supply options, put them in 'env', like:
|
# to supply options, put them in 'env', like:
|
||||||
# env:
|
# env:
|
||||||
# CIBW_SOME_OPTION: value
|
# CIBW_SOME_OPTION: value
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
platforms: all
|
platforms: all
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: pypa/cibuildwheel@v2.3.0
|
uses: pypa/cibuildwheel@v2.3.1
|
||||||
env:
|
env:
|
||||||
# configure cibuildwheel to build native archs ('auto'), and some
|
# configure cibuildwheel to build native archs ('auto'), and some
|
||||||
# emulated ones
|
# emulated ones
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ linux:
|
|||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
script:
|
script:
|
||||||
- curl -sSL https://get.docker.com/ | sh
|
- curl -sSL https://get.docker.com/ | sh
|
||||||
- python -m pip install cibuildwheel==2.3.0
|
- python -m pip install cibuildwheel==2.3.1
|
||||||
- cibuildwheel --output-dir wheelhouse
|
- cibuildwheel --output-dir wheelhouse
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
@@ -19,11 +19,11 @@ jobs:
|
|||||||
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
|
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- python3 -m pip install cibuildwheel==2.3.0
|
- python3 -m pip install cibuildwheel==2.3.1
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# build the wheels, put them into './wheelhouse'
|
# build the wheels, put them into './dist'
|
||||||
- python3 -m cibuildwheel --output-dir wheelhouse
|
- python3 -m cibuildwheel --output-dir dist
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pypi
|
provider: pypi
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
|
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- python3 -m pip install cibuildwheel==2.3.0
|
- python3 -m pip install cibuildwheel==2.3.1
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# build the wheels, put them into './wheelhouse'
|
# build the wheels, put them into './wheelhouse'
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
- stage: deploy
|
- stage: deploy
|
||||||
name: Build and deploy Linux wheels
|
name: Build and deploy Linux wheels
|
||||||
services: docker
|
services: docker
|
||||||
install: python3 -m pip install cibuildwheel==2.3.0 twine
|
install: python3 -m pip install cibuildwheel==2.3.1 twine
|
||||||
script: python3 -m cibuildwheel --output-dir wheelhouse
|
script: python3 -m cibuildwheel --output-dir wheelhouse
|
||||||
after_success: python3 -m twine upload --skip-existing wheelhouse/*.whl
|
after_success: python3 -m twine upload --skip-existing wheelhouse/*.whl
|
||||||
# Deploy on windows
|
# Deploy on windows
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
name: Build and deploy Windows wheels
|
name: Build and deploy Windows wheels
|
||||||
os: windows
|
os: windows
|
||||||
language: shell
|
language: shell
|
||||||
install: python3 -m pip install cibuildwheel==2.3.0 twine
|
install: python3 -m pip install cibuildwheel==2.3.1 twine
|
||||||
script: python3 -m cibuildwheel --output-dir wheelhouse
|
script: python3 -m cibuildwheel --output-dir wheelhouse
|
||||||
after_success: python3 -m twine upload --skip-existing wheelhouse/*.whl
|
after_success: python3 -m twine upload --skip-existing wheelhouse/*.whl
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = cibuildwheel
|
name = cibuildwheel
|
||||||
version = 2.3.0
|
version = 2.3.1
|
||||||
description = Build Python wheels on CI with minimal configuration.
|
description = Build Python wheels on CI with minimal configuration.
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user