diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-11-04 09:17:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-11-04 09:33:42 +0100 |
commit | 6a8c6f656916a57a904c97f248582621c85ce2f8 (patch) | |
tree | ee349861abd634591562f42f7f9f85fbb7ecd2a2 /dev-python/pymountboot | |
parent | dev-libs/libgit2-glib: Bump to 0.27.7 (diff) | |
download | gentoo-6a8c6f656916a57a904c97f248582621c85ce2f8.tar.gz gentoo-6a8c6f656916a57a904c97f248582621c85ce2f8.tar.bz2 gentoo-6a8c6f656916a57a904c97f248582621c85ce2f8.zip |
dev-python/pymountboot: Add py3.7 love
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pymountboot')
-rw-r--r-- | dev-python/pymountboot/pymountboot-0.2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pymountboot/pymountboot-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pymountboot/pymountboot-0.2.2.ebuild b/dev-python/pymountboot/pymountboot-0.2.2.ebuild index 6390c3678064..685f7efa576a 100644 --- a/dev-python/pymountboot/pymountboot-0.2.2.ebuild +++ b/dev-python/pymountboot/pymountboot-0.2.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -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/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild index 6b4362ffab04..dee1eecf0794 100644 --- a/dev-python/pymountboot/pymountboot-9999.ebuild +++ b/dev-python/pymountboot/pymountboot-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -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 |