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 08FCB1382C5 for ; Fri, 27 Nov 2020 13:01:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 429BFE0825; Fri, 27 Nov 2020 13:01:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1C280E0827 for ; Fri, 27 Nov 2020 13:01:05 +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 74B293413C0 for ; Fri, 27 Nov 2020 13:01:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B973C450 for ; Fri, 27 Nov 2020 13:01:02 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1606482056.5810875d7ec83ae416818000be714d9ddb419657.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pmw/metadata.xml dev-python/pmw/pmw-2.0.1-r2.ebuild X-VCS-Directories: dev-python/pmw/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 5810875d7ec83ae416818000be714d9ddb419657 X-VCS-Branch: master Date: Fri, 27 Nov 2020 13:01:02 +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: 7dbeefe7-30a6-4a1e-a375-a722af3d4e75 X-Archives-Hash: 0b6d0f32367f4efa1de9e7a351ac5aae commit: 5810875d7ec83ae416818000be714d9ddb419657 Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Nov 27 12:59:45 2020 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Nov 27 13:00:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5810875d dev-python/pmw: add myself to maintainers Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alexey Shvetsov gentoo.org> dev-python/pmw/metadata.xml | 21 +++++++++++++-------- dev-python/pmw/pmw-2.0.1-r2.ebuild | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/dev-python/pmw/metadata.xml b/dev-python/pmw/metadata.xml index 6fdaea21874..596e52d88fb 100644 --- a/dev-python/pmw/metadata.xml +++ b/dev-python/pmw/metadata.xml @@ -1,12 +1,17 @@ - - python@gentoo.org - Python - - - pmw - pmw - + + alexxy@gentoo.org + Alexey Shvetsov + + + python@gentoo.org + Python + + + + pmw + pmw + diff --git a/dev-python/pmw/pmw-2.0.1-r2.ebuild b/dev-python/pmw/pmw-2.0.1-r2.ebuild index f8cad2024dc..aeb8bab2510 100644 --- a/dev-python/pmw/pmw-2.0.1-r2.ebuild +++ b/dev-python/pmw/pmw-2.0.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="tk" inherit distutils-r1 virtualx