Stop building python2 wheels and workaround broken py38 wheel
This script is used to publish wheel binary packages to pypi.
Since we're going to remove python2 support, stop generating wheels for python2.
Also py38 is out and our wheel doesn't compile with py38 due to a bug of logilab-common.
Waiting a fix, don't build wheel for py38.
% docker run --rm -it quay.io/pypa/manylinux1_x86_64 ls -1A /opt/python
cp27-cp27m
cp27-cp27mu
cp34-cp34m
cp35-cp35m
cp36-cp36m
cp37-cp37m
cp38-cp38
This package provides base library for the Relationship Query Language
INSTALL
-------
the standard way:
python setup.py install
building rql binary extension in place:
python setup.py build_ext --inplace
BUILD
-----
To build a manylinux package for rql we use quay.io/pypa/manylinux1_x86_64
docker image and a custom script `build_wheel.sh` so you just have to execute
it and it will pull docker image and execute script in this imageĀ :
sh build_wheel.sh