Staging
v0.5.1
https://github.com/python/cpython
Revision a77b1f6b5bb3b76cb913e62ad68f5fd803d515bd authored by Miss Islington (bot) on 11 July 2020, 02:07:37 UTC, committed by GitHub on 11 July 2020, 02:07:37 UTC
(cherry picked from commit 344dce312a0cf86d5a5772d54843cc179acaf6e3)

Co-authored-by: Nima Dini <nima.dini@gmail.com>
1 parent 3daf001
Raw File
Tip revision: a77b1f6b5bb3b76cb913e62ad68f5fd803d515bd authored by Miss Islington (bot) on 11 July 2020, 02:07:37 UTC
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
Tip revision: a77b1f6
python.pc.in
# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Build a C extension for Python
Requires:
Version: @VERSION@
Libs.private: @LIBS@
Libs:
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top