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 CCD8B138330 for ; Mon, 19 Sep 2016 01:33:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E495E0A5F; Mon, 19 Sep 2016 01:33:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C78BBE0A5F for ; Mon, 19 Sep 2016 01:33:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00497340BC9 for ; Mon, 19 Sep 2016 01:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BED73247E for ; Mon, 19 Sep 2016 01:33:03 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1474248770.e96d5140e13a08443b636aac0ab73edd02fea2b0.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/async_timeout/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/async_timeout/Manifest dev-python/async_timeout/async_timeout-1.0.0.ebuild dev-python/async_timeout/metadata.xml X-VCS-Directories: dev-python/async_timeout/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: e96d5140e13a08443b636aac0ab73edd02fea2b0 X-VCS-Branch: master Date: Mon, 19 Sep 2016 01:33:03 +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-Archives-Salt: 8bdbdf2f-02f8-42fe-87af-87b84d842e5c X-Archives-Hash: 883a2e4ace7394f66cc459b5d04f14ef commit: e96d5140e13a08443b636aac0ab73edd02fea2b0 Author: Zac Medico gentoo org> AuthorDate: Mon Sep 19 01:31:15 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Sep 19 01:32:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96d5140 dev-python/async_timeout: add package Package-Manager: portage-2.3.0 dev-python/async_timeout/Manifest | 1 + .../async_timeout/async_timeout-1.0.0.ebuild | 27 ++++++++++++++++++++++ dev-python/async_timeout/metadata.xml | 11 +++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-python/async_timeout/Manifest b/dev-python/async_timeout/Manifest new file mode 100644 index 00000000..bc922f8 --- /dev/null +++ b/dev-python/async_timeout/Manifest @@ -0,0 +1 @@ +DIST async_timeout-1.0.0.tar.gz 7554 SHA256 c7afd7355b93fca0aecc15811aa53eea57f6fd7307b5bff2336b01419ebeda36 SHA512 b02fa2f9558d23e6e1cc076f8d144dcfee7adeaad67c023ce747c99935c2809e2a2223f72b0a12274f11bacadc9b69a6bc3a2914c305ef05d483dc29908e9c97 WHIRLPOOL 4f2fb79330827e17acfb141fcc846207cfee303321367921e08d5c1da7a5e0ce496774e92ac81b84b7d773eb6d83c4f702c9a41d04ae0b7a2663f32d8bd1a12c diff --git a/dev-python/async_timeout/async_timeout-1.0.0.ebuild b/dev-python/async_timeout/async_timeout-1.0.0.ebuild new file mode 100644 index 00000000..90110e5 --- /dev/null +++ b/dev-python/async_timeout/async_timeout-1.0.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=6 +PYTHON_COMPAT=( python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Timeout context manager for asyncio programs" +HOMEPAGE="https://github.com/aio-libs/async_timeout/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +# tests introduce a circular dependency on aiohttp +RESTRICT="test" + +DEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}]" + +python_test() { + esetup.py test || die +} diff --git a/dev-python/async_timeout/metadata.xml b/dev-python/async_timeout/metadata.xml new file mode 100644 index 00000000..94ccc65 --- /dev/null +++ b/dev-python/async_timeout/metadata.xml @@ -0,0 +1,11 @@ + + + + + async_timeout + aio-libs/async_timeout + + + zmedico@gentoo.org + +