mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-08 18:02:05 +03:00
add a builder that can re-package python wheel files
Summary: Add a new builder that can extract Python wheel files, and re-package them for consumption by our add_fb_python_library() and add_fb_python_executable() CMake functions. This is useful for dependencies on packages from PyPI. At the moment this code only handles architecture-independent pure-Python packages. It shouldn't be too hard to extend this to handle more complex wheels, but for now I only need to use it for some pure-Python wheels and so I haven't tested with more complex wheel files. This also includes two new manifests for python-six and python-toml that take use this new builder. Reviewed By: wez Differential Revision: D17401216 fbshipit-source-id: d6f74565887c3f004e1c06503dc9ec81599dd697
This commit is contained in:
committed by
Facebook Github Bot
parent
9e6e9d6bcb
commit
ce9e15c734
9
build/fbcode_builder/manifests/python-six
Normal file
9
build/fbcode_builder/manifests/python-six
Normal file
@@ -0,0 +1,9 @@
|
||||
[manifest]
|
||||
name = python-six
|
||||
|
||||
[download]
|
||||
url = https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
|
||||
sha256 = 3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c
|
||||
|
||||
[build]
|
||||
builder = python-wheel
|
Reference in New Issue
Block a user