add hstspreload-2020.7.22

This commit is contained in:
2020-07-25 11:02:43 +02:00
committed by Andreas Billmeier
parent 93275438e8
commit b1baeb4749
4 changed files with 49 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
* add pyControl4-0.0.6
* bump pyobihai-1.2.3
* add httpx-0.13.3
* add hstspreload-2020.7.22
2020-07-18 homeassistant-0.112.5.ebuild
* remove typing

View File

@@ -0,0 +1,3 @@
DIST hstspreload-2020.7.22.tar.gz 919126 BLAKE2B aef58e622545491e6b919ab2ce920637d1c5611d0741603683edda815aa7d53fbc8f58c06827cef94f9c57ef35c12c71afdf6912c7e3f3a34dc04c90ce26f02c SHA512 d1a4da43bec4b7f147b173c2fbcc15096e0cb5d629f18c6ef0264e2cad5c5b1691749c2e57f8ef3c6acb3a62cf0d93fd40bd02975c1a9114ca5959b3c81fff8f
EBUILD hstspreload-2020.7.22.ebuild 715 BLAKE2B f1b1938255c1df2e0ead7c33ac128541f9119c234f37e623faa1304ecf2f2a6c475fb5ebd531869b1a2d42b9719d22c70098602a0052a31456beafaaccf887d3 SHA512 91d16a03fbe0603c73dc1bb47fa4d0de1ccc82189ed8bf5f081ab6062ab9588add2739e409d6251c2f55a2cf5e7cabe4c3abcdcf80405747fea48b1f7627c231
MISC metadata.xml 470 BLAKE2B d6fc95e99f0dba0e1ac3395967dcf736a615af24300472d185357f690938e766077d76822599073f29051cce239170a0a9cfa3f74e8f4ccd5874952265eb300b SHA512 7236631543102bb01f9266fcb1d04af2176e5c0b14fdd7d61c801f5bf9d6cefe1196b891dc6b6065022e370d7d93931cbdb436a9e225286d089d5b10af956729

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Chromium HSTS Preload list as a Python package and updated daily"
HOMEPAGE="https://github.com/sethmlarson/hstspreload https://pypi.org/project/hstspreload/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">hstspreload</remote-id>
<maintainer status="unknown">
<email>sethmichaellarson@gmail.com</email>
<name>Seth Michael Larson</name>
</maintainer>
</upstream>
</pkgmetadata>