# 
# A Python 2 and 3 compatibility library.
# 
# It provides utility functions for smoothing over the differences
# between the Python versions with the goal of writing Python code
# that is compatible on both Python versions.
# 

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-six
pkgversion=1.16.0
arch=amd64
release=1
pkgcategory="python"
full_pkgname=python-six_1.16.0_amd64-1@python
blurb="A Python 2 and 3 compatibility library."
homepage="https://github.com/benjaminp/six"
license="MIT"
fetch="https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz"
replace=""