[issue15458] Add python-config --configdir option

2012-07-26 Thread Barry A. Warsaw

New submission from Barry A. Warsaw ba...@python.org:

To assist with vendor builds, Matthias has requested added a --configdir option 
to the python3-config script.  This would return 
sysconfig.get_config_var('LIBPL').  The value is embedded in the output for 
--ldflags, but not in a convenient way.

The change is fairly trivial; see attached patch.  I am assigning this to Georg 
and making it a release blocker because I would like to get a freeze exemption 
for Python 3.3.  If Georg agrees, I will commit the patch.  If not, please 
twiddle Priority, Versions, and Assigned To as appropriate.

--
assignee: georg.brandl
files: configdir.diff
keywords: patch
messages: 166491
nosy: barry, georg.brandl
priority: release blocker
severity: normal
status: open
title: Add python-config --configdir option
versions: Python 3.3
Added file: http://bugs.python.org/file26528/configdir.diff

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



[issue15458] Add python-config --configdir option

2012-07-26 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

I guess we can do this, looks fine to me.

--

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



[issue15458] Add python-config --configdir option

2012-07-26 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset ddf15cd9be4a by Barry Warsaw in branch 'default':
- Issue #15458: python-config gets a new option --configdir to print the
http://hg.python.org/cpython/rev/ddf15cd9be4a

--
nosy: +python-dev

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



[issue15458] Add python-config --configdir option

2012-07-26 Thread Barry A. Warsaw

Changes by Barry A. Warsaw ba...@python.org:


--
resolution:  - fixed
status: open - closed

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