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@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-11 08:57:43 +01:00
parent 06a1b261ff
commit b43a50d73d
8 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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}] )

View File

@@ -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 '

View File

@@ -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}] )