Port details |
- py-sphinxcontrib-fulltoc Sphinx Fulltoc Extension
- 1.2.0 textproc
=0 1.2.0Version of this port present on the latest quarterly branch. - Maintainer: vanilla@FreeBSD.org
 - Port Added: 2017-02-09 13:59:28
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: APACHE20
- Description:
- This module contains the Fulltoc Sphinx extension which was created by
Doug Hellmann.
WWW: https://pypi.org/project/sphinxcontrib-fulltoc/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-fulltoc>0:textproc/py-sphinxcontrib-fulltoc@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-sphinxcontrib-fulltoc/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-sphinxcontrib-fulltoc
- pkg install py38-sphinxcontrib-fulltoc
NOTE: This is a Python port. Instead of py38-sphinxcontrib-fulltoc listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-sphinxcontrib-fulltoc
- Package flavors (<flavor>: <package>)
- py38: py38-sphinxcontrib-fulltoc
- distinfo:
- TIMESTAMP = 1492009181
SHA256 (sphinxcontrib-fulltoc-1.2.0.tar.gz) = c845d62fc467f3135d4543e9f10e13ef91852683bd1c90fd19d07f9d36757cd9
SIZE (sphinxcontrib-fulltoc-1.2.0.tar.gz) = 13752
- 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:
-
- py38-pbr>=1.8.1 : devel/py-pbr@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-sphinx>=0,1 : textproc/py-sphinx@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- textproc/py-cloud_sptheme
- Configuration Options:
- No options to configure
- Options name:
- textproc_py-sphinxcontrib-fulltoc
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.2.0
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.2.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 14:34:38
1.2.0
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
29 Dec 2020 13:21:38
1.2.0
|
antoine  |
Drop python 2.7 support from a few ports |
11 May 2020 23:51:58
1.2.0
|
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 ) |
20 Jun 2018 17:05:44
1.2.0
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
20 Jun 2018 16:58:30
1.2.0
|
mat  |
Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct
to use it for other package names.
Sponsored by: Absolight |
25 Apr 2018 16:42:38
1.2.0
|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
30 Nov 2017 15:50:34
1.2.0 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
12 Apr 2017 15:16:41
1.2.0
|
vanilla  |
Update to 1.2.0. |
09 Feb 2017 13:58:44
1.1
|
vanilla  |
Add py-sphinxcontrib-fulltoc. |