public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: app-text/man2tidyhtml/, x11-misc/pympress/, dev-python/pies/, ...
@ 2016-10-28 14:34 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2016-10-28 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     2ac06fa33af1bc373c1ebb904c60eaf4dd4b7857
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 14:34:00 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 14:34:31 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=2ac06fa3

Bulk update for obsolete python implementations

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-emulation/lxc/lxc-9999.ebuild                            | 4 ++--
 app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild                | 2 +-
 dev-python/isort/isort-3.9.2.ebuild                          | 2 +-
 dev-python/isort/isort-3.9.4.ebuild                          | 2 +-
 dev-python/pies/pies-2.6.1.ebuild                            | 2 +-
 dev-python/pies/pies-2.6.3.ebuild                            | 2 +-
 dev-python/svgutils/svgutils-9999.ebuild                     | 7 ++++---
 dev-python/svgwrite/svgwrite-1.1.2.ebuild                    | 2 +-
 dev-util/moap/moap-0.2.6.ebuild                              | 2 +-
 dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild         | 2 +-
 dev-vcs/gitscene/gitscene-9999.ebuild                        | 2 +-
 dev-vcs/rapidsvn/rapidsvn-9999.ebuild                        | 2 +-
 media-gfx/font-manager/font-manager-0.5.7-r1.ebuild          | 2 +-
 media-gfx/gimpbox/gimpbox-9999.ebuild                        | 2 +-
 net-dns/luma/luma-9999.ebuild                                | 2 +-
 sys-process/iotop/iotop-9999.ebuild                          | 4 ++--
 www-apps/trac-accountmanager/trac-accountmanager-7737.ebuild | 2 +-
 x11-misc/accentuate/accentuate-9999.ebuild                   | 2 +-
 x11-misc/pdfpres/pdfpres-0.2.3.ebuild                        | 2 +-
 x11-misc/pympress/pympress-0.3.ebuild                        | 2 +-
 x11-misc/slinp/slinp-13.02.ebuild                            | 2 +-
 x11-misc/slinp/slinp-13.06.ebuild                            | 2 +-
 x11-misc/slinp/slinp-13.11.ebuild                            | 2 +-
 23 files changed, 28 insertions(+), 27 deletions(-)

diff --git a/app-emulation/lxc/lxc-9999.ebuild b/app-emulation/lxc/lxc-9999.ebuild
index 2e3a51d..6f100e3 100644
--- a/app-emulation/lxc/lxc-9999.ebuild
+++ b/app-emulation/lxc/lxc-9999.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 MY_P="${P/_/-}"
-PYTHON_COMPAT=( python{3_2,3_3,3_4} )
+PYTHON_COMPAT=( python3_{4,5} )
 DISTUTILS_OPTIONAL=1
 
 inherit autotools bash-completion-r1 distutils-r1 eutils git-r3 linux-info versionator flag-o-matic systemd

diff --git a/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild b/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild
index eefc09b..a686f28 100644
--- a/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild
+++ b/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit python-r1
 

diff --git a/dev-python/isort/isort-3.9.2.ebuild b/dev-python/isort/isort-3.9.2.ebuild
index adac37e..b80cddb 100644
--- a/dev-python/isort/isort-3.9.2.ebuild
+++ b/dev-python/isort/isort-3.9.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
 
 inherit distutils-r1
 

diff --git a/dev-python/isort/isort-3.9.4.ebuild b/dev-python/isort/isort-3.9.4.ebuild
index adac37e..b80cddb 100644
--- a/dev-python/isort/isort-3.9.4.ebuild
+++ b/dev-python/isort/isort-3.9.4.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
 
 inherit distutils-r1
 

diff --git a/dev-python/pies/pies-2.6.1.ebuild b/dev-python/pies/pies-2.6.1.ebuild
index 55a98ee..9f4963e 100644
--- a/dev-python/pies/pies-2.6.1.ebuild
+++ b/dev-python/pies/pies-2.6.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
 
 inherit distutils-r1
 

diff --git a/dev-python/pies/pies-2.6.3.ebuild b/dev-python/pies/pies-2.6.3.ebuild
index 55a98ee..9f4963e 100644
--- a/dev-python/pies/pies-2.6.3.ebuild
+++ b/dev-python/pies/pies-2.6.3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
 
 inherit distutils-r1
 

diff --git a/dev-python/svgutils/svgutils-9999.ebuild b/dev-python/svgutils/svgutils-9999.ebuild
index ae95518..60383b9 100644
--- a/dev-python/svgutils/svgutils-9999.ebuild
+++ b/dev-python/svgutils/svgutils-9999.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
 
 inherit git-r3 distutils-r1
 
@@ -18,4 +19,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="dev-python/lxml"
+RDEPEND="dev-python/lxml[${PYTHON_USEDEPS}]"

diff --git a/dev-python/svgwrite/svgwrite-1.1.2.ebuild b/dev-python/svgwrite/svgwrite-1.1.2.ebuild
index 688afc4..93d7178 100644
--- a/dev-python/svgwrite/svgwrite-1.1.2.ebuild
+++ b/dev-python/svgwrite/svgwrite-1.1.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 

diff --git a/dev-util/moap/moap-0.2.6.ebuild b/dev-util/moap/moap-0.2.6.ebuild
index 29375ab..78e8827 100644
--- a/dev-util/moap/moap-0.2.6.ebuild
+++ b/dev-util/moap/moap-0.2.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit eutils python-single-r1
 

diff --git a/dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild b/dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild
index 3103d74..3c9d286 100644
--- a/dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild
+++ b/dev-vcs/git-big-picture/git-big-picture-0.9.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 

diff --git a/dev-vcs/gitscene/gitscene-9999.ebuild b/dev-vcs/gitscene/gitscene-9999.ebuild
index 98c832b..996258e 100644
--- a/dev-vcs/gitscene/gitscene-9999.ebuild
+++ b/dev-vcs/gitscene/gitscene-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit git-2 python-r1
 

diff --git a/dev-vcs/rapidsvn/rapidsvn-9999.ebuild b/dev-vcs/rapidsvn/rapidsvn-9999.ebuild
index 937eb3d..acc8bbb 100644
--- a/dev-vcs/rapidsvn/rapidsvn-9999.ebuild
+++ b/dev-vcs/rapidsvn/rapidsvn-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 WX_GTK_VER=2.8
 

diff --git a/media-gfx/font-manager/font-manager-0.5.7-r1.ebuild b/media-gfx/font-manager/font-manager-0.5.7-r1.ebuild
index 1ce42b9..794a290 100644
--- a/media-gfx/font-manager/font-manager-0.5.7-r1.ebuild
+++ b/media-gfx/font-manager/font-manager-0.5.7-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE=sqlite
 
 inherit eutils python-single-r1

diff --git a/media-gfx/gimpbox/gimpbox-9999.ebuild b/media-gfx/gimpbox/gimpbox-9999.ebuild
index 1341d71..78b4f87 100644
--- a/media-gfx/gimpbox/gimpbox-9999.ebuild
+++ b/media-gfx/gimpbox/gimpbox-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit mercurial python-r1
 

diff --git a/net-dns/luma/luma-9999.ebuild b/net-dns/luma/luma-9999.ebuild
index 35ab1a1..4e12de1 100644
--- a/net-dns/luma/luma-9999.ebuild
+++ b/net-dns/luma/luma-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 git-2
 

diff --git a/sys-process/iotop/iotop-9999.ebuild b/sys-process/iotop/iotop-9999.ebuild
index 318dcbc..333c704 100644
--- a/sys-process/iotop/iotop-9999.ebuild
+++ b/sys-process/iotop/iotop-9999.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python3_{4,5} )
 PYTHON_REQ_USE="ncurses(+)"
 
 inherit distutils-r1 git-r3 linux-info

diff --git a/www-apps/trac-accountmanager/trac-accountmanager-7737.ebuild b/www-apps/trac-accountmanager/trac-accountmanager-7737.ebuild
index 1648bf3..4397e3d 100644
--- a/www-apps/trac-accountmanager/trac-accountmanager-7737.ebuild
+++ b/www-apps/trac-accountmanager/trac-accountmanager-7737.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 

diff --git a/x11-misc/accentuate/accentuate-9999.ebuild b/x11-misc/accentuate/accentuate-9999.ebuild
index 67ea157..69376bb 100644
--- a/x11-misc/accentuate/accentuate-9999.ebuild
+++ b/x11-misc/accentuate/accentuate-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit git-2 python-r1
 

diff --git a/x11-misc/pdfpres/pdfpres-0.2.3.ebuild b/x11-misc/pdfpres/pdfpres-0.2.3.ebuild
index d8b87b3..0f13847 100644
--- a/x11-misc/pdfpres/pdfpres-0.2.3.ebuild
+++ b/x11-misc/pdfpres/pdfpres-0.2.3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit python-r1
 

diff --git a/x11-misc/pympress/pympress-0.3.ebuild b/x11-misc/pympress/pympress-0.3.ebuild
index 9cb10a6..daf75b8 100644
--- a/x11-misc/pympress/pympress-0.3.ebuild
+++ b/x11-misc/pympress/pympress-0.3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 

diff --git a/x11-misc/slinp/slinp-13.02.ebuild b/x11-misc/slinp/slinp-13.02.ebuild
index 788729a..91ada00 100644
--- a/x11-misc/slinp/slinp-13.02.ebuild
+++ b/x11-misc/slinp/slinp-13.02.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{3_2,3_3} )
+PYTHON_COMPAT=( python3_{4,5} )
 inherit eutils python-any-r1
 
 DESCRIPTION="PDF presentation tool chest, successor to x11-misc/pdfpres"

diff --git a/x11-misc/slinp/slinp-13.06.ebuild b/x11-misc/slinp/slinp-13.06.ebuild
index 9939b5a..664eea5 100644
--- a/x11-misc/slinp/slinp-13.06.ebuild
+++ b/x11-misc/slinp/slinp-13.06.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{3_2,3_3} )
+PYTHON_COMPAT=( python3_{4,5} )
 inherit eutils python-any-r1
 
 DESCRIPTION="PDF presentation tool chest, successor to x11-misc/pdfpres"

diff --git a/x11-misc/slinp/slinp-13.11.ebuild b/x11-misc/slinp/slinp-13.11.ebuild
index 3475dd4..4d79322 100644
--- a/x11-misc/slinp/slinp-13.11.ebuild
+++ b/x11-misc/slinp/slinp-13.11.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{3_2,3_3} )
+PYTHON_COMPAT=( python3_{4,5} )
 inherit python-any-r1
 
 DESCRIPTION="PDF presentation tool chest, successor to x11-misc/pdfpres"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-28 14:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-28 14:34 [gentoo-commits] proj/betagarden:master commit in: app-text/man2tidyhtml/, x11-misc/pympress/, dev-python/pies/, Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox