Port details |
- py-sphinxcontrib-programoutput Sphinx extension to include program output
- 0.11 textproc
=0 0.11Version of this port present on the latest quarterly branch. - Maintainer: dbaio@FreeBSD.org
 - Port Added: 2015-09-18 17:28:36
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- License: BSD2CLAUSE
- Description:
- A Sphinx extension to literally insert the output of arbitrary commands into
documents, helping you to keep your command examples up to date.
WWW: http://pythonhosted.org/sphinxcontrib-programoutput/
- 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-programoutput>0:textproc/py-sphinxcontrib-programoutput@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-sphinxcontrib-programoutput/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-sphinxcontrib-programoutput
- pkg install py38-sphinxcontrib-programoutput
NOTE: This is a Python port. Instead of py38-sphinxcontrib-programoutput listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-sphinxcontrib-programoutput
- Package flavors (<flavor>: <package>)
- py38: py38-sphinxcontrib-programoutput
- distinfo:
- TIMESTAMP = 1495310439
SHA256 (sphinxcontrib-programoutput-0.11.tar.gz) = cbec3ee1c3abd09e105115ab69cb5ade8ca1be9811565a844f973e93e0314837
SIZE (sphinxcontrib-programoutput-0.11.tar.gz) = 18267
- 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-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-sphinx>=1.3.5,1 : textproc/py-sphinx@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- textproc_py-sphinxcontrib-programoutput
- 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 |
06 Apr 2021 14:31:07 0.11
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 14:34:38
0.11
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
10 Jan 2021 15:03:59
0.11
|
dbaio  |
textproc/py-sphinxcontrib-programoutput: Take MAINTAINER'ship |
28 Dec 2020 23:02:15
0.11
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
05 Oct 2020 17:34:54
0.11
|
rene  |
Return cpm@'s ports to the pool after safekeeping his commit bit.
With hat: portmgr-secretary |
11 May 2020 23:51:58
0.11
|
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
0.11
|
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 |
30 Nov 2017 15:50:34
0.11 
|
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 ) |
20 May 2017 21:17:36
0.11
|
cpm  |
- Update to 0.11
- Remove unnecessary pytest dependency
- Add USE_LOCALE to fix all test cases
- Update do-test target |
18 Mar 2017 12:21:46
0.10
|
cpm  |
- Update to 0.10 |
04 Jun 2016 21:03:27
0.8_1
|
cpm  |
- Add LICENSE_FILE
- Add NO_ARCH
- Fix RUN_DEPENDS
- Add TEST_DEPENDS and include a do-test target
- Update MAINTAINER to my @FreeBSD.org address
- Update WWW in pkg-descr
- Bump PORTREVISION
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor)
Differential Revision: D6700 |
01 Apr 2016 14:25:18
0.8
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
18 Sep 2015 17:28:29
0.8
|
feld  |
A Sphinx extension to literally insert the output of arbitrary commands into
documents, helping you to keep your command examples up to date.
WWW: http://sphinxcontrib-programoutput.readthedocs.org/
PR: 203190
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> |