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 5FAF7138334 for ; Mon, 28 Jan 2019 19:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFC18E12EB; Mon, 28 Jan 2019 00:25:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BB31BE12EB for ; Mon, 28 Jan 2019 00:25:53 +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 83DC4335D7F for ; Mon, 28 Jan 2019 00:25:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 760A652B for ; Mon, 28 Jan 2019 00:25:49 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1548635115.ca3407c5028a1e7e4923055f86f6742aa42221d1.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyperclip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyperclip/pyperclip-1.5.27.ebuild dev-python/pyperclip/pyperclip-1.6.4.ebuild X-VCS-Directories: dev-python/pyperclip/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: ca3407c5028a1e7e4923055f86f6742aa42221d1 X-VCS-Branch: master Date: Mon, 28 Jan 2019 00:25:49 +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: 42f92a0a-3551-4ecc-8142-d8d246e3dadd X-Archives-Hash: 0d66451d0daad7fdae925ad3cc4c6363 commit: ca3407c5028a1e7e4923055f86f6742aa42221d1 Author: Matthew Thode gentoo org> AuthorDate: Sun Jan 27 23:26:30 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Jan 28 00:25:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3407c5 dev-python/pyperclip: add py37 support Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> dev-python/pyperclip/pyperclip-1.5.27.ebuild | 4 ++-- dev-python/pyperclip/pyperclip-1.6.4.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pyperclip/pyperclip-1.5.27.ebuild b/dev-python/pyperclip/pyperclip-1.5.27.ebuild index f57bea1973f..d42e162a4f0 100644 --- a/dev-python/pyperclip/pyperclip-1.5.27.ebuild +++ b/dev-python/pyperclip/pyperclip-1.5.27.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 pypy) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 pypy) inherit distutils-r1 DESCRIPTION="A cross-platform clipboard module for Python." diff --git a/dev-python/pyperclip/pyperclip-1.6.4.ebuild b/dev-python/pyperclip/pyperclip-1.6.4.ebuild index 32cb49e01f9..46c573cd992 100644 --- a/dev-python/pyperclip/pyperclip-1.6.4.ebuild +++ b/dev-python/pyperclip/pyperclip-1.6.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 pypy) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 pypy) inherit distutils-r1 DESCRIPTION="A cross-platform clipboard module for Python."