Staging
v0.5.1
https://github.com/python/cpython
Revision 5329aaa74bfe48a3be4fcd15d070bacfde682267 authored by Robert Collins on 17 July 2015, 08:08:45 UTC, committed by Robert Collins on 17 July 2015, 08:08:45 UTC
1 parent 579db16
Raw File
Tip revision: 5329aaa74bfe48a3be4fcd15d070bacfde682267 authored by Robert Collins on 17 July 2015, 08:08:45 UTC
Issue #21750: mock_open.read_data can now be read from each instance, as it
Tip revision: 5329aaa
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