# # Multi-paradigm programming language (v3). # # Python is an interpreted, interactive object-oriented programming # language suitable (amongst other uses) for distributed application # development, scripting, numeric computing and system testing. # # Python is often compared to Tcl, Perl, Java, JavaScript, Visual # Basic or Scheme. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=python3 pkgversion=3.9.16 arch=amd64 release=2 pkgcategory="python" full_pkgname=python3_3.9.16_amd64-2@python blurb="Multi-paradigm programming language (v3)." homepage="https://www.python.org/" license="Python Software Foundation License" fetch="https://www.python.org/ftp/python/3.9.16/Python-3.9.16.tgz" replace=""