Skip to content

Commit

Permalink
Move {dev-python → app-doc}/ghp-import
Browse files Browse the repository at this point in the history
This is merely a tool written in Python.  It does not belong
in dev-python/.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Mar 11, 2020
1 parent 06a1b26 commit b43a50d
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions profiles/updates/1Q-2020
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion www-apps/nikola/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion www-apps/nikola/nikola-7.8.15-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}] )
Expand Down
2 changes: 1 addition & 1 deletion www-apps/nikola/nikola-7.8.15.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down
2 changes: 1 addition & 1 deletion www-apps/nikola/nikola-8.0.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}] )
Expand Down

0 comments on commit b43a50d

Please sign in to comment.