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 E2CB2158015 for ; Mon, 25 Dec 2023 11:26:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 758F02BC014; Mon, 25 Dec 2023 11:25:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A8A22BC014 for ; Mon, 25 Dec 2023 11:25:59 +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 5D815335D7B for ; Mon, 25 Dec 2023 11:25:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02825AC2 for ; Mon, 25 Dec 2023 11:25:57 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1703503548.54e66cc1dd511ea33e88df702130c70ef668f9ef.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/apprise/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/apprise/apprise-1.6.0.ebuild X-VCS-Directories: dev-python/apprise/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 54e66cc1dd511ea33e88df702130c70ef668f9ef X-VCS-Branch: master Date: Mon, 25 Dec 2023 11:25:57 +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: 48878e98-5e15-4c09-b786-bf7b53816427 X-Archives-Hash: 079a7fa609a483750d410b5bd20a3a95 commit: 54e66cc1dd511ea33e88df702130c70ef668f9ef Author: Marek Szuba gentoo org> AuthorDate: Mon Dec 25 11:23:31 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Dec 25 11:25:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e66cc1 dev-python/apprise: remove obsolete FIXME note This was to remind me to confirm apprise works with py3.12, which I did prior to adding it to the tree (but forgot to remove the reminder). Signed-off-by: Marek Szuba gentoo.org> dev-python/apprise/apprise-1.6.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/apprise/apprise-1.6.0.ebuild b/dev-python/apprise/apprise-1.6.0.ebuild index 17d45d5fc40b..9b76eb243d24 100644 --- a/dev-python/apprise/apprise-1.6.0.ebuild +++ b/dev-python/apprise/apprise-1.6.0.ebuild @@ -4,7 +4,6 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -#FIXME PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi