Skip to content

Commit

Permalink
Port from cffi to the cpython crate.
Browse files Browse the repository at this point in the history
[ci skip-jvm-tests]
  • Loading branch information
stuhood committed Apr 20, 2020
1 parent 107b833 commit e38e759
Show file tree
Hide file tree
Showing 24 changed files with 1,501 additions and 2,857 deletions.
1 change: 0 additions & 1 deletion 3rdparty/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ansicolors==1.1.8
beautifulsoup4>=4.6.0,<4.7
cffi==1.13.2
contextlib2==0.5.5
coverage>=4.5,<4.6
dataclasses==0.6
Expand Down
27 changes: 0 additions & 27 deletions build-support/bin/native/bootstrap_cffi.sh

This file was deleted.

2 changes: 1 addition & 1 deletion src/python/pants/backend/python/rules/pex.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ async def create_pex(
argv.extend(pex_debug.iter_pex_args())

if python_setup.resolver_jobs:
argv.extend(["--jobs", python_setup.resolver_jobs])
argv.extend(["--jobs", str(python_setup.resolver_jobs)])

if python_setup.manylinux:
argv.extend(["--manylinux", python_setup.manylinux])
Expand Down
1 change: 0 additions & 1 deletion src/python/pants/engine/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ python_library(
':interactive_runner',
':isolated_process',
':selectors',
'3rdparty/python:cffi',
'3rdparty/python:setuptools',
'src/python/pants/binaries',
'src/python/pants/util:dirutil',
Expand Down
Loading

0 comments on commit e38e759

Please sign in to comment.