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 CD51815ACFB for ; Thu, 20 Apr 2023 19:40:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F314E0935; Thu, 20 Apr 2023 19:40:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 78ADAE0935 for ; Thu, 20 Apr 2023 19:40:54 +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 BEBDB3410CE for ; Thu, 20 Apr 2023 19:40:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B18D1A52 for ; Thu, 20 Apr 2023 19:40:50 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1682008351.3d37a95a5ad639de1b5e6e84150813e18d93be6d.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/mautrix/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/mautrix/Manifest dev-python/mautrix/mautrix-0.19.11.ebuild X-VCS-Directories: dev-python/mautrix/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 3d37a95a5ad639de1b5e6e84150813e18d93be6d X-VCS-Branch: master Date: Thu, 20 Apr 2023 19:40:50 +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: b8ed969d-5fe3-4642-bb15-52bebf572a3a X-Archives-Hash: be38830c088b1a3b0ecd5e69ebedd282 commit: 3d37a95a5ad639de1b5e6e84150813e18d93be6d Author: Julien Roy jroy ca> AuthorDate: Thu Apr 20 16:32:31 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Apr 20 16:32:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d37a95a dev-python/mautrix: drop 0.19.11 Signed-off-by: Julien Roy jroy.ca> dev-python/mautrix/Manifest | 1 - dev-python/mautrix/mautrix-0.19.11.ebuild | 39 ------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-python/mautrix/Manifest b/dev-python/mautrix/Manifest index e3af33f67..989bbed98 100644 --- a/dev-python/mautrix/Manifest +++ b/dev-python/mautrix/Manifest @@ -1,2 +1 @@ -DIST mautrix-0.19.11.tar.gz 245053 BLAKE2B 0ac34cde52d6975d031b30ce8d6abf61a120cf02dfd164309681c224815f513d22414985909e6e97d8278f95412bc442e5fd225fd4813492deae30960ceabf41 SHA512 2442743f7f99577ccb9a8aea876c6daa1fd469be2ac89084b0724376fde9da9346391eecdeb0e2e1899ee5c714a2ffddf471b4b0aabb5bedbf57164468d82da8 DIST mautrix-0.19.12.tar.gz 245130 BLAKE2B ce1c3a6f5a553c1c4787c9a7102110ba388456f3aab4ee980f83734a9a4cb2551bb51be6b9b78b582e7af55334c0028473c4b70a678931bcef5468882fcd25bd SHA512 bf6e33d6151d2b2026895c74d58742365b16abd7f6072f38f90a39991283b4fedec22717dcf9f71683d140799ee2a1d364af8cf72762ada10e4d5f46cc464109 diff --git a/dev-python/mautrix/mautrix-0.19.11.ebuild b/dev-python/mautrix/mautrix-0.19.11.ebuild deleted file mode 100644 index 8067c5fd3..000000000 --- a/dev-python/mautrix/mautrix-0.19.11.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 optfeature pypi - -DESCRIPTION="A Python 3 asyncio Matrix framework" -HOMEPAGE="https://github.com/mautrix/python/" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/attrs[${PYTHON_USEDEP}] - dev-python/olm[${PYTHON_USEDEP}] - dev-python/pycryptodome[${PYTHON_USEDEP}] - dev-python/unpaddedbase64[${PYTHON_USEDEP}] - dev-python/yarl[${PYTHON_USEDEP}] - test? ( - dev-python/aiosqlite[${PYTHON_USEDEP}] - dev-python/asyncpg[${PYTHON_USEDEP}] -