projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e20b9
)
dev-python/pyperclip: Remove python2 (no revdeps)
author
Michał Górny
<mgorny@gentoo.org>
Fri, 10 Jan 2020 05:53:45 +0000
(06:53 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 10 Jan 2020 06:19:00 +0000
(07:19 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyperclip/pyperclip-1.7.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyperclip/pyperclip-1.7.0.ebuild
b/dev-python/pyperclip/pyperclip-1.7.0.ebuild
index 3fbc5b435e88f00b68fe8090efd8bf01ce8ee777..364a466c5ba7850c57fd1bf57e711641973285b1 100644
(file)
--- a/
dev-python/pyperclip/pyperclip-1.7.0.ebuild
+++ b/
dev-python/pyperclip/pyperclip-1.7.0.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python
2_7 python
3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1 virtualx
DESCRIPTION="A cross-platform clipboard module for Python."