Port details |
- py-sphinx-tabs Tabbed views for Sphinx
- 3.4.7 textproc =2 3.4.1_4Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2019-02-04 00:06:19
- Last Update: 2024-10-14 05:25:47
- Commit Hash: 085dfb3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://sphinx-tabs.readthedocs.io/en/latest/
- https://github.com/executablebooks/sphinx-tabs
- Description:
- sphinx-tabs creates tabbed content in Sphinx documentation when building HTML.
- ¦ ¦ ¦ ¦
- 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-tabs>0:textproc/py-sphinx-tabs@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-sphinx-tabs/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-sphinx-tabs
- pkg install py311-sphinx-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 py311-sphinx-tabs listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-sphinx-tabs
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1728632486
SHA256 (sphinx-tabs-3.4.7.tar.gz) = 991ad4a424ff54119799ba1491701aa8130dd43509474aef45a81c42d889784d
SIZE (sphinx-tabs-3.4.7.tar.gz) = 15891
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:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-lxml>=0 : devel/py-lxml@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-docutils>=0,1 : textproc/py-docutils@py311
- py311-pygments>=0 : textproc/py-pygments@py311
- py311-sphinx>=1.8,1 : textproc/py-sphinx@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- graphics/opencolorio
Configuration Options:
- No options to configure
- Options name:
- textproc_py-sphinx-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 |
3.4.7 14 Oct 2024 05:25:47 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Update to 3.4.7
Changes: https://github.com/executablebooks/sphinx-tabs/releases |
3.4.5 30 Sep 2024 13:36:37 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Update to 3.4.5
Changes: https://github.com/executablebooks/sphinx-tabs/releases |
3.4.1_4 11 Jul 2024 15:01:28 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Fix c0615e6aa3e51781df0cf60379b4b8fc69d1a6c0
- Bump PORTREVISION for package change |
3.4.1_3 11 Jul 2024 09:04:42 |
Wen Heping (wen) |
textproc/py-docutils: Update to 0.21.2
And fix some build errors caused by this update
PR: 280080
Reported by: wen@
Exp-run by: antoine@
Approved by: portmgr(blanket, fix build) |
3.4.1_2 13 May 2024 14:10:54 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
3.4.1_1 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> |
3.4.1_1 30 Jan 2023 13:00:20 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Fix 7a4b1542eea74a66513b168436f47fd2a67d7f7d
- Fix RUN_DEPENDS: Remove py-Jinja2
- Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change |
3.4.1 16 Jan 2023 19:32:04 |
Dima Panov (fluffy) |
textproc/py-sphinx-tabs: update to 3.4.1 as pre-requsite for Sphinx update
Approved by: python (lwhsu) |
3.4.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.4.0 19 Nov 2022 08:12:40 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Fix build after
23cc43859179b1bb1b6932ccee2559ed5f66a968 (py-Jinja2 3.1.2 update)
Do not bump PORTREVISION because the package dependency list is unchanged.
Reference: http://beefy18.nyi.freebsd.org/data/main-amd64-default/p97fda7e3a598_s813c5b75e6/logs/py39-sphinx-tabs-3.4.0.log |
3.4.0 12 Nov 2022 21:28:28 |
Dima Panov (fluffy) |
textproc/py-sphinx-tabs: relax version check bouddary after devel/py-Jinja2
update
Pointy hat to: yuri (for not checking consumers)
Approved by: portmgr blanket |
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) |
3.4.0 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 ) |
3.4.0 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 ) |
3.4.0 29 Jun 2022 21:50:18 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Update to 3.4.0
Changes: https://github.com/executablebooks/sphinx-tabs/releases |
3.3.1 30 Mar 2022 22:21:19 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Update to 3.3.1
Changes: https://github.com/executablebooks/sphinx-tabs/releases |
3.3.0 25 Mar 2022 13:37:16 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Update to 3.3.0
Changes: https://github.com/executablebooks/sphinx-tabs/releases |
3.2.0 01 Nov 2021 13:41:53 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Fix build after
51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7 |
3.2.0 08 Aug 2021 21:44:07 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Update to 3.2.0
Changes: https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md |
3.1.0 20 Jun 2021 11:38:11 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Update to 3.1.0
Changes: https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md |
3.0.0 16 May 2021 15:24:15 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Update to 3.0.0
Changes: https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md |
2.1.0 18 Apr 2021 05:44:14 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-sphinx-tabs: Update to 2.1.0
Changes: https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md |
2.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.1 17 Feb 2021 18:10:18 |
sunpoet |
Update to 2.0.1
Changes: https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md |
2.0.0 30 Jan 2021 12:31:41 |
sunpoet |
Update to 2.0.0
Changes: https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md |
1.3.0 26 Jan 2021 17:38:46 |
sunpoet |
Remove PY_PYGMENTS |
1.3.0 14 Jan 2021 14:34:38 |
dbaio |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
1.3.0 15 Nov 2020 18:06:38 |
sunpoet |
Update to 1.3.0
- Update WWW
Changes: https://github.com/executablebooks/sphinx-tabs/releases
https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md |
1.1.13_1 27 Jun 2020 09:44:58 |
sunpoet |
Remove LICENSE from /usr/local
- Bump PORTREVISION for package change
PR: 247574
Reported by: Shane <FreeBSD@ShaneWare.Biz> |
1.1.13 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
1.1.13 13 Sep 2019 11:50:14 |
sunpoet |
Update to 1.1.13
Changes: https://github.com/djungelorm/sphinx-tabs/releases |
1.1.12 31 Aug 2019 07:56:51 |
sunpoet |
Update to 1.1.12
Changes: https://github.com/djungelorm/sphinx-tabs/releases |
1.1.11 13 Jun 2019 15:49:09 |
sunpoet |
Update to 1.1.11
Changes: https://github.com/djungelorm/sphinx-tabs/releases |
1.1.10 04 Feb 2019 00:06:12 |
sunpoet |
Add py-sphinx-tabs 1.1.10
sphinx-tabs creates tabbed content in Sphinx documentation when building HTML.
WWW: https://github.com/djungelorm/sphinx-tabs |