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 4033F158020 for ; Sat, 10 Dec 2022 09:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86B2DE091A; Sat, 10 Dec 2022 09:03:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 72C64E091A for ; Sat, 10 Dec 2022 09:03:10 +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 99330335DC0 for ; Sat, 10 Dec 2022 09:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39CDD77B for ; Sat, 10 Dec 2022 09:03:08 +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: <1670662983.989d9090beb5efac389a27e53b4ba75ea1e23531.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiosignal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiosignal/Manifest dev-python/aiosignal/aiosignal-1.2.0-r1.ebuild X-VCS-Directories: dev-python/aiosignal/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 989d9090beb5efac389a27e53b4ba75ea1e23531 X-VCS-Branch: master Date: Sat, 10 Dec 2022 09:03:08 +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: ce142a15-2bc1-4961-8271-62016dd35f7a X-Archives-Hash: 61ec874f637b38acdc25878de16abf49 commit: 989d9090beb5efac389a27e53b4ba75ea1e23531 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 10 09:02:01 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 10 09:03:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989d9090 dev-python/aiosignal: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/aiosignal/Manifest | 1 - dev-python/aiosignal/aiosignal-1.2.0-r1.ebuild | 34 -------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/aiosignal/Manifest b/dev-python/aiosignal/Manifest index cf2c365889c4..d9ab33d5c797 100644 --- a/dev-python/aiosignal/Manifest +++ b/dev-python/aiosignal/Manifest @@ -1,2 +1 @@ -DIST aiosignal-1.2.0.gh.tar.gz 26171 BLAKE2B 02657c11f5ee96173c94ab889993f835904a79e3fee58121fb332583f8d81cb680087e667dc0f8e89cd9704bc338362f2878bef7080907a5a3f86bef7a30cac1 SHA512 e75df2fcaeeea7ff7688c20838600f6315bec25b82c48ed7a23b7853edd3d53d72f76a686ad9b0d856f43b0d476398196a8ce4eb98c8859234710ff008f8ba42 DIST aiosignal-1.3.1.gh.tar.gz 26119 BLAKE2B 16112f674f20b97406eff16a6a9baca1ef414132ec53a67789e08347f06a462ff653c7a00d6865855f5fe0fd70ba4a2bebe286020fdf1942da41d43f72e67837 SHA512 c03454d1b855bb3e84d3ce07fb32d08855b42d1ca7723fd67d3b2ef1bc66038a31974fabda7561c90e2beaf4cdd2c28cc0463e43eb5d5c127df0cd187ae3c2e2 diff --git a/dev-python/aiosignal/aiosignal-1.2.0-r1.ebuild b/dev-python/aiosignal/aiosignal-1.2.0-r1.ebuild deleted file mode 100644 index 2961fee18787..000000000000 --- a/dev-python/aiosignal/aiosignal-1.2.0-r1.ebuild +++ /dev/null @@ -1,34 +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=( python3_{8..11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A list of registered asynchronous callbacks" -HOMEPAGE=" - https://pypi.org/project/aiosignal/ - https://github.com/aio-libs/aiosignal/ -" -SRC_URI=" - https://github.com/aio-libs/aiosignal/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - >=dev-python/frozenlist-1.1.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -src_prepare() { - sed -i -e '/addopts/d' pytest.ini || die - distutils-r1_src_prepare -}