Files
guru/dev-python/hstspreload/hstspreload-2021.12.1.ebuild
Alessandro Barbieri ced47c3736 dev-python/hstspreload: add 2021.12.1, drop 2021.7.5
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-03-17 02:12:11 +01:00

26 lines
556 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Chromium HSTS Preload list as a Python package"
HOMEPAGE="
https://hstspreload.org
https://github.com/sethmlarson/hstspreload
https://pypi.org/project/hstspreload/
"
SRC_URI="https://github.com/sethmlarson/hstspreload/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="~amd64"
SLOT="0"
RESTRICT="test"
PROPERTIES="test_network"
distutils_enable_tests pytest