diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 16:39:13 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 18:24:32 -0600 |
commit | cf9449fdcf4c75b7fa15274ccfa19bdabc9eb953 (patch) | |
tree | f434cf6c0d0316ad0047dac2a6f851a025383c0c /dev-python/cairocffi | |
parent | dev-python/xcffib: add py37 support (diff) | |
download | gentoo-cf9449fdcf4c75b7fa15274ccfa19bdabc9eb953.tar.gz gentoo-cf9449fdcf4c75b7fa15274ccfa19bdabc9eb953.tar.bz2 gentoo-cf9449fdcf4c75b7fa15274ccfa19bdabc9eb953.zip |
dev-python/cairocffi: 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/cairocffi')
-rw-r--r-- | dev-python/cairocffi/cairocffi-0.8.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/cairocffi/cairocffi-0.9.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/cairocffi/cairocffi-0.8.0.ebuild b/dev-python/cairocffi/cairocffi-0.8.0.ebuild index e5fe6c9ee2a7..60c44fead3fa 100644 --- a/dev-python/cairocffi/cairocffi-0.8.0.ebuild +++ b/dev-python/cairocffi/cairocffi-0.8.0.ebuild @@ -1,9 +1,9 @@ -# 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=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit distutils-r1 virtualx diff --git a/dev-python/cairocffi/cairocffi-0.9.0.ebuild b/dev-python/cairocffi/cairocffi-0.9.0.ebuild index 7291340fb126..75d2f934e061 100644 --- a/dev-python/cairocffi/cairocffi-0.9.0.ebuild +++ b/dev-python/cairocffi/cairocffi-0.9.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit distutils-r1 virtualx |