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 E2424138350 for ; Wed, 18 Mar 2020 17:19:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DCA0E0966; Wed, 18 Mar 2020 17:19:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 01E77E0966 for ; Wed, 18 Mar 2020 17:19:15 +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 2632634F29F for ; Wed, 18 Mar 2020 17:19:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C21052B for ; Wed, 18 Mar 2020 17:19:13 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1584551944.6a3c8d98c643d725fc408d9c596e5ad9753d6a69.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiounittest/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiounittest/Manifest dev-python/aiounittest/aiounittest-1.3.1.ebuild dev-python/aiounittest/metadata.xml X-VCS-Directories: dev-python/aiounittest/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6a3c8d98c643d725fc408d9c596e5ad9753d6a69 X-VCS-Branch: dev Date: Wed, 18 Mar 2020 17:19:13 +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: e59cbe41-9147-410a-953a-01d53fbb0769 X-Archives-Hash: 0c7d9281c3edc01f41c9646d17e56230 commit: 6a3c8d98c643d725fc408d9c596e5ad9753d6a69 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Mar 18 17:19:04 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Mar 18 17:19:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a3c8d98 dev-python/aiounittest: Test python asyncio-based code with ease Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aiounittest/Manifest | 1 + dev-python/aiounittest/aiounittest-1.3.1.ebuild | 20 ++++++++++++++++++++ dev-python/aiounittest/metadata.xml | 9 +++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-python/aiounittest/Manifest b/dev-python/aiounittest/Manifest new file mode 100644 index 0000000..3e131a6 --- /dev/null +++ b/dev-python/aiounittest/Manifest @@ -0,0 +1 @@ +DIST aiounittest-1.3.1.tar.gz 14556 BLAKE2B 34d3f04f1993325b616a0135583c1f2c70c6b5c0ffb4bc5c78eea1de927d0d76497b649c12e0cee90ff23ebd7117ed0daafab8d5dbb72630a9ae44bd23b72822 SHA512 e0953d754c1f1b868d7c161cadeff73f97786bf3aa8a24f9395aeec01ac329b3e5d2f93ef2bfdd524bd1c824e34bc2b2bcd8c215df55394e09315672b51f70ff diff --git a/dev-python/aiounittest/aiounittest-1.3.1.ebuild b/dev-python/aiounittest/aiounittest-1.3.1.ebuild new file mode 100644 index 0000000..3598a75 --- /dev/null +++ b/dev-python/aiounittest/aiounittest-1.3.1.ebuild @@ -0,0 +1,20 @@ +# 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="Test python asyncio-based code with ease" +HOMEPAGE="https://github.com/kwarunek/aiounittest" +SRC_URI="https://github.com/kwarunek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests nose +# Reason: TemplateNotFound('g')? +#distutils_enable_sphinx docs diff --git a/dev-python/aiounittest/metadata.xml b/dev-python/aiounittest/metadata.xml new file mode 100644 index 0000000..a507be0 --- /dev/null +++ b/dev-python/aiounittest/metadata.xml @@ -0,0 +1,9 @@ + + + + + + piotr.staroszczyk@get24.org + Piotr Staroszczyk + +