aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-03-16 21:10:07 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-03-16 21:10:07 +0000
commitcc045a1858875ab5bfe9c160346f1bb6f8004015 (patch)
tree5efe078c8dbbac90cf59af645c215d3f8c02f6e7 /misc
parent294c2223723fa44b5d531747aab43e2b56cb2eec (diff)
downloadports-cc045a1858875ab5bfe9c160346f1bb6f8004015.tar.gz
ports-cc045a1858875ab5bfe9c160346f1bb6f8004015.zip
textproc/py-sphinx: Update to 3.5.2
Add patches to fix Sphinx consumers; The most common issues are related with pkg-plist, the output files for Sphinx changes between versions, keep this dynamically is the better approach and will save time in future Sphinx updates. Changelog: https://github.com/sphinx-doc/sphinx/blob/v3.5.2/CHANGES PR: 254185 Approved by: python (with hat) Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=568615
Diffstat (limited to 'misc')
-rw-r--r--misc/py-powerline-status/Makefile5
-rw-r--r--misc/py-powerline-status/pkg-plist179
2 files changed, 4 insertions, 180 deletions
diff --git a/misc/py-powerline-status/Makefile b/misc/py-powerline-status/Makefile
index e1244be3a821..6c7eb9f1b3e8 100644
--- a/misc/py-powerline-status/Makefile
+++ b/misc/py-powerline-status/Makefile
@@ -2,6 +2,7 @@
PORTNAME= powerline-status
PORTVERSION= 2.8.1
+PORTREVISION= 1
CATEGORIES= misc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -29,6 +30,8 @@ USE_GITHUB= yes
GH_ACCOUNT= powerline
GH_PROJECT= powerline
+PORTDOCS= *
+
do-build-DOCS-on:
@make -C ${WRKSRC}/docs man html
@@ -36,7 +39,7 @@ do-install-DOCS-on:
.for file in powerline.1 powerline-daemon.1 powerline-lint.1 powerline-config.1
${INSTALL_DATA} ${WRKSRC}/docs/_build/man/${file} ${STAGEDIR}${MAN1PREFIX}/man/man1
.endfor
- cd ${WRKSRC}/docs/_build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/
+ cd ${WRKSRC}/docs/_build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '! -name .buildinfo'
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/powerline
diff --git a/misc/py-powerline-status/pkg-plist b/misc/py-powerline-status/pkg-plist
index bc83e3cbbdfc..0c21d94c69a3 100644
--- a/misc/py-powerline-status/pkg-plist
+++ b/misc/py-powerline-status/pkg-plist
@@ -2,182 +2,3 @@
%%PORTDOCS%%man/man1/powerline-daemon.1.gz
%%PORTDOCS%%man/man1/powerline-lint.1.gz
%%PORTDOCS%%man/man1/powerline.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/.buildinfo
-%%PORTDOCS%%%%DOCSDIR%%/_images/cross.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/error.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/pl-mode-insert.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/pl-mode-normal.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/pl-mode-replace.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/pl-mode-visual.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/pl-truncate1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/pl-truncate2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/pl-truncate3.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tick.png
-%%PORTDOCS%%%%DOCSDIR%%/_modules/index.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/lib/encoding.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/listers/i3wm.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/listers/pdb.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/listers/vim.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/renderer.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/bat.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/env.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/mail.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/net.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/players.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/sys.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/time.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/vcs.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/common/wthr.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/i3wm.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/pdb.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/shell.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/tmux.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim/plugin/ale.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim/plugin/capslock.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim/plugin/commandt.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim/plugin/nerdtree.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim/plugin/syntastic.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/segments/vim/plugin/tagbar.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/selectors/vim.html
-%%PORTDOCS%%%%DOCSDIR%%/_modules/powerline/vim.html
-%%PORTDOCS%%%%DOCSDIR%%/_sources/commands.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/commands/config.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/commands/daemon.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/commands/lint.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/commands/main.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/listers.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/local.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/reference.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments/common.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments/i3wm.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments/pdb.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments/shell.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments/tmux.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/segments/vim.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/selectors.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/configuration/selectors/vim.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/develop.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/develop/extensions.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/develop/listers.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/develop/local-themes.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/develop/segments.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/develop/tips-and-tricks.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/index.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/installation.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/installation/linux.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/installation/osx.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/license-and-credits.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/overview.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/tips-and-tricks.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/troubleshooting.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/troubleshooting/linux.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/troubleshooting/osx.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/usage.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/usage/other.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/usage/shell-prompts.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/usage/wm-widgets.rst.txt
-%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/css/badge_only.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/css/theme.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/css/theme_overrides.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/documentation_options.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/file.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bold.eot
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bold.ttf
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bold.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bold.woff2
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bolditalic.eot
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bolditalic.ttf
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bolditalic.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-bolditalic.woff2
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-italic.eot
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-italic.ttf
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-italic.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-italic.woff2
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-regular.eot
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-regular.ttf
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-regular.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/Lato/lato-regular.woff2
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.eot
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.svg
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.ttf
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/fontawesome-webfont.woff2
-%%PORTDOCS%%%%DOCSDIR%%/_static/img/icons/cross.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/img/icons/error.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/img/icons/tick.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-mode-insert.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-mode-normal.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-mode-replace.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-mode-visual.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-truncate1.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-truncate2.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/img/pl-truncate3.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/jquery-3.5.1.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/js/modernizr.min.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/js/theme.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/language_data.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/plus.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/underscore-1.3.1.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js
-%%PORTDOCS%%%%DOCSDIR%%/commands.html
-%%PORTDOCS%%%%DOCSDIR%%/commands/config.html
-%%PORTDOCS%%%%DOCSDIR%%/commands/daemon.html
-%%PORTDOCS%%%%DOCSDIR%%/commands/lint.html
-%%PORTDOCS%%%%DOCSDIR%%/commands/main.html
-%%PORTDOCS%%%%DOCSDIR%%/configuration.html
-%%PORTDOCS%%%%DOCSDIR%%/configuration/listers.html
-%%PORTDOCS%%%%DOCSDIR%%/configuration/local.html
-%%PORTDOCS%%%%DOCSDIR%%/configuration/reference.html
-%%PORTDOCS%%%%DOCSDIR%%/configuration/segments.html
-%%PORTDOCS%%%%DOCSDIR%%/configuration/segments/common.html
-%%PORTDOCS%%%%DOCSDIR%%/configuration/segments/i3wm.html
-%%PORTDOCS%%%%DOCSDIR%%/configuration/segments/pdb.html
-%%PORTDOCS%%%%DOCSDIR%%/configuration/segments/shell.html
-%%PORTDOCS%%%%DOCSDIR%%/configuration/segments/tmux.html
-%%PORTDOCS%%%%DOCSDIR%%/configuration/segments/vim.html
-%%PORTDOCS%%%%DOCSDIR%%/configuration/selectors.html
-%%PORTDOCS%%%%DOCSDIR%%/configuration/selectors/vim.html
-%%PORTDOCS%%%%DOCSDIR%%/develop.html
-%%PORTDOCS%%%%DOCSDIR%%/develop/extensions.html
-%%PORTDOCS%%%%DOCSDIR%%/develop/listers.html
-%%PORTDOCS%%%%DOCSDIR%%/develop/local-themes.html
-%%PORTDOCS%%%%DOCSDIR%%/develop/segments.html
-%%PORTDOCS%%%%DOCSDIR%%/develop/tips-and-tricks.html
-%%PORTDOCS%%%%DOCSDIR%%/genindex.html
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/installation.html
-%%PORTDOCS%%%%DOCSDIR%%/installation/linux.html
-%%PORTDOCS%%%%DOCSDIR%%/installation/osx.html
-%%PORTDOCS%%%%DOCSDIR%%/license-and-credits.html
-%%PORTDOCS%%%%DOCSDIR%%/objects.inv
-%%PORTDOCS%%%%DOCSDIR%%/overview.html
-%%PORTDOCS%%%%DOCSDIR%%/py-modindex.html
-%%PORTDOCS%%%%DOCSDIR%%/search.html
-%%PORTDOCS%%%%DOCSDIR%%/searchindex.js
-%%PORTDOCS%%%%DOCSDIR%%/tips-and-tricks.html
-%%PORTDOCS%%%%DOCSDIR%%/troubleshooting.html
-%%PORTDOCS%%%%DOCSDIR%%/troubleshooting/linux.html
-%%PORTDOCS%%%%DOCSDIR%%/troubleshooting/osx.html
-%%PORTDOCS%%%%DOCSDIR%%/usage.html
-%%PORTDOCS%%%%DOCSDIR%%/usage/other.html
-%%PORTDOCS%%%%DOCSDIR%%/usage/shell-prompts.html
-%%PORTDOCS%%%%DOCSDIR%%/usage/wm-widgets.html