Staging
v0.5.1
https://github.com/python/cpython
Revision 21a808230aa33741f1dd9bf38f0e283c1b72210e authored by Miss Islington (bot) on 13 September 2018, 00:06:53 UTC, committed by GitHub on 13 September 2018, 00:06:53 UTC
(cherry picked from commit e1a34ceb541ef87e03bb428630097dacc9c658e5)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
1 parent bdace2e
Raw File
Tip revision: 21a808230aa33741f1dd9bf38f0e283c1b72210e authored by Miss Islington (bot) on 13 September 2018, 00:06:53 UTC
closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)
Tip revision: 21a8082
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