diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 17:12:46 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 18:25:05 -0600 |
commit | 1fc5f6ac5c3f2a6106c0ebe47db11bbf61ba3344 (patch) | |
tree | fabe171be0b17ce60a7b0a438fc1c3e71bff9041 /dev-python/restructuredtext-lint | |
parent | dev-python/netaddr: add py37 support (diff) | |
download | gentoo-1fc5f6ac5c3f2a6106c0ebe47db11bbf61ba3344.tar.gz gentoo-1fc5f6ac5c3f2a6106c0ebe47db11bbf61ba3344.tar.bz2 gentoo-1fc5f6ac5c3f2a6106c0ebe47db11bbf61ba3344.zip |
dev-python/restructuredtext-lint: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/restructuredtext-lint')
-rw-r--r-- | dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild b/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild index 4eb519e9d892..6de5df7ec8aa 100644 --- a/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild +++ b/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.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=5 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) inherit distutils-r1 diff --git a/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild b/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild index 333e56934ec1..a2bbfa8b273a 100644 --- a/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild +++ b/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild @@ -1,8 +1,8 @@ -# 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=( python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) inherit distutils-r1 |