[issue1011113] Make “install” find the build_base directory

2021-02-03 Thread Steve Dower


Steve Dower  added the comment:

Distutils is now deprecated (see PEP 632) and all tagged issues are being 
closed. From now until removal, only release blocking issues will be considered 
for distutils.

If this issue does not relate to distutils, please remove the component and 
reopen it. If you believe it still requires a fix, most likely the issue should 
be re-reported at https://github.com/pypa/setuptools

--
nosy: +steve.dower
resolution:  -> out of date
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1011113] Make “install” find the build_base directory

2019-07-29 Thread STINNER Victor


STINNER Victor  added the comment:

This issue is 15 years old and has 3 patches: it's far from being "newcomer 
friendly", I remove the "Easy" label.

--
keywords:  -easy
nosy: +vstinner

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1011113] Make “install” find the build_base directory

2014-08-10 Thread Sean McCully

Sean McCully added the comment:

Please advise any changes that need to be made, this is technically my second 
patch submission to cpython. I also had trouble running the unittests when 
backporting to 2.7.

Look at distutils, there wasn't a clear method for linking commands to share 
common options. This led to the solution provided which searches command 
options provided (via command line or configuration) for any shared options 
between command being ran and commands specified.

Patch for Python 3.4 attached.

--
keywords: +patch
nosy: +seanmccully
Added file: http://bugs.python.org/file36336/issue103-py34.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue103
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1011113] Make “install” find the build_base directory

2014-08-10 Thread Sean McCully

Sean McCully added the comment:

Attaching Python 2.7 patch.

--
Added file: http://bugs.python.org/file36338/issue103-py27.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue103
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1011113] Make “install” find the build_base directory

2014-08-10 Thread Sean McCully

Sean McCully added the comment:

Attachng Python 3.5/default branch patch.

--
Added file: http://bugs.python.org/file36337/issue103-default.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue103
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1011113] Make “install” find the build_base directory

2014-08-04 Thread Ezio Melotti

Ezio Melotti added the comment:

Éric, can this be closed then?

--
nosy: +ezio.melotti
status: open - pending

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue103
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1011113] Make “install” find the build_base directory

2014-08-04 Thread Éric Araujo

Éric Araujo added the comment:

In my previous message I meant that I agreed with the original request, i.e. 
add --build-base to install.  I will probably never have the time to write a 
patch.

--
dependencies:  -write a configure command
status: pending - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue103
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1011113] Make “install” find the build_base directory

2014-07-05 Thread Mark Lawrence

Changes by Mark Lawrence breamore...@yahoo.co.uk:


--
components:  -Distutils2
nosy: +dstufft
versions: +Python 3.4, Python 3.5 -3rd party, Python 3.2, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue103
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1011113] Make “install” find the build_base directory

2011-11-12 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

I’ve found a distutils commit that shows that this option was removed on 
purpose, because people might except that using “install -b foo” would affect 
the build command, but it does not.  I don’t think it’s a problem.  For people 
who run build and install in separate steps, it should be possible to say 
“build -b spam” and then “install -b spam”.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue103
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1011113] Make “install” find the build_base directory

2011-10-26 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Actually I think this bug can be fixed in distutils.

--
components: +Distutils
keywords: +easy
resolution: remind - 
stage:  - needs patch
type: feature request - behavior
versions: +Python 2.7, Python 3.2, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue103
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1011113] Make “install” find the build_base directory

2011-02-13 Thread Alexis Metaireau

Changes by Alexis Metaireau ale...@notmyidea.org:


--
nosy: +alexis

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue103
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com