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 39D4C138350 for ; Fri, 13 Mar 2020 20:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C054AE09E9; Fri, 13 Mar 2020 20:09:29 +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 A46E4E09E6 for ; Fri, 13 Mar 2020 20:09:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4BE5134EF79 for ; Fri, 13 Mar 2020 20:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFDDF164 for ; Fri, 13 Mar 2020 20:09:25 +0000 (UTC) From: "Piotr Staroszczyk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Staroszczyk" Message-ID: <1584130135.e33e8b05d5392ebe820e25266fe51978a42cf9b4.PiotrStaroszczyk@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiofiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiofiles/Manifest dev-python/aiofiles/aiofiles-0.4.0.ebuild dev-python/aiofiles/metadata.xml X-VCS-Directories: dev-python/aiofiles/ X-VCS-Committer: PiotrStaroszczyk X-VCS-Committer-Name: Piotr Staroszczyk X-VCS-Revision: e33e8b05d5392ebe820e25266fe51978a42cf9b4 X-VCS-Branch: dev Date: Fri, 13 Mar 2020 20:09:25 +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: bad0d330-5872-42df-ad42-ad3985e20989 X-Archives-Hash: 32d7b3206b06ceb4acc1a1520c2e1e81 commit: e33e8b05d5392ebe820e25266fe51978a42cf9b4 Author: Piotr Staroszczyk get24 org> AuthorDate: Fri Mar 13 20:06:47 2020 +0000 Commit: Piotr Staroszczyk get24 org> CommitDate: Fri Mar 13 20:08:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e33e8b05 dev-python/aiofiles: new package Signed-off-by: Piotr Staroszczyk get24.org> dev-python/aiofiles/Manifest | 1 + dev-python/aiofiles/aiofiles-0.4.0.ebuild | 16 ++++++++++++++++ dev-python/aiofiles/metadata.xml | 9 +++++++++ 3 files changed, 26 insertions(+) diff --git a/dev-python/aiofiles/Manifest b/dev-python/aiofiles/Manifest new file mode 100644 index 0000000..c9d4b4f --- /dev/null +++ b/dev-python/aiofiles/Manifest @@ -0,0 +1 @@ +DIST aiofiles-0.4.0.tar.gz 9270 BLAKE2B 05eb8bc76cfdb4be4c82cacf15ab5e0a59d652d5db641cbad9fd20a431e17f16606cae413092d20453710435b3de829b2cb61c983efb1ce4b70a863958fc9fe3 SHA512 ad41aed2151fc2adf01ddbaec7fcc772c2ee8e33609dff881d00e255412c2142b0594e70eca32e73accd120d13e1f112b20a627fae2fa343b96d18f59371c9da diff --git a/dev-python/aiofiles/aiofiles-0.4.0.ebuild b/dev-python/aiofiles/aiofiles-0.4.0.ebuild new file mode 100644 index 0000000..12e33e0 --- /dev/null +++ b/dev-python/aiofiles/aiofiles-0.4.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="File support for asyncio" +HOMEPAGE="https://github.com/Tinche/aiofiles" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/dev-python/aiofiles/metadata.xml b/dev-python/aiofiles/metadata.xml new file mode 100644 index 0000000..a507be0 --- /dev/null +++ b/dev-python/aiofiles/metadata.xml @@ -0,0 +1,9 @@ + + + + + + piotr.staroszczyk@get24.org + Piotr Staroszczyk + +