# # A Python module that implements a XML/HTML/XHTML Markup safe string. # # MarkupSafe implements a text object that escapes characters so it is # safe to use in HTML and XML. Characters that have special meanings # are replaced so that they display as the actual characters. This # mitigates injection attacks, meaning untrusted user input can safely # be displayed on a page. Escaping is implemented in C so it is as # efficient as possible. # 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=python-MarkupSafe pkgversion=2.1.1 arch=amd64 release=1 pkgcategory="python" full_pkgname=python-MarkupSafe_2.1.1_amd64-1@python blurb="A Python module that implements a XML/HTML/XHTML Markup safe string." homepage="https://palletsprojects.com/p/markupsafe" license="BSD License (BSD-3-Clause)" fetch="https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz" replace=""