# 
# Mako is a template library written in Python.
# 
# It provides a familiar, non-XML syntax which compiles into Python
# modules for maximum performance.  Mako's syntax and API borrows
# from the best ideas of many others, including Django and
# Jinja2templates, Cheetah, Myghty, and Genshi.  Conceptually,
# Mako is an embedded Python (i.e. Python Server Page) language,
# which refines the familiar ideas of componentized layout and
# inheritance to produce one of the most straightforward and
# flexible models available, while also maintaining close ties
# to Python calling and scoping semantics.
# 
# The package name is called "pymako" in order to avoid possible
# conflicts with another package name.
# 

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-Mako
pkgversion=1.2.4
arch=amd64
release=1
pkgcategory="python"
full_pkgname=python-Mako_1.2.4_amd64-1@python
blurb="Mako is a template library written in Python."
homepage="https://www.makotemplates.org"
license="MIT"
fetch="https://files.pythonhosted.org/packages/05/5f/2ba6e026d33a0e6ddc1dddf9958677f76f5f80c236bd65309d280b166d3e/Mako-1.2.4.tar.gz"
replace=""