dev-python/docutils-glep: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-21 11:46:21 +02:00
parent 35c06f1aab
commit 3277d1b85d
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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