add httpx-0.13.3

This commit is contained in:
Andreas Billmeier 2020-07-25 11:01:18 +02:00 committed by Andreas Billmeier
parent 79abe7a6c9
commit 93275438e8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 55 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* bump pychromecast-7.1.2, remove many oldies
* add pyControl4-0.0.6
* bump pyobihai-1.2.3
* add httpx-0.13.3
2020-07-18 homeassistant-0.112.5.ebuild
* remove typing

View File

@ -0,0 +1,3 @@
DIST httpx-0.13.3.tar.gz 59369 BLAKE2B 8a5eb7bb76a73fe984a26312ea93fbe472f5e307e77b53d7f4ab1ff1127f5a8eb9cd9768fda2847fea192bda911f1f59cb96bc0640c9455172cbe95fab652d2d SHA512 4c71614bc4910363ac8c3617f5ffb44cd0ab60f9a0736588f13f91e7bef2cc9c84b8e4b1b01c46f1e2af52945ccd627448e2f35bab3d16291d02c27feb7f611c
EBUILD httpx-0.13.3.ebuild 930 BLAKE2B 3bd1fc2544f9fa07845cab6012cf9248353e979adf8d484d0dd7e7c8871e85d7499fa488d16c4a6b83a8760b66dfb3ee3edd5118fb24b8ef4ebbc98ef94c7ae7 SHA512 730a15f873b1edd515b1905693c31b1c99b7d3573c2669d962d00ef3d451db8ad1a055e50f2072f4825722a20176224470ec0c0fec826b868063104b471ed45f
MISC metadata.xml 449 BLAKE2B ea18f358383ec5aa3ff853cd5491037fee7ae493b5c3770ce56d7cdb65d86a6b584e5d3ddf087938f7df69888a0e0d6a2ca0474a0425284cf5a9d0fd31d16ef0 SHA512 72c7164823962c07e3719f8d4c7f588f4d754fee3a7913b7757c7d0080b650a822f9c6c9c44d453c5e209f3115a6565dd104833f270591e2c26d325243cc1301

View File

@ -0,0 +1,36 @@
# 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="The next generation HTTP client."
HOMEPAGE="https://github.com/encode/httpx https://pypi.org/project/httpx/"
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/certifi[${PYTHON_USEDEP}]
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/idna[${PYTHON_USEDEP}]
dev-python/rfc3986[${PYTHON_USEDEP}]
dev-python/hstspreload[${PYTHON_USEDEP}]
dev-python/sniffio[${PYTHON_USEDEP}]
dev-python/httpcore[${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">httpx</remote-id>
<maintainer status="unknown">
<email>tom@tomchristie.com</email>
<name>Tom Christie</name>
</maintainer>
</upstream>
</pkgmetadata>