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 2813013835A for ; Wed, 9 Jun 2021 02:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 226A2E0828; Wed, 9 Jun 2021 02:05:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2AA2AE0828 for ; Wed, 9 Jun 2021 02:05:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4B879340C54 for ; Wed, 9 Jun 2021 02:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D5137B0 for ; Wed, 9 Jun 2021 02:05:31 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1623204294.439ceb5492a45d84fb8d9f8392abb79c7e53a47f.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: dev-python/python-caja/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: dev-python/python-caja/python-caja-1.24.0-r1.ebuild dev-python/python-caja/python-caja-1.24.0-r2.ebuild X-VCS-Directories: dev-python/python-caja/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: 439ceb5492a45d84fb8d9f8392abb79c7e53a47f X-VCS-Branch: master Date: Wed, 9 Jun 2021 02:05:31 +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: 3a530340-fcf7-4687-9df8-73fd73668f26 X-Archives-Hash: dbb0b265a1b4eb66229e036d8f25b6a5 commit: 439ceb5492a45d84fb8d9f8392abb79c7e53a47f Author: Adam Feldman gentoo org> AuthorDate: Wed Jun 9 01:49:31 2021 +0000 Commit: Adam Feldman gentoo org> CommitDate: Wed Jun 9 02:04:54 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=439ceb54 dev-python/python-caja: Sync with ::gentoo Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Adam Feldman gentoo.org> dev-python/python-caja/python-caja-1.24.0-r1.ebuild | 4 ++-- dev-python/python-caja/python-caja-1.24.0-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/python-caja/python-caja-1.24.0-r1.ebuild b/dev-python/python-caja/python-caja-1.24.0-r1.ebuild index de4838c..8984a57 100644 --- a/dev-python/python-caja/python-caja-1.24.0-r1.ebuild +++ b/dev-python/python-caja/python-caja-1.24.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8} ) inherit mate python-single-r1 diff --git a/dev-python/python-caja/python-caja-1.24.0-r2.ebuild b/dev-python/python-caja/python-caja-1.24.0-r2.ebuild index 622b437..f12f38b 100644 --- a/dev-python/python-caja/python-caja-1.24.0-r2.ebuild +++ b/dev-python/python-caja/python-caja-1.24.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8} ) inherit mate python-single-r1