# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id: d70f26ca8510fc008fe31f80ec2f8105cc8a5ab9 $ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Secure headers for Python web frameworks" HOMEPAGE="https://github.com/cak/secure" if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/cak/secure.git" else SRC_URI="https://github.com/cak/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" KEYWORDS="~amd64" fi LICENSE="" SLOT="0" IUSE="" RESTRICT="test"