diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-21 11:46:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-21 12:14:30 +0200 |
commit | 3277d1b85d3d5c58e34416cd82e39938da29a3de (patch) | |
tree | 09f222fe2b04db9e3a18f9525e2d61f79b73f580 /dev-python/docutils-glep | |
parent | media-gfx/imagemagick-6.9.10.5-r0: alpha stable (diff) | |
download | gentoo-3277d1b85d3d5c58e34416cd82e39938da29a3de.tar.gz gentoo-3277d1b85d3d5c58e34416cd82e39938da29a3de.tar.bz2 gentoo-3277d1b85d3d5c58e34416cd82e39938da29a3de.zip |
dev-python/docutils-glep: Enable py3.7
Diffstat (limited to 'dev-python/docutils-glep')
-rw-r--r-- | dev-python/docutils-glep/docutils-glep-1.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/docutils-glep/docutils-glep-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/docutils-glep/docutils-glep-1.1.ebuild b/dev-python/docutils-glep/docutils-glep-1.1.ebuild index aae20e340ed5..a95b48e98a97 100644 --- a/dev-python/docutils-glep/docutils-glep-1.1.ebuild +++ b/dev-python/docutils-glep/docutils-glep-1.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) inherit distutils-r1 diff --git a/dev-python/docutils-glep/docutils-glep-9999.ebuild b/dev-python/docutils-glep/docutils-glep-9999.ebuild index 7e55e43f001b..65057917193d 100644 --- a/dev-python/docutils-glep/docutils-glep-9999.ebuild +++ b/dev-python/docutils-glep/docutils-glep-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) EGIT_REPO_URI="https://github.com/gentoo/docutils-glep.git" inherit distutils-r1 git-r3 |