Staging
v0.5.1
https://github.com/python/cpython
Revision c56894d305211c98882898f237ff54f620520139 authored by Serhiy Storchaka on 05 September 2013, 14:44:53 UTC, committed by Serhiy Storchaka on 05 September 2013, 14:44:53 UTC
their version strings to stdout, and not to sderr.
1 parent 34464d4
Raw File
Tip revision: c56894d305211c98882898f237ff54f620520139 authored by Serhiy Storchaka on 05 September 2013, 14:44:53 UTC
Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write
Tip revision: c56894d
python.pc.in
# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Python library
Requires: 
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top