[issue1799] Per user site-packages and setup.py install --user patch

2008-05-05 Thread Christian Heimes

Changes by Christian Heimes [EMAIL PROTECTED]:


Removed file: http://bugs.python.org/file9158/trunk_usersite4.patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1799
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1799] Per user site-packages and setup.py install --user patch

2008-01-15 Thread Jesús Cea Avión

Changes by Jesús Cea Avión:


--
nosy: +jcea

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1799
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1799] Per user site-packages and setup.py install --user patch

2008-01-15 Thread Christian Heimes

Christian Heimes added the comment:

Future patches will be applied to the branch directly:

http://svn.python.org/view/sandbox/trunk/pep370

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1799
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1799] Per user site-packages and setup.py install --user patch

2008-01-13 Thread Christian Heimes

Christian Heimes added the comment:

The new patch adds the -s option, checks for getuid() == geteuid() and
adds sys.flags (see #1816).

Added file: http://bugs.python.org/file9153/trunk_usersite3.patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1799
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1799] Per user site-packages and setup.py install --user patch

2008-01-13 Thread Gregory P. Smith

Gregory P. Smith added the comment:

nice.  ping a mac developer for what to do with the darwin stuff that
you commented out.

It'd also be nice to have unit tests for the new behavior.  Though i
don't think we have many (any?) of that type of regression test right
now.  Such a test would need to setup a test user site package,
os.system another instance python with and without -s to confirm if it
saw the test site package that was just created or not followed by
cleaning it all up.

--
nosy: +gregory.p.smith

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1799
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1799] Per user site-packages and setup.py install --user patch

2008-01-13 Thread Christian Heimes

Changes by Christian Heimes:


Added file: http://bugs.python.org/file9158/trunk_usersite4.patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1799
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1799] Per user site-packages and setup.py install --user patch

2008-01-13 Thread Christian Heimes

Changes by Christian Heimes:


Removed file: http://bugs.python.org/file9131/trunk_usersite.patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1799
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1799] Per user site-packages and setup.py install --user patch

2008-01-13 Thread Christian Heimes

Changes by Christian Heimes:


Removed file: http://bugs.python.org/file9153/trunk_usersite3.patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1799
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1799] Per user site-packages and setup.py install --user patch

2008-01-11 Thread Christian Heimes

New submission from Christian Heimes:

The patch adds a per user site-packages directory and a --user option
for distutils' setup.py install. It also cleans up site.py a bit and
makes addsitepackages() extensible.

I'm going to write a mini PEP soonish.

--
components: Distutils, Library (Lib)
files: trunk_usersite.patch
keywords: patch
messages: 59754
nosy: tiran
priority: normal
severity: normal
status: open
title: Per user site-packages and setup.py install --user patch
type: rfe
versions: Python 2.6
Added file: http://bugs.python.org/file9131/trunk_usersite.patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1799
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com