Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyperclip/
Date: Mon, 28 Jan 2019 19:13:57
Message-Id: 1548635115.ca3407c5028a1e7e4923055f86f6742aa42221d1.prometheanfire@gentoo
1 commit: ca3407c5028a1e7e4923055f86f6742aa42221d1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 23:26:30 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 00:25:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3407c5
7
8 dev-python/pyperclip: add py37 support
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/pyperclip/pyperclip-1.5.27.ebuild | 4 ++--
14 dev-python/pyperclip/pyperclip-1.6.4.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/pyperclip/pyperclip-1.5.27.ebuild b/dev-python/pyperclip/pyperclip-1.5.27.ebuild
18 index f57bea1973f..d42e162a4f0 100644
19 --- a/dev-python/pyperclip/pyperclip-1.5.27.ebuild
20 +++ b/dev-python/pyperclip/pyperclip-1.5.27.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 pypy)
29 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 pypy)
30 inherit distutils-r1
31
32 DESCRIPTION="A cross-platform clipboard module for Python."
33
34 diff --git a/dev-python/pyperclip/pyperclip-1.6.4.ebuild b/dev-python/pyperclip/pyperclip-1.6.4.ebuild
35 index 32cb49e01f9..46c573cd992 100644
36 --- a/dev-python/pyperclip/pyperclip-1.6.4.ebuild
37 +++ b/dev-python/pyperclip/pyperclip-1.6.4.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2018 Gentoo Foundation
40 +# Copyright 1999-2019 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44
45 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 pypy)
46 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 pypy)
47 inherit distutils-r1
48
49 DESCRIPTION="A cross-platform clipboard module for Python."