Staging
v0.5.1
https://github.com/python/cpython
Revision fbd605151fcf2899b14575f4ddb9ce3c55e684ab authored by Коренберг Марк on 21 December 2017, 12:16:17 UTC, committed by Andrew Svetlov on 21 December 2017, 12:16:17 UTC
1 parent a8d25a1
Raw File
Tip revision: fbd605151fcf2899b14575f4ddb9ce3c55e684ab authored by Коренберг Марк on 21 December 2017, 12:16:17 UTC
bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (#4867)
Tip revision: fbd6051
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