bpo-36353: fix -R option of build_ext for OSX by tovrstra · Pull Request #12418 · python/cpython

@tovrstra

@tovrstra

@blurb-it

acolinisi pushed a commit to acolinisi/setuptools that referenced this pull request

Mar 29, 2021

acolinisi pushed a commit to acolinisi/setuptools that referenced this pull request

Mar 29, 2021

acolinisi pushed a commit to acolinisi/distutils that referenced this pull request

Apr 4, 2021

acolinisi pushed a commit to acolinisi/distutils that referenced this pull request

Apr 7, 2021

acolinisi pushed a commit to acolinisi/distutils that referenced this pull request

Apr 25, 2021

acolinisi pushed a commit to acolinisi/distutils that referenced this pull request

Apr 25, 2021

acolinisi pushed a commit to acolinisi/distutils that referenced this pull request

Apr 25, 2021

acolinisi pushed a commit to acolinisi/distutils that referenced this pull request

Apr 25, 2021

acolinisi pushed a commit to acolinisi/distutils that referenced this pull request

Apr 25, 2021
Fix -R option of build_ext for macOS (darwin)

Resolves this old bug against distutils that expired due to PIP 632:
https://bugs.python.org/issue36353

Applies patch originally submitted to CPython:
python/cpython#12418

Contributor: Toon Verstraelen <Toon.Verstraelen@UGent.be>
Signed-off-by: Alexei Colin <acolin@isi.edu>

acolinisi pushed a commit to acolinisi/distutils that referenced this pull request

Apr 27, 2021
Fix -R option of build_ext for macOS (darwin)

Resolves this old bug against distutils that expired due to PIP 632:
https://bugs.python.org/issue36353

Applies patch originally submitted to CPython:
python/cpython#12418

Contributor: Toon Verstraelen <Toon.Verstraelen@UGent.be>
Signed-off-by: Alexei Colin <acolin@isi.edu>

jaraco pushed a commit to pypa/setuptools that referenced this pull request

Jul 4, 2021
Fix -R option of build_ext for macOS (darwin)

Resolves this old bug against distutils that expired due to PIP 632:
https://bugs.python.org/issue36353

Applies patch originally submitted to CPython:
python/cpython#12418

Contributor: Toon Verstraelen <Toon.Verstraelen@UGent.be>
Signed-off-by: Alexei Colin <acolin@isi.edu>