# # Easily build and distribute Python packages. # # Setuptools is a fully-featured, actively-maintained, and stable library # designed to facilitate packaging Python projects, where packaging # includes: # # - Python package and module definitions # - Distribution package metadata # - Test hooks # - Project installation # - Platform-specific details # - Python 3 support # # For more information, see https://setuptools.readthedocs.io/en/latest/ # 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-setuptools pkgversion=67.6.1 arch=amd64 release=1 pkgcategory="python" full_pkgname=python-setuptools_67.6.1_amd64-1@python blurb="Easily build and distribute Python packages." homepage="https://pypi.org/project/setuptools/" license="MIT" fetch="https://files.pythonhosted.org/packages/b6/21/cb9a8d0b2c8597c83fce8e9c02884bce3d4951e41e807fc35791c6b23d9a/setuptools-67.6.1.tar.gz" replace=""