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 2D264138334 for ; Fri, 1 Mar 2019 13:19:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25576E0830; Fri, 1 Mar 2019 13:19:45 +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 EA715E0830 for ; Fri, 1 Mar 2019 13:19:43 +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 65A01335CDD for ; Fri, 1 Mar 2019 13:19:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D271B520 for ; Fri, 1 Mar 2019 13:19:40 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1551446375.cb81ffd32cdda8ff5714c7a413a562a39421d0c1.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild dev-python/python-evdev/python-evdev-1.1.2.ebuild X-VCS-Directories: dev-python/python-evdev/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: cb81ffd32cdda8ff5714c7a413a562a39421d0c1 X-VCS-Branch: master Date: Fri, 1 Mar 2019 13:19:40 +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: d7c6bc48-145d-45dc-9645-b2d63edef35e X-Archives-Hash: d7f7fa9990d9def536b8687cbdf96562 commit: cb81ffd32cdda8ff5714c7a413a562a39421d0c1 Author: Lars Wendler gentoo org> AuthorDate: Fri Mar 1 13:19:10 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 1 13:19:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb81ffd3 dev-python/python-evdev: Revbump to add python3_7 support. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> .../{python-evdev-1.1.2.ebuild => python-evdev-1.1.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-evdev/python-evdev-1.1.2.ebuild b/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild similarity index 87% rename from dev-python/python-evdev/python-evdev-1.1.2.ebuild rename to dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild index 69f32c6049c..da0ce1d3777 100644 --- a/dev-python/python-evdev/python-evdev-1.1.2.ebuild +++ b/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) inherit distutils-r1