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 849E613835A for ; Tue, 16 Feb 2021 01:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B93C0E085A; Tue, 16 Feb 2021 01:45:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A4002E085A for ; Tue, 16 Feb 2021 01:45:16 +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 DBB38340AC0 for ; Tue, 16 Feb 2021 01:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B7F24A4 for ; Tue, 16 Feb 2021 01:45:14 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1613439391.2358fe1084bca5a8a5423240645d6502a025f332.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sniffio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sniffio/Manifest dev-python/sniffio/metadata.xml dev-python/sniffio/sniffio-1.2.0.ebuild X-VCS-Directories: dev-python/sniffio/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 2358fe1084bca5a8a5423240645d6502a025f332 X-VCS-Branch: dev Date: Tue, 16 Feb 2021 01:45:14 +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: c3aec7e9-8075-4c36-b694-9c221935c1d9 X-Archives-Hash: b28fc26a404e8f95daee8085b658693d commit: 2358fe1084bca5a8a5423240645d6502a025f332 Author: Theo Anderson posteo de> AuthorDate: Tue Feb 16 01:36:31 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Tue Feb 16 01:36:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2358fe10 dev-python/sniffio: remove package added to ::gentoo Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-python/sniffio/Manifest | 1 - dev-python/sniffio/metadata.xml | 20 -------------------- dev-python/sniffio/sniffio-1.2.0.ebuild | 29 ----------------------------- 3 files changed, 50 deletions(-) diff --git a/dev-python/sniffio/Manifest b/dev-python/sniffio/Manifest deleted file mode 100644 index daec3e14..00000000 --- a/dev-python/sniffio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sniffio-1.2.0.tar.gz 17132 BLAKE2B d42442a231c07834803e8552812dc177defbc0d062418fa576e7368a973eaa1ea20e4933e145a26178a707da72fb00529b19d44ea850f0a14c78bb2b5dab0d9a SHA512 96da4e0f0fff99b122aa729da052e97c2dd75f19aab4dd3728f8e337875b0fac1b3d8d96c8c3a67ca96f15dbf07a593b89e323bf04a8ee0501d7414454030719 diff --git a/dev-python/sniffio/metadata.xml b/dev-python/sniffio/metadata.xml deleted file mode 100644 index 220983f8..00000000 --- a/dev-python/sniffio/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - andrewammerlaan@riseup.net - Andrew Ammerlaan - - -sniffio: Sniff out which async library your code is running under - -You're writing a library. You've decided to be ambitious, and support multiple async I/O packages, like Trio, and asyncio, and ... You've written a bunch of clever code to handle all the differences. But... how do you know which piece of clever code to run? - -This is a tiny package whose only purpose is to let you detect which async library your code is running under. - - - python-trio/sniffio - sniffio - - diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild b/dev-python/sniffio/sniffio-1.2.0.ebuild deleted file mode 100644 index ad474c26..00000000 --- a/dev-python/sniffio/sniffio-1.2.0.ebuild +++ /dev/null @@ -1,29 +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,9} ) - -inherit distutils-r1 - -DESCRIPTION="Sniff out which async library your code is running under" -HOMEPAGE=" - https://github.com/python-trio/sniffio - https://pypi.org/project/sniffio -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="|| ( Apache-2.0 MIT )" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -DEPEND="test? ( dev-python/curio[${PYTHON_USEDEP}] )" - -distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio -distutils_enable_tests pytest - -python_test() { - PYTHONPATH="${S}" - pytest -vv || die "Tests fail with ${EPYTHON}" -}