add httpcore-0.9.1

This commit is contained in:
Andreas Billmeier 2020-07-25 11:05:35 +02:00 committed by Andreas Billmeier
parent b1baeb4749
commit 518d3d4150
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

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

View File

@ -0,0 +1,3 @@
DIST httpcore-0.9.1.tar.gz 31911 BLAKE2B 5c780ff23c9e3d15ec506a1fd6277a98a885a569279a6587caaf1813851ab2beb968dda482a51fd308c47a585ef51f92645ad408f386847c35d4735236ae97c0 SHA512 53bb0ece7869bdbe249659f11f7972b14ba00ee97c5692c1fec44febbc8300e9495aa72e3c63291983c75a4e249702655eb7e26f86b1e718e2f34bc6851d1b3e
EBUILD httpcore-0.9.1.ebuild 779 BLAKE2B 3b12bb54e5251a2890a88993c56121723fba48cf99484dfcb02ed6c94af59bd4dcda5e7353166710382a8541933f18907b67d92427e86f8fc11688ff317c3e27 SHA512 a90a368f0d20309de8dd47b37dfd80f756d5f89c477342760a33324ee7c0bbc53adb156fa3d08c8e6cb6c121d1bce9017ba0cf64683f1779ad869da89636d246
MISC metadata.xml 452 BLAKE2B 2916cd6597fa5c831413b22c88f8ae6fa5f8441ba39ce8b8c247dd8161aed94f4b3c5529ef9e00ecd271530549fb4343bb362fd684a1c4a023b188981abc2712 SHA512 74a3d859054062d6f4a5148ebf4dd1b9e1e7ef29f97b865bc387d8776e1676855ca7c9ad7e46dd07a488a5df6fbd6051d0fbb8bc9724e069c1c38ab89bb72595

View File

@ -0,0 +1,32 @@
# 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="A minimal low-level HTTP client."
HOMEPAGE="https://github.com/encode/httpcore https://pypi.org/project/httpcore/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/h11[${PYTHON_USEDEP}]
dev-python/hyper-h2[${PYTHON_USEDEP}]
dev-python/sniffio[${PYTHON_USEDEP}]"
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">httpcore</remote-id>
<maintainer status="unknown">
<email>tom@tomchristie.com</email>
<name>Tom Christie</name>
</maintainer>
</upstream>
</pkgmetadata>