diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-12 15:27:28 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-12 17:46:48 -0500 |
commit | 3c6c25b6bb0fc7024a8a7ecf285a93e5691530ac (patch) | |
tree | 79ef5acdd2b8e335588387c7f658f4c564edbcd7 /dev-python/websockify | |
parent | dev-python/netifaces: 0.10.9 bump (diff) | |
download | gentoo-3c6c25b6bb0fc7024a8a7ecf285a93e5691530ac.tar.gz gentoo-3c6c25b6bb0fc7024a8a7ecf285a93e5691530ac.tar.bz2 gentoo-3c6c25b6bb0fc7024a8a7ecf285a93e5691530ac.zip |
dev-python/websockify: 0.8.0 add py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/websockify')
-rw-r--r-- | dev-python/websockify/websockify-0.8.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/websockify/websockify-0.8.0.ebuild b/dev-python/websockify/websockify-0.8.0.ebuild index 4cff30d2c15b..21c2e21da9e3 100644 --- a/dev-python/websockify/websockify-0.8.0.ebuild +++ b/dev-python/websockify/websockify-0.8.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 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,5,6} ) +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 |