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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02238158094 for ; Mon, 3 Oct 2022 06:36:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 320EAE08D3; Mon, 3 Oct 2022 06:36:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18FA8E08CD for ; Mon, 3 Oct 2022 06:36:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51DEE340A9D for ; Mon, 3 Oct 2022 06:36:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1CED5F8 for ; Mon, 3 Oct 2022 06:36:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1664778881.86fe1828f65549b9de3817a4cbe1dd7015d578f3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sniffio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sniffio/Manifest dev-python/sniffio/sniffio-1.2.0-r1.ebuild X-VCS-Directories: dev-python/sniffio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 86fe1828f65549b9de3817a4cbe1dd7015d578f3 X-VCS-Branch: master Date: Mon, 3 Oct 2022 06:36:44 +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: 751b2759-c09f-4b31-9ed6-6686556af25c X-Archives-Hash: 778dcbf6e6db832ba4f3ac8fe172bf38 commit: 86fe1828f65549b9de3817a4cbe1dd7015d578f3 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 3 06:34:41 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 3 06:34:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86fe1828 dev-python/sniffio: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/sniffio/Manifest | 1 - dev-python/sniffio/sniffio-1.2.0-r1.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-python/sniffio/Manifest b/dev-python/sniffio/Manifest index b2afe8788f9f..0fe49caaad39 100644 --- a/dev-python/sniffio/Manifest +++ b/dev-python/sniffio/Manifest @@ -1,2 +1 @@ -DIST sniffio-1.2.0.gh.tar.gz 17335 BLAKE2B 0d67baa18702ac38932680bdc741c87ee0a31342cc752c1463a7f90720ea0ebf6d62ef682a042c58e8fe96456e1461638e0f02c6f60da5f5e0d07464be27a4a3 SHA512 8e1dd2bb6fc22ee5824adfffe688ff0621b8c1ef5daea594dedce13d5e04a498e05816bb32e9bbed206a653a330ff710df57c888ddcff00a6254eafddc538273 DIST sniffio-1.3.0.gh.tar.gz 16867 BLAKE2B 44ab59d7477055aeaa0b08983094d8d12493edd5ded6ebd8e1bb048fbb2024325473dc37ebb5f66a10d8275b4e68b8c7f8dfb26088dc30c97a29d9f002fbc667 SHA512 3a9584eea20f5a69958f206fad9f01ef7fc40735f48a6cfaa11ba6eea1e7b8cc8c8053416595fe23276e162b0ab5dd6a41fb30bd9f7994f03b3d3242d5b40ef6 diff --git a/dev-python/sniffio/sniffio-1.2.0-r1.ebuild b/dev-python/sniffio/sniffio-1.2.0-r1.ebuild deleted file mode 100644 index dbc7302ff47a..000000000000 --- a/dev-python/sniffio/sniffio-1.2.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..11} ) - -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=" - https://github.com/python-trio/sniffio/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="|| ( Apache-2.0 MIT )" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # curio is not packaged - sniffio/_tests/test_sniffio.py::test_curio -)