dev-python/hstspreload: bump to 2021.7.5

Closes: https://bugs.gentoo.org/800266
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew <dev@mtbk.me>
This commit is contained in:
Matthew Bakhtiari
2021-07-06 09:05:30 +02:00
parent b111fe7c37
commit a0fd70228c
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,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 ~x86"
SLOT="0"
RESTRICT="mirror"
PROPERTIES="test_network"
distutils_enable_tests pytest