Port details |
- py-sphinx-inline-tabs Add inline tabbed content to your Sphinx documentation
- 2023.4.21 textproc =4 2023.4.21Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-12-19 20:16:05
- Last Update: 2024-04-13 09:31:42
- Commit Hash: a04f203
- People watching this port, also watch:: libXdamage, libevent, py39-beautifulsoup, autoconf, libexif
- Also Listed In: python
- License: MIT
- WWW:
- https://sphinx-inline-tabs.readthedocs.io/en/latest/
- https://github.com/pradyunsg/sphinx-inline-tabs
- Description:
- Sphinx Inline Tabs adds inline tabbed content to your Sphinx documentation.
Features:
- Elegant design: Small footprint in the markup and generated website, while
looking good.
- Configurable: All the colors can be configured using CSS variables.
- Synchronisation: Tabs with the same label all switch with a single click.
- Works without JavaScript: JavaScript is not required for the basics, only for
synchronisation.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}sphinx-inline-tabs>0:textproc/py-sphinx-inline-tabs@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-sphinx-inline-tabs/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-sphinx-inline-tabs
- pkg install py39-sphinx-inline-tabs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-sphinx-inline-tabs listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-sphinx-inline-tabs
- Package flavors (<flavor>: <package>)
- py39: py39-sphinx-inline-tabs
- distinfo:
- TIMESTAMP = 1684104554
SHA256 (sphinx_inline_tabs-2023.4.21.tar.gz) = 5df2f13f602c158f3f5f6c509e008aeada199a8c76d97ba3aa2822206683bebc
SIZE (sphinx_inline_tabs-2023.4.21.tar.gz) = 42664
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-flit-core>=2<4 : devel/py-flit-core@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-sphinx>=3,1 : textproc/py-sphinx@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- devel/py-pip
- x11/kitty
Configuration Options:
- No options to configure
- Options name:
- textproc_py-sphinx-inline-tabs
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2023.4.21 13 Apr 2024 09:31:42 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-inline-tabs: Update WWW |
2023.4.21 30 Jun 2023 07:05:31 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-inline-tabs: Remove outdated PYTHON_REL check after
lang/python37 removal |
2023.4.21 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2023.4.21 27 May 2023 04:10:35 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-inline-tabs: Update to 2023.4.21
Changes: https://github.com/pradyunsg/sphinx-inline-tabs/commits/main |
2022.1.2b11_2 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
2022.1.2b11_1 21 Mar 2023 19:21:23 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-inline-tabs: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change |
2022.1.2b11 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.1.2b11 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022.1.2b11 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2022.1.2b11 28 Feb 2022 12:46:25 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-inline-tabs: Update to 2022.1.2b11
Changes: https://github.com/pradyunsg/sphinx-inline-tabs/commits/main |
2021.8.17b10 27 Sep 2021 15:56:02 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-inline-tabs: Update to 2021.8.17b10
Changes: https://github.com/pradyunsg/sphinx-inline-tabs/commits/main |
2021.4.11b9_1 25 May 2021 13:55:43 |
Dmitry Marakasov (amdmi3) |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
2021.4.11b9_1 16 May 2021 15:24:10 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-inline-tabs: Complete the fix for Python 3.6 and 3.7
- Bump PORTREVISION for dependency and package change
Reported by: fluffy |
2021.4.11b9 11 May 2021 21:47:20 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-inline-tabs: Update to 2021.4.11b9
Changes: https://github.com/pradyunsg/sphinx-inline-tabs/commits/main |
2021.3.28b7 18 Apr 2021 05:44:14 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-inline-tabs: Update to 2021.3.28b7
Changes: https://github.com/pradyunsg/sphinx-inline-tabs/commits/main |
2020.10.19b4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.10.19b4 19 Dec 2020 20:04:39 |
sunpoet |
Add py-sphinx-inline-tabs 2020.10.19b4
Sphinx Inline Tabs adds inline tabbed content to your Sphinx documentation.
Features:
- Elegant design: Small footprint in the markup and generated website, while
looking good.
- Configurable: All the colors can be configured using CSS variables.
- Synchronisation: Tabs with the same label all switch with a single click.
- Works without JavaScript: JavaScript is not required for the basics, only for
synchronisation.
WWW: https://github.com/pradyunsg/sphinx-inline-tabs |