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 223C41382C5 for ; Sun, 30 May 2021 15:53:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46B55E077C; Sun, 30 May 2021 15:53:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2C2D2E077C for ; Sun, 30 May 2021 15:53:34 +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 D66E233BEE5 for ; Sun, 30 May 2021 15:53:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7123179C for ; Sun, 30 May 2021 15:53:31 +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: <1622389998.17f53ac8fc92cd92c875823cb588bc755d1d86a2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-sanic/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-sanic/Manifest dev-python/pytest-sanic/pytest-sanic-1.6.2.ebuild X-VCS-Directories: dev-python/pytest-sanic/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 17f53ac8fc92cd92c875823cb588bc755d1d86a2 X-VCS-Branch: dev Date: Sun, 30 May 2021 15:53:31 +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: 5a32fb36-beba-4a31-a240-408fc80f3105 X-Archives-Hash: ec9eebd0cf1bd7c4ca1fbf23aa3b5a4c Message-ID: <20210530155331.uf2Dlk9GFnr69ORqpeouXHCnpogBLqUmfZ1qIQxEhhc@z> commit: 17f53ac8fc92cd92c875823cb588bc755d1d86a2 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun May 30 15:53:06 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun May 30 15:53:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17f53ac8 dev-python/pytest-sanic: drop old Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/pytest-sanic/Manifest | 1 - dev-python/pytest-sanic/pytest-sanic-1.6.2.ebuild | 36 ----------------------- 2 files changed, 37 deletions(-) diff --git a/dev-python/pytest-sanic/Manifest b/dev-python/pytest-sanic/Manifest index 2d751be0e..c905f80b0 100644 --- a/dev-python/pytest-sanic/Manifest +++ b/dev-python/pytest-sanic/Manifest @@ -1,2 +1 @@ -DIST pytest-sanic-1.6.2.tar.gz 31480 BLAKE2B e579df1100bb83e95599f9d3e54892feef7186dd7a49375f618868ba3b1d73ac966224332e9751fe05b62e63cd31d2a2bed23d2e243fa75bc5445f9d85fd4a8e SHA512 d04e6dbfb11f6a348923e0683848da4cb243c3ba158906f1fc56c24d23a9f947e199c16a2d8769152e46acf5c9cc179361b87c646d95075fb499d58376dce941 DIST pytest-sanic-1.7.1.tar.gz 30888 BLAKE2B 24623e47fb05db9919cfd0b41468261697ac70c7bc3e47a3c6c86efadbddd3c80f2e6173eb109206472d0b639ecd20edd0cebb244bd96ed1d2ca10dd88924b5b SHA512 a55ffd1c878478bd42aad5dc023f83e880ead4fb8538a24d327bd0fb7f811e0d3679e49206835ee7f98ac0a02dedb05f6fa729252eab7972879c196c57e3f071 diff --git a/dev-python/pytest-sanic/pytest-sanic-1.6.2.ebuild b/dev-python/pytest-sanic/pytest-sanic-1.6.2.ebuild deleted file mode 100644 index 8f5829252..000000000 --- a/dev-python/pytest-sanic/pytest-sanic-1.6.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_{7,8} ) - -inherit distutils-r1 - -DESCRIPTION="a Pytest Plugin for Sanic" -HOMEPAGE=" - https://pypi.python.org/pypi/pytest-sanic - https://github.com/yunstanford/pytest-sanic -" -SRC_URI="https://github.com/yunstanford/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/async_generator[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/sanic[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest -# where is the conf.py file? make html can't find it either -#distutils_enable_sphinx docs - -python_test() { - distutils_install_for_testing - pytest -vv || die "Tests failed with ${EPYTHON}" -}