public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ghp-import/, www-apps/nikola/, app-doc/ghp-import/, profiles/updates/
@ 2020-03-11  8:04 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-03-11  8:04 UTC (permalink / raw
  To: gentoo-commits

commit:     b43a50d73da572ad333846ecf5e6776f1cfdaf26
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 07:57:43 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 08:04:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43a50d7

Move {dev-python → app-doc}/ghp-import

This is merely a tool written in Python.  It does not belong
in dev-python/.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 {dev-python => app-doc}/ghp-import/Manifest                   | 0
 {dev-python => app-doc}/ghp-import/ghp-import-0.4.1-r1.ebuild | 0
 {dev-python => app-doc}/ghp-import/metadata.xml               | 0
 profiles/updates/1Q-2020                                      | 1 +
 www-apps/nikola/metadata.xml                                  | 2 +-
 www-apps/nikola/nikola-7.8.15-r1.ebuild                       | 2 +-
 www-apps/nikola/nikola-7.8.15.ebuild                          | 2 +-
 www-apps/nikola/nikola-8.0.4.ebuild                           | 2 +-
 8 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/ghp-import/Manifest b/app-doc/ghp-import/Manifest
similarity index 100%
rename from dev-python/ghp-import/Manifest
rename to app-doc/ghp-import/Manifest

diff --git a/dev-python/ghp-import/ghp-import-0.4.1-r1.ebuild b/app-doc/ghp-import/ghp-import-0.4.1-r1.ebuild
similarity index 100%
rename from dev-python/ghp-import/ghp-import-0.4.1-r1.ebuild
rename to app-doc/ghp-import/ghp-import-0.4.1-r1.ebuild

diff --git a/dev-python/ghp-import/metadata.xml b/app-doc/ghp-import/metadata.xml
similarity index 100%
rename from dev-python/ghp-import/metadata.xml
rename to app-doc/ghp-import/metadata.xml

diff --git a/profiles/updates/1Q-2020 b/profiles/updates/1Q-2020
index aaf723d85f2..5c2f8cb8e9b 100644
--- a/profiles/updates/1Q-2020
+++ b/profiles/updates/1Q-2020
@@ -5,3 +5,4 @@ move dev-python/matplotlib2tikz dev-python/tikzplotlib
 move dev-python/pep257 dev-python/pydocstyle
 move dev-python/pyzor mail-filter/pyzor
 move dev-python/python-sqlparse dev-python/sqlparse
+move dev-python/ghp-import app-doc/ghp-import

diff --git a/www-apps/nikola/metadata.xml b/www-apps/nikola/metadata.xml
index 2980224965b..0fa46f3e455 100644
--- a/www-apps/nikola/metadata.xml
+++ b/www-apps/nikola/metadata.xml
@@ -14,7 +14,7 @@
     </flag>
     <flag name="ghpages">
       Add support for direct uploading to github pages thru
-      <pkg>dev-python/ghp-import</pkg>
+      <pkg>app-doc/ghp-import</pkg>
     </flag>
     <flag name="hyphenation">
       Add hyphenation support through <pkg>dev-python/pyphen</pkg>

diff --git a/www-apps/nikola/nikola-7.8.15-r1.ebuild b/www-apps/nikola/nikola-7.8.15-r1.ebuild
index dcb3f7b73e3..54db84ce6c3 100644
--- a/www-apps/nikola/nikola-7.8.15-r1.ebuild
+++ b/www-apps/nikola/nikola-7.8.15-r1.ebuild
@@ -40,7 +40,7 @@ RDEPEND="${DEPEND}
 	dev-python/cloudpickle[${PYTHON_USEDEP}]
 	assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
 	charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
-	ghpages? ( >=dev-python/ghp-import-0.4.1[${PYTHON_USEDEP}] )
+	ghpages? ( >=app-doc/ghp-import-0.4.1[${PYTHON_USEDEP}] )
 	hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
 	ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] )
 	jinja? ( >=dev-python/jinja-2.7.2[${PYTHON_USEDEP}] )

diff --git a/www-apps/nikola/nikola-7.8.15.ebuild b/www-apps/nikola/nikola-7.8.15.ebuild
index c3e5967f022..208d17034f7 100644
--- a/www-apps/nikola/nikola-7.8.15.ebuild
+++ b/www-apps/nikola/nikola-7.8.15.ebuild
@@ -41,7 +41,7 @@ RDEPEND="${DEPEND}
 	dev-python/cloudpickle[${PYTHON_USEDEP}]
 	assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
 	charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
-	ghpages? ( >=dev-python/ghp-import-0.4.1[${PYTHON_USEDEP}] )
+	ghpages? ( >=app-doc/ghp-import-0.4.1[${PYTHON_USEDEP}] )
 	hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
 	ipython? (
 		$(python_gen_cond_dep '

diff --git a/www-apps/nikola/nikola-8.0.4.ebuild b/www-apps/nikola/nikola-8.0.4.ebuild
index b6ae1963ef8..c92ab9ef9ef 100644
--- a/www-apps/nikola/nikola-8.0.4.ebuild
+++ b/www-apps/nikola/nikola-8.0.4.ebuild
@@ -40,7 +40,7 @@ RDEPEND="${DEPEND}
 	dev-python/cloudpickle[${PYTHON_USEDEP}]
 	assets? ( >=dev-python/webassets-0.10.1[${PYTHON_USEDEP}] )
 	charts? ( >=dev-python/pygal-2.0.1[${PYTHON_USEDEP}] )
-	ghpages? ( >=dev-python/ghp-import-0.4.1[${PYTHON_USEDEP}] )
+	ghpages? ( >=app-doc/ghp-import-0.4.1[${PYTHON_USEDEP}] )
 	hyphenation? ( >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}] )
 	ipython? ( >=dev-python/ipython-2.0.0[notebook,${PYTHON_USEDEP}] )
 	jinja? ( >=dev-python/jinja-2.7.2[${PYTHON_USEDEP}] )


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

only message in thread, other threads:[~2020-03-11  8:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-11  8:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/ghp-import/, www-apps/nikola/, app-doc/ghp-import/, profiles/updates/ Michał Górny

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