From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A4DE13835A for ; Sun, 6 Dec 2020 09:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82A0FE0916; Sun, 6 Dec 2020 09:40:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A937E0916 for ; Sun, 6 Dec 2020 09:40:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE555341279 for ; Sun, 6 Dec 2020 09:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ABAE47F for ; Sun, 6 Dec 2020 09:40:10 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1607247608.b7dd2991763427be0f6101ccace9d8a7754cb40d.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/httpcore/Manifest dev-python/httpcore/httpcore-0.12.2.ebuild X-VCS-Directories: dev-python/httpcore/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: b7dd2991763427be0f6101ccace9d8a7754cb40d X-VCS-Branch: dev Date: Sun, 6 Dec 2020 09:40:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf982126-1cfa-4f62-a0c9-d1b39e6b5cc0 X-Archives-Hash: 971987e115e24354cf04de1910743867 commit: b7dd2991763427be0f6101ccace9d8a7754cb40d Author: Alessandro Barbieri gmail com> AuthorDate: Sun Dec 6 09:39:18 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Dec 6 09:40:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7dd2991 dev-python/httpcore: new version Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/httpcore/Manifest | 1 + dev-python/httpcore/httpcore-0.12.2.ebuild | 45 ++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest index 1461f31a..83dced4a 100644 --- a/dev-python/httpcore/Manifest +++ b/dev-python/httpcore/Manifest @@ -1 +1,2 @@ DIST httpcore-0.10.1.tar.gz 42164 BLAKE2B 939dac21235f56e0d39ee4cbe7dca9f686fb086598c35d5335532baaa4fb36e904f9cb9676ba8c412deb5f560a1b379d599993148fda11e74a18a37743613ee5 SHA512 1eddc62f0b2a0c48166de0d2f1717de7db2dd1e1ae959d07ed74e19e098fb5470c4a94348d33614226671870edf134288808aea332abb71f776bb733ff26053f +DIST httpcore-0.12.2.tar.gz 56120 BLAKE2B 384f266be9aac2b92b630b008c655afbf27e9442d5ee0dd3059b29b3c36c27d973a74289fef0b391c0dabbc87c9213b18fae271e4781b7a4bb1ea9fd22f6496a SHA512 d4d172f9e5f6079a67626c324994ee4fcef86ff485e482b330ed6969eefb125a965d907a6dff2c463a54e3c8a26e82bda4742de162518810b53880e9d952c67c diff --git a/dev-python/httpcore/httpcore-0.12.2.ebuild b/dev-python/httpcore/httpcore-0.12.2.ebuild new file mode 100644 index 00000000..0cc94cbc --- /dev/null +++ b/dev-python/httpcore/httpcore-0.12.2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_7 ) + +DOCBUILDER="mkdocs" +DOCDEPEND="dev-python/mkdocs-material" +AUTODOC=1 + +inherit distutils-r1 docs + +DESCRIPTION="A minimal HTTP client" +HOMEPAGE=" + https://github.com/encode/httpcore + https://pypi.org/project/httpcore +" +SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/curio-1.4[${PYTHON_USEDEP}] + =dev-python/hyper-h2-3[${PYTHON_USEDEP}] + =dev-python/sniffio-1[${PYTHON_USEDEP}] + =dev-python/trio-0.17.0[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + test? ( + >=dev-python/anyio-2.0.2[${PYTHON_USEDEP}] + >=dev-python/hypercorn-0.11.1[${PYTHON_USEDEP}] + >=dev-python/pproxy-2.3.7[${PYTHON_USEDEP}] + >=dev-python/pytest-trio-0.7.0[${PYTHON_USEDEP}] + >=dev-python/trustme-0.6.0[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest