From a494f9bbe59c5b9967e46edff7273288a50cdb00 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Thu, 29 Oct 2020 14:42:53 +0000 Subject: [PATCH 1/4] twisted not using cibuildwheel any more --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dde9e28c..d9bc8da4 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,6 @@ Here are some repos that use cibuildwheel. - [AutoPy](https://github.com/autopilot-rs/autopy) - [apriltags2-ethz](https://github.com/safijari/apriltags2_ethz) - [TgCrypto](https://github.com/pyrogram/tgcrypto) -- [Twisted](https://github.com/twisted/twisted) - [gmic-py](https://github.com/dtschump/gmic-py) - [creme](https://github.com/creme-ml/creme) - [PyAV](https://github.com/PyAV-Org/PyAV) From 7e4b44b6ee21c635fa2d0f511a14856f2731a265 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Thu, 29 Oct 2020 15:22:07 +0000 Subject: [PATCH 2/4] Add Matplotlib, twisted-iocpsupport and bx-python --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d9bc8da4..d6aa7a5b 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Working examples Here are some repos that use cibuildwheel. +- [Matplotlib](https://github.com/matplotlib/matplotlib) - [pyinstrument_cext](https://github.com/joerick/pyinstrument_cext) - A simple C extension, without external dependencies, built on Travis CI/Appveyor. - [websockets](https://github.com/aaugustin/websockets) - [Parselmouth](https://github.com/YannickJadoul/Parselmouth) @@ -136,6 +137,7 @@ Here are some repos that use cibuildwheel. - [AutoPy](https://github.com/autopilot-rs/autopy) - [apriltags2-ethz](https://github.com/safijari/apriltags2_ethz) - [TgCrypto](https://github.com/pyrogram/tgcrypto) +- [twisted-iocpsupport](https://github.com/twisted/twisted-iocpsupport) - [gmic-py](https://github.com/dtschump/gmic-py) - [creme](https://github.com/creme-ml/creme) - [PyAV](https://github.com/PyAV-Org/PyAV) @@ -145,6 +147,8 @@ Here are some repos that use cibuildwheel. - [fathon](https://github.com/stfbnc/fathon) - [etebase-py](https://github.com/etesync/etebase-py) - Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed, built on Travis CI. - [xmlstarlet](https://github.com/dimitern/xmlstarlet) - Python 3.6+ CFFI bindings with true MSVC build and GitHub Actions. +- [bx-python](https://github.com/bxlab/bx-python) + > Add your repo here! Send a PR. > > I'd like to include notes here to indicate why an example might be interesting to cibuildwheel users - the styles/technologies/techniques used in each. Please include that in future additions! From 957a4fb8e10d158a3bce50b4d815e2db483bbb68 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Fri, 30 Oct 2020 19:57:17 +0000 Subject: [PATCH 3/4] Add context to repos Co-authored-by: Joe Rickerby --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6aa7a5b..0d2e167f 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Working examples Here are some repos that use cibuildwheel. -- [Matplotlib](https://github.com/matplotlib/matplotlib) +- [Matplotlib](https://github.com/matplotlib/matplotlib) - The venerable Matplotlib, a Python library with C++ portions, built for Linux, Mac, and Windows on Github Actions. - [pyinstrument_cext](https://github.com/joerick/pyinstrument_cext) - A simple C extension, without external dependencies, built on Travis CI/Appveyor. - [websockets](https://github.com/aaugustin/websockets) - [Parselmouth](https://github.com/YannickJadoul/Parselmouth) @@ -137,7 +137,7 @@ Here are some repos that use cibuildwheel. - [AutoPy](https://github.com/autopilot-rs/autopy) - [apriltags2-ethz](https://github.com/safijari/apriltags2_ethz) - [TgCrypto](https://github.com/pyrogram/tgcrypto) -- [twisted-iocpsupport](https://github.com/twisted/twisted-iocpsupport) +- [twisted-iocpsupport](https://github.com/twisted/twisted-iocpsupport) - A submodule of Twisted that hooks into native C APIs using Cython. Built on Github CI for Windows. - [gmic-py](https://github.com/dtschump/gmic-py) - [creme](https://github.com/creme-ml/creme) - [PyAV](https://github.com/PyAV-Org/PyAV) @@ -147,7 +147,7 @@ Here are some repos that use cibuildwheel. - [fathon](https://github.com/stfbnc/fathon) - [etebase-py](https://github.com/etesync/etebase-py) - Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed, built on Travis CI. - [xmlstarlet](https://github.com/dimitern/xmlstarlet) - Python 3.6+ CFFI bindings with true MSVC build and GitHub Actions. -- [bx-python](https://github.com/bxlab/bx-python) +- [bx-python](https://github.com/bxlab/bx-python) - A library that includes Cython extensions, built on Travis CI for Mac and Linux. > Add your repo here! Send a PR. > From beda0e5ce8dd0d4179c759dc4bc4eb03ba1f7a98 Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Sat, 31 Oct 2020 01:07:03 +0100 Subject: [PATCH 4/4] Add description to Parselmouth in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d2e167f..19d7d450 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Here are some repos that use cibuildwheel. - [Matplotlib](https://github.com/matplotlib/matplotlib) - The venerable Matplotlib, a Python library with C++ portions, built for Linux, Mac, and Windows on Github Actions. - [pyinstrument_cext](https://github.com/joerick/pyinstrument_cext) - A simple C extension, without external dependencies, built on Travis CI/Appveyor. - [websockets](https://github.com/aaugustin/websockets) -- [Parselmouth](https://github.com/YannickJadoul/Parselmouth) +- [Parselmouth](https://github.com/YannickJadoul/Parselmouth) - 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; all platforms built on Github Actions. - [python-admesh](https://github.com/admesh/python-admesh) - [pybase64](https://github.com/mayeut/pybase64) - [KDEpy](https://github.com/tommyod/KDEpy)