[issue20464] Update distutils sample config file in Doc/install/index.rst

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: test needed -> 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



[issue20464] Update distutils sample config file in Doc/install/index.rst

2017-09-30 Thread Zachary Ware

Change by Zachary Ware :


--
versions: +Python 3.7 -Python 3.4, Python 3.5

___
Python tracker 

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



[issue20464] Update distutils sample config file in Doc/install/index.rst

2015-07-30 Thread Zachary Ware

Changes by Zachary Ware zachary.w...@gmail.com:


--
versions: +Python 3.5, Python 3.6 -Python 3.3

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



[issue20464] Update distutils sample config file in Doc/install/index.rst

2014-03-13 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
assignee: docs@python - eric.araujo
nosy: +eric.araujo

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



[issue20464] Update distutils sample config file in Doc/install/index.rst

2014-01-31 Thread Zachary Ware

New submission from Zachary Ware:

From docs@:

On Thu, Jan 16, 2014 at 2:56 AM, Peter Bröcker peter.broec...@uni-koeln.de 
wrote:
 Hi,

 I have tried to set up the distutils config files for a custom module
 installation. Using the suggested snippet  from

 http://docs.python.org/2/install/

 [install]
 install-base=$HOME/python
 install-purelib=lib
 install-platlib=lib.$PLAT
 install-scripts=scripts
 install-data=data did not work for me.

 Instead, I had to add install-headers and additionally modify all paths
 to include $base:

 [install]
 install-base=/some/dir
 install-purelib=$base/lib
 install-platlib=$base/lib.$PLAT
 install-scripts=$base/scripts
 install-headers=$base/include
 install-data=$base/data


 I'm unsure if this is actually a bug, but I could only resolve this with
 the help of this answer on stackoverflow:
 http://stackoverflow.com/a/12768721

 Best regards,
 Peter

--
assignee: docs@python
components: Distutils, Documentation
messages: 209829
nosy: docs@python, zach.ware
priority: normal
severity: normal
stage: test needed
status: open
title: Update distutils sample config file in Doc/install/index.rst
type: behavior
versions: Python 2.7, Python 3.3, Python 3.4

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