mirror of
https://github.com/google/brotli.git
synced 2026-09-24 15:46:13 +00:00
[PR #583] [MERGED] disable buidling/deployment of python wheels #1228
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/583
Author: @anthrotype
Created: 8/8/2017
Status: ✅ Merged
Merged: 8/23/2017
Merged by: @eustas
Base:
master← Head:no-python-deploy📝 Commits (10+)
75aa483[appveyor] remove 'deploy' stage; only test python 2.7 and 3.6f54b514remove terrify submodule as not needed any more2475c01[travis] just test py2.7 and 3.6 on linux; remove extra osx python builds86d4b19[setup.py] only rebuild if dependency are newer; fix typo in list of 'depends'384f8b6[ci] only run 'python setup.py test'44b5e66[Makefile] run 'build_ext --inplace' instead of 'develop' as default target4e370f5[Makefile] add 'develop' target; remove unnecessary 'tests' target0a3c14c[Makefile]setup.py testrequires setuptools; runpython -m unittest47b4aab[python/README.md] add ref to 'develop' target; remove 'tests', just 'make test'44f6d75[setup.py] import modules as per nicksay's comment📊 Changes
10 files changed (+60 additions, -361 deletions)
View changed files
📝
.gitmodules(+0 -3)📝
.travis.yml(+16 -17)📝
python/Makefile(+8 -5)📝
python/README.md(+9 -8)📝
scripts/.travis.sh(+1 -19)📝
scripts/appveyor.yml(+8 -50)➖
scripts/install_py.ps1(+0 -177)➖
scripts/run_with_compiler.cmd(+0 -80)➖
scripts/terryfy(+0 -1)📝
setup.py(+18 -1)📄 Description
Since this is now done in a separate https://github.com/google/brotli-wheels, it makes sense remove that from the upstream brotli's Travis and Appveyor setup.
We still run
python setup.py teston both 2.7 and 3.6 on linux and windows, as well as on the system's python on macOS.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.