diff options
author | Philipp Ammann <philipp.ammann@posteo.de> | 2019-01-28 11:28:25 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-01-28 08:04:56 -0500 |
commit | 8490e56685653b7d5a8eb616992ea3ff9816152b (patch) | |
tree | db2abdd980e5b64841f316169f4236bf49cc27de /dev-python/pypax | |
parent | dev-lang/erlang: Drop old (diff) | |
download | gentoo-8490e56685653b7d5a8eb616992ea3ff9816152b.tar.gz gentoo-8490e56685653b7d5a8eb616992ea3ff9816152b.tar.bz2 gentoo-8490e56685653b7d5a8eb616992ea3ff9816152b.zip |
dev-python/pypax: PYTHON_TARGETS+="python3_7"
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Philipp Ammann <philipp.ammann@posteo.de>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'dev-python/pypax')
-rw-r--r-- | dev-python/pypax/pypax-0.9.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pypax/pypax-0.9.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pypax/pypax-0.9.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pypax/pypax-9999.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/pypax/pypax-0.9.2.ebuild b/dev-python/pypax/pypax-0.9.2.ebuild index 322214eba633..fe86fc29cdc9 100644 --- a/dev-python/pypax/pypax-0.9.2.ebuild +++ b/dev-python/pypax/pypax-0.9.2.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=( 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/pypax/pypax-0.9.3.ebuild b/dev-python/pypax/pypax-0.9.3.ebuild index 1c9cc20d064f..89e7b5ec9bce 100644 --- a/dev-python/pypax/pypax-0.9.3.ebuild +++ b/dev-python/pypax/pypax-0.9.3.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=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/pypax/pypax-0.9.4.ebuild b/dev-python/pypax/pypax-0.9.4.ebuild index e0682223fc59..fe86fc29cdc9 100644 --- a/dev-python/pypax/pypax-0.9.4.ebuild +++ b/dev-python/pypax/pypax-0.9.4.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/pypax/pypax-9999.ebuild b/dev-python/pypax/pypax-9999.ebuild index 39846769a8c1..21adeefc4ed4 100644 --- a/dev-python/pypax/pypax-9999.ebuild +++ b/dev-python/pypax/pypax-9999.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=( 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 |