diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-10 14:31:21 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-10 14:31:21 -0800 |
commit | 5b8cef5c90285972f247cbba91566c1ef20d8daa (patch) | |
tree | 6b92213ee58d82028037e920e3f3bc54afbc4bcc /dev-python/psycopg | |
parent | dev-db/postgresql: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-5b8cef5c90285972f247cbba91566c1ef20d8daa.tar.gz gentoo-5b8cef5c90285972f247cbba91566c1ef20d8daa.tar.bz2 gentoo-5b8cef5c90285972f247cbba91566c1ef20d8daa.zip |
dev-python/psycopg: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/psycopg')
-rw-r--r-- | dev-python/psycopg/psycopg-2.5.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/psycopg/psycopg-2.5.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/psycopg/psycopg-2.6.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/psycopg/psycopg-2.6.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/psycopg/psycopg-2.6.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/dev-python/psycopg/psycopg-2.5.3.ebuild b/dev-python/psycopg/psycopg-2.5.3.ebuild index 98f3d4d89487..c0bcdb56c97d 100644 --- a/dev-python/psycopg/psycopg-2.5.3.ebuild +++ b/dev-python/psycopg/psycopg-2.5.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 flag-o-matic diff --git a/dev-python/psycopg/psycopg-2.5.4.ebuild b/dev-python/psycopg/psycopg-2.5.4.ebuild index 0eff8dff5b2c..f59c768e08a5 100644 --- a/dev-python/psycopg/psycopg-2.5.4.ebuild +++ b/dev-python/psycopg/psycopg-2.5.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 flag-o-matic diff --git a/dev-python/psycopg/psycopg-2.6.1.ebuild b/dev-python/psycopg/psycopg-2.6.1.ebuild index dd8fc51ea3a6..a7208e2854b9 100644 --- a/dev-python/psycopg/psycopg-2.6.1.ebuild +++ b/dev-python/psycopg/psycopg-2.6.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 flag-o-matic diff --git a/dev-python/psycopg/psycopg-2.6.2.ebuild b/dev-python/psycopg/psycopg-2.6.2.ebuild index 11b5ae4f0937..3b6c6f95faef 100644 --- a/dev-python/psycopg/psycopg-2.6.2.ebuild +++ b/dev-python/psycopg/psycopg-2.6.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 flag-o-matic diff --git a/dev-python/psycopg/psycopg-2.6.ebuild b/dev-python/psycopg/psycopg-2.6.ebuild index 4b4418f94b17..4a2c3c7d8a0c 100644 --- a/dev-python/psycopg/psycopg-2.6.ebuild +++ b/dev-python/psycopg/psycopg-2.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 flag-o-matic |