public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pydot/, sci-biology/biopython/, media-gfx/pydot/files/, ...
@ 2017-08-19 23:15 Tim Harder
  0 siblings, 0 replies; only message in thread
From: Tim Harder @ 2017-08-19 23:15 UTC (permalink / raw
  To: gentoo-commits

commit:     9d31b621e12c0c51a6866c1f2235828f75cc66fc
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 23:11:08 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 23:14:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d31b621

media-gfx/pydot: move to dev-python/pydot

 app-office/openerp/openerp-7.0.20140125.ebuild                         | 2 +-
 app-office/openerp/openerp-8.0.20140125.ebuild                         | 2 +-
 dev-python/networkx/networkx-1.10-r1.ebuild                            | 2 +-
 dev-python/networkx/networkx-1.11.ebuild                               | 2 +-
 {media-gfx => dev-python}/pydot/Manifest                               | 0
 {media-gfx => dev-python}/pydot/files/pydot-1.0.23-setup.patch         | 0
 {media-gfx => dev-python}/pydot/files/pydot-1.0.28-pyparsing2fix.patch | 0
 {media-gfx => dev-python}/pydot/metadata.xml                           | 0
 {media-gfx => dev-python}/pydot/pydot-1.0.28-r2.ebuild                 | 0
 {media-gfx => dev-python}/pydot/pydot-1.2.3.ebuild                     | 0
 dev-ros/qt_dotgraph/qt_dotgraph-0.2.29.ebuild                          | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.2.30.ebuild                          | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.0.ebuild                           | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.1.ebuild                           | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.2.ebuild                           | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.3.ebuild                           | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.4.ebuild                           | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.5.ebuild                           | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.6.ebuild                           | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-9999.ebuild                            | 2 +-
 dev-tex/dot2tex/dot2tex-2.9.0.ebuild                                   | 2 +-
 profiles/updates/3Q-2017                                               | 1 +
 sci-biology/biopython/biopython-1.68.ebuild                            | 2 +-
 23 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/app-office/openerp/openerp-7.0.20140125.ebuild b/app-office/openerp/openerp-7.0.20140125.ebuild
index 5e3cf56a60c..97875513997 100644
--- a/app-office/openerp/openerp-7.0.20140125.ebuild
+++ b/app-office/openerp/openerp-7.0.20140125.ebuild
@@ -29,7 +29,7 @@ CDEPEND="!app-office/openerp-web
 	dev-python/pyparsing[${PYTHON_USEDEP}]
 	dev-python/reportlab[${PYTHON_USEDEP}]
 	dev-python/simplejson[${PYTHON_USEDEP}]
-	media-gfx/pydot
+	dev-python/pydot[${PYTHON_USEDEP}]
 	dev-python/vobject[${PYTHON_USEDEP}]
 	dev-python/mako[${PYTHON_USEDEP}]
 	dev-python/mock[${PYTHON_USEDEP}]

diff --git a/app-office/openerp/openerp-8.0.20140125.ebuild b/app-office/openerp/openerp-8.0.20140125.ebuild
index a7d5ccd5d3c..76beb424a29 100644
--- a/app-office/openerp/openerp-8.0.20140125.ebuild
+++ b/app-office/openerp/openerp-8.0.20140125.ebuild
@@ -29,7 +29,7 @@ CDEPEND="!app-office/openerp-web
 	dev-python/pyparsing[${PYTHON_USEDEP}]
 	dev-python/reportlab[${PYTHON_USEDEP}]
 	dev-python/simplejson[${PYTHON_USEDEP}]
-	media-gfx/pydot
+	dev-python/pydot[${PYTHON_USEDEP}]
 	dev-python/vobject[${PYTHON_USEDEP}]
 	dev-python/mako[${PYTHON_USEDEP}]
 	dev-python/mock[${PYTHON_USEDEP}]

diff --git a/dev-python/networkx/networkx-1.10-r1.ebuild b/dev-python/networkx/networkx-1.10-r1.ebuild
index c9c0842fe44..4e2807d4e82 100644
--- a/dev-python/networkx/networkx-1.10-r1.ebuild
+++ b/dev-python/networkx/networkx-1.10-r1.ebuild
@@ -32,7 +32,7 @@ DEPEND="
 	test? (
 		${COMMON_DEPEND}
 		dev-python/nose[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep 'media-gfx/pydot[${PYTHON_USEDEP}]' python2_7)
+		$(python_gen_cond_dep 'dev-python/pydot[${PYTHON_USEDEP}]' python2_7)
 	)"
 RDEPEND="
 	>=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]

diff --git a/dev-python/networkx/networkx-1.11.ebuild b/dev-python/networkx/networkx-1.11.ebuild
index 67992b0d946..fa141b8ee7b 100644
--- a/dev-python/networkx/networkx-1.11.ebuild
+++ b/dev-python/networkx/networkx-1.11.ebuild
@@ -32,7 +32,7 @@ DEPEND="
 	test? (
 		${COMMON_DEPEND}
 		dev-python/nose[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep 'media-gfx/pydot[${PYTHON_USEDEP}]' -2)
+		$(python_gen_cond_dep 'dev-python/pydot[${PYTHON_USEDEP}]' -2)
 	)"
 RDEPEND="
 	>=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]

diff --git a/media-gfx/pydot/Manifest b/dev-python/pydot/Manifest
similarity index 100%
rename from media-gfx/pydot/Manifest
rename to dev-python/pydot/Manifest

diff --git a/media-gfx/pydot/files/pydot-1.0.23-setup.patch b/dev-python/pydot/files/pydot-1.0.23-setup.patch
similarity index 100%
rename from media-gfx/pydot/files/pydot-1.0.23-setup.patch
rename to dev-python/pydot/files/pydot-1.0.23-setup.patch

diff --git a/media-gfx/pydot/files/pydot-1.0.28-pyparsing2fix.patch b/dev-python/pydot/files/pydot-1.0.28-pyparsing2fix.patch
similarity index 100%
rename from media-gfx/pydot/files/pydot-1.0.28-pyparsing2fix.patch
rename to dev-python/pydot/files/pydot-1.0.28-pyparsing2fix.patch

diff --git a/media-gfx/pydot/metadata.xml b/dev-python/pydot/metadata.xml
similarity index 100%
rename from media-gfx/pydot/metadata.xml
rename to dev-python/pydot/metadata.xml

diff --git a/media-gfx/pydot/pydot-1.0.28-r2.ebuild b/dev-python/pydot/pydot-1.0.28-r2.ebuild
similarity index 100%
rename from media-gfx/pydot/pydot-1.0.28-r2.ebuild
rename to dev-python/pydot/pydot-1.0.28-r2.ebuild

diff --git a/media-gfx/pydot/pydot-1.2.3.ebuild b/dev-python/pydot/pydot-1.2.3.ebuild
similarity index 100%
rename from media-gfx/pydot/pydot-1.2.3.ebuild
rename to dev-python/pydot/pydot-1.2.3.ebuild

diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.2.29.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.2.29.ebuild
index a23a67c5fc8..20f5bf17eb4 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.2.29.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.2.29.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	media-gfx/pydot[${PYTHON_USEDEP}]
+	dev-python/pydot[${PYTHON_USEDEP}]
 	dev-ros/python_qt_binding[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}

diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.2.30.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.2.30.ebuild
index a23a67c5fc8..20f5bf17eb4 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.2.30.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.2.30.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	media-gfx/pydot[${PYTHON_USEDEP}]
+	dev-python/pydot[${PYTHON_USEDEP}]
 	dev-ros/python_qt_binding[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}

diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.0.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.0.ebuild
index 74f3e79ff9e..742b7c8cb20 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.0.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.0.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	media-gfx/pydot[${PYTHON_USEDEP}]
+	dev-python/pydot[${PYTHON_USEDEP}]
 	>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}

diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.1.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.1.ebuild
index 74f3e79ff9e..742b7c8cb20 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.1.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	media-gfx/pydot[${PYTHON_USEDEP}]
+	dev-python/pydot[${PYTHON_USEDEP}]
 	>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}

diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.2.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.2.ebuild
index 74f3e79ff9e..742b7c8cb20 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.2.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.2.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	media-gfx/pydot[${PYTHON_USEDEP}]
+	dev-python/pydot[${PYTHON_USEDEP}]
 	>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}

diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.3.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.3.ebuild
index 259fb5e35f4..be2b95520f7 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.3.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.3.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	media-gfx/pydot[${PYTHON_USEDEP}]
+	dev-python/pydot[${PYTHON_USEDEP}]
 	>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}

diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.4.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.4.ebuild
index ef43b211dbe..baaafdccdb4 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.4.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.4.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	media-gfx/pydot[${PYTHON_USEDEP}]
+	dev-python/pydot[${PYTHON_USEDEP}]
 	>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}

diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.5.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.5.ebuild
index ef43b211dbe..baaafdccdb4 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.5.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.5.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	media-gfx/pydot[${PYTHON_USEDEP}]
+	dev-python/pydot[${PYTHON_USEDEP}]
 	>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}

diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.6.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.6.ebuild
index ef43b211dbe..baaafdccdb4 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.6.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.6.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	media-gfx/pydot[${PYTHON_USEDEP}]
+	dev-python/pydot[${PYTHON_USEDEP}]
 	>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}

diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-9999.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-9999.ebuild
index 74f3e79ff9e..742b7c8cb20 100644
--- a/dev-ros/qt_dotgraph/qt_dotgraph-9999.ebuild
+++ b/dev-ros/qt_dotgraph/qt_dotgraph-9999.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	media-gfx/pydot[${PYTHON_USEDEP}]
+	dev-python/pydot[${PYTHON_USEDEP}]
 	>=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}

diff --git a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild
index c7854bfe91b..3baa221b33b 100644
--- a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild
+++ b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild
@@ -18,7 +18,7 @@ IUSE="doc examples"
 
 DEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]"
 RDEPEND="
-	media-gfx/pydot[${PYTHON_USEDEP}]
+	dev-python/pydot[${PYTHON_USEDEP}]
 	media-gfx/graphviz"
 DEPEND="${DEPEND}
 	doc? ( dev-python/sphinx )"

diff --git a/profiles/updates/3Q-2017 b/profiles/updates/3Q-2017
index f82bd13a9ae..bd68d0b0241 100644
--- a/profiles/updates/3Q-2017
+++ b/profiles/updates/3Q-2017
@@ -48,3 +48,4 @@ move app-i18n/ibus-table-code app-i18n/ibus-table-others
 move app-i18n/ibus-table-cyrillic app-i18n/ibus-table-others
 move app-i18n/ibus-table-tv app-i18n/ibus-table-others
 move dev-libs/libchewing app-i18n/libchewing
+move media-gfx/pydot dev-python/pydot

diff --git a/sci-biology/biopython/biopython-1.68.ebuild b/sci-biology/biopython/biopython-1.68.ebuild
index 0336076df74..d0934b9879d 100644
--- a/sci-biology/biopython/biopython-1.68.ebuild
+++ b/sci-biology/biopython/biopython-1.68.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
 	dev-python/rdflib[$(python_gen_usedep 'python*')]
 	dev-python/pygraphviz[$(python_gen_usedep 'python2*')]
 	dev-python/reportlab[$(python_gen_usedep 'python*')]
-	media-gfx/pydot[$(python_gen_usedep 'python2*')]
+	dev-python/pydot[$(python_gen_usedep 'python2*')]
 	"
 DEPEND="${RDEPEND}
 	sys-devel/flex"


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

only message in thread, other threads:[~2017-08-19 23:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-19 23:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/pydot/, sci-biology/biopython/, media-gfx/pydot/files/, Tim Harder

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