Port details |
- py-cloud_sptheme Sphinx theme
- 1.10.1_1 textproc =2 1.10.1_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2014-03-24 16:47:13
- Last Update: 2024-05-13 14:09:09
- Commit Hash: a1ccc14
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://foss.heptapod.net/doc-utils/cloud_sptheme
- Description:
- This is a small package containing a Sphinx theme named "Cloud", along with some
related Sphinx extensions. For more details (and to see the theme in action),
check out it's documentation at https://cloud-sptheme.readthedocs.io.
- ¦ ¦ ¦ ¦
- 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}cloud_sptheme>0:textproc/py-cloud_sptheme@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-cloud_sptheme/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-cloud_sptheme
- pkg install py39-cloud_sptheme
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-cloud_sptheme listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-cloud_sptheme
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1599574511
SHA256 (cloud_sptheme-1.10.1.post20200504175005.tar.gz) = caf47ac4c6346eef47fc11e799adbeaf645921c712cc099cf2530560e7ecde44
SIZE (cloud_sptheme-1.10.1.post20200504175005.tar.gz) = 168375
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-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@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>=1.6,1 : textproc/py-sphinx@py39
- py39-sphinxcontrib-fulltoc>=1.1 : textproc/py-sphinxcontrib-fulltoc@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_py-cloud_sptheme
- 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 |
1.10.1_1 13 May 2024 14:09:09 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-cloud_sptheme: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
1.10.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> |
1.10.1 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) |
1.10.1 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 ) |
1.10.1 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 ) |
1.10.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10.1 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.10.1 29 Dec 2020 13:21:38 |
antoine |
Drop python 2.7 support from a few ports |
1.10.1 08 Sep 2020 17:49:10 |
sunpoet |
Update to 1.10.1.post20200504175005
- Update WWW
Changes: https://foss.heptapod.net/doc-utils/cloud_sptheme/-/blob/branch/default/CHANGES |
1.10.0 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.10.0 08 Dec 2019 17:04:14 |
sunpoet |
Update to 1.10.0
Changes: https://bitbucket.org/ecollins/cloud_sptheme/src/default/CHANGES
https://cloud-sptheme.readthedocs.io/en/latest/history.html#whats-new |
1.9.4 17 Nov 2018 17:32:22 |
sunpoet |
Change the way *_DEPENDS are set |
1.9.4 20 Jun 2018 17:05:44 |
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 |
1.9.4 25 Apr 2018 16:42:38 |
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 |
1.9.4 29 Jan 2018 11:27:34 |
sunpoet |
Update to 1.9.4
- Remove DIST_SUBDIR
- Remove no-op DOCSDIR2
- Cosmetic change
- Update pkg-descr
- Update WWW
Changes: https://bitbucket.org/ecollins/cloud_sptheme/src/default/CHANGES
https://cloud-sptheme.readthedocs.io/en/latest/history.html#whats-new |
1.8.3 26 Jan 2018 18:12:01 |
sunpoet |
Take maintainership |
1.8.3 30 Nov 2017 15:50:34 |
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 ) |
1.8.3 10 Sep 2017 18:51:46 |
olgeni |
Some typo fixes and whitespace cleanup for pkg-descr files. |
1.8.3 09 Feb 2017 14:09:13 |
vanilla |
Update to 1.8.3. |
1.8.0 23 Dec 2016 07:55:09 |
wen |
- Update to 1.8.0
PR: 215453
Submitted by: joneum@bsdproject.de |
1.7.1_1 02 Nov 2016 22:45:14 |
mat |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.7.1_1 02 Oct 2016 09:01:49 |
amdmi3 |
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Deobfuscate documentation installation |
1.7.1_1 11 Sep 2016 07:14:10 |
antoine |
Make usable as a regular user |
1.7.1 08 Sep 2016 23:38:34 |
jbeich |
textproc/py-cloud_sptheme: update to 1.7.1
Changes: https://bitbucket.org/ecollins/cloud_sptheme/src/1.7.1/CHANGES
PR: 212496
Submitted by: w.schwarzenfeld@utanet.at |
1.6_1 08 Sep 2016 23:37:23 |
jbeich |
textproc/py-cloud_sptheme: unbreak after r415071
PR: 212496
Submitted by: w.schwarzenfeld@utanet.at |
1.6_1 28 Jun 2016 09:11:31 |
rakuco |
Reset ports maintained by horia@racoviceanu.com.
The last change submitted or approved by Horia in Bugzilla dates back to
September 2015. Since then, all commits to his ports were landed by others
after the maintainer timeout period expired (see r383744, r405055, r405057,
r400461 and r414655, for example).
Horia did show interest in coming back after I sent a private email a few
months ago, but since nothing has changed it is better to reassign his ports
back to the heap.
Differential Revision: https://reviews.freebsd.org/D5980 |
1.6_1 25 May 2016 15:01:43 |
amdmi3 |
- Mark BROKEN: does not build ("ValueError: too many values to unpack")
Reported by: pkg-fallout
Approved by: portmgr blanket |
1.6_1 11 Apr 2016 16:16:48 |
mat |
Fix some strange permissions in the archive that lead to the file being
installed with bad rights, that lead to other ports failing.
PR: 207465
Reported by: truckman
Sponsored by: Absolight |
1.6 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.6 07 Dec 2014 10:01:37 |
mva |
- Convert textproc/ to USES=python
With hat: python@ |
1.6 24 Mar 2014 16:47:07 |
swills |
This is a small package containing a Sphinx theme named "Cloud",
along with some related Sphinx extensions. To see an example
of the theme in action, check out it's documentation.
WWW: https://pypi.python.org/pypi/cloud_sptheme/
PR: ports/187893
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> |