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 1FCD213835B for ; Fri, 8 May 2020 20:34:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B716E0886; Fri, 8 May 2020 20:34:32 +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 CEAD0E0886 for ; Fri, 8 May 2020 20:34:31 +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 D6AA734F14E for ; Fri, 8 May 2020 20:34:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D44EC232 for ; Fri, 8 May 2020 20:34:27 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1588970054.a2e505aa62bbfd8128543b6a19f47a3a705c7a6f.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/txrequests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/txrequests/Manifest dev-python/txrequests/metadata.xml dev-python/txrequests/txrequests-0.9.6.ebuild X-VCS-Directories: dev-python/txrequests/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: a2e505aa62bbfd8128543b6a19f47a3a705c7a6f X-VCS-Branch: master Date: Fri, 8 May 2020 20:34:27 +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: bfad48af-90a8-45c0-b4af-0fec6a1d6948 X-Archives-Hash: c6ccc328d6a53bb49656b1c037a833b3 commit: a2e505aa62bbfd8128543b6a19f47a3a705c7a6f Author: Brian Dolbec gentoo org> AuthorDate: Fri May 8 17:27:23 2020 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri May 8 20:34:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e505aa dev-python/txrequests: Version bump, adds python-3.8 metadata.xml: take maintainership Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec gentoo.org> dev-python/txrequests/Manifest | 1 + dev-python/txrequests/metadata.xml | 5 ++++- dev-python/txrequests/txrequests-0.9.6.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/dev-python/txrequests/Manifest b/dev-python/txrequests/Manifest index b5adb449064..2dd55ad38a3 100644 --- a/dev-python/txrequests/Manifest +++ b/dev-python/txrequests/Manifest @@ -1 +1,2 @@ DIST txrequests-0.9.5.tar.gz 5265 BLAKE2B e5e3cf66abc394ae5c457b0d5144fdd1d09af5fce651f888bd44f0e48d6d1386fdfd2ca1d350ba1abc856102d051270867a2da96b781fbacf53de01f80158f3d SHA512 e9f527eb2fed0038d7e68b5bd74d0a0e58a1d7cc3e181068423dce871ff10b2d5f1ae92e44248e75b4ad8d44b32366ee9eb6cf8fdd114a562baa6b35fab6eb7b +DIST txrequests-0.9.6.tar.gz 5306 BLAKE2B c1b55835c360f27c519371834de6cce0760e201a746d960425d7bef98e10cdb421d4db90b93bccdfa05b1fa2d5d6258fea4cce93fe62c7e9ad75780f1a5a89e6 SHA512 3892e121417b8346a2a2db02f8f4143b8f87c060cb4d48dbd07fa77559cfb0caf5742b257377ec0a746f2b995eba36f419a1a5b19d83a0c343cd39057dd34fb1 diff --git a/dev-python/txrequests/metadata.xml b/dev-python/txrequests/metadata.xml index 4e91cd94a1a..ebb1ddf6b5d 100644 --- a/dev-python/txrequests/metadata.xml +++ b/dev-python/txrequests/metadata.xml @@ -1,7 +1,10 @@ - + + dolsen@gentoo.org + Brian Dolbec + tardyp@gmail.com diff --git a/dev-python/txrequests/txrequests-0.9.6.ebuild b/dev-python/txrequests/txrequests-0.9.6.ebuild new file mode 100644 index 00000000000..c3e3311783d --- /dev/null +++ b/dev-python/txrequests/txrequests-0.9.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_{6,7,8}) + +DISTUTILS_USE_SETUPTOOLS="rdepend" + +inherit distutils-r1 + +DESCRIPTION="Asynchronous Python HTTP for Humans" +HOMEPAGE="https://github.com/tardyp/txrequests" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/requests-1.2.0[${PYTHON_USEDEP}] + dev-python/twisted[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"