projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64045b6
)
dev-python/html5-parser: add Python3.7 support
author
Zamarin Arthur
<arthurzam@gmail.com>
Wed, 1 May 2019 17:14:56 +0000
(20:14 +0300)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 1 May 2019 19:05:49 +0000
(12:05 -0700)
Closes: https://github.com/gentoo/gentoo/pull/11872
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
dev-python/html5-parser/html5-parser-0.4.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/html5-parser/html5-parser-0.4.5.ebuild
b/dev-python/html5-parser/html5-parser-0.4.5.ebuild
index 5421b34871acb44d8842ef829cd4ae0b382797ff..80cb6bad74b6693b0b5f7a9b3da12d996b2926ee 100644
(file)
--- a/
dev-python/html5-parser/html5-parser-0.4.5.ebuild
+++ b/
dev-python/html5-parser/html5-parser-0.4.5.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6
,7
} )
inherit distutils-r1 toolchain-funcs