Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.29.0 22 Mar 2025 16:11:33
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Update to 0.29.0
* For some time now, the test suite has been available in the current
sdist tarballs, so switch to PyPI, which is preferred for Python
ports, and remove related parts that are no longer needed.
Changelog since 0.27.0:
https://github.com/mkdocstrings/mkdocstrings/blob/0.29.0/CHANGELOG.md
MFH: No (not compatible with NetBox 4.1) |
0.27.0 23 Nov 2024 08:19:28
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Update to 0.27.0
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.27.0 |
0.26.2 01 Nov 2024 15:06:14
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Update to 0.26.2
* Support for Python 3.8 was dropped with release 0.26.2, adjust
USES=python accordingly.
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.2 |
0.26.0 04 Sep 2024 04:15:04
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Update to 0.26.0
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.0 |
0.25.2 27 Jul 2024 11:33:19
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Update to 0.25.2
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.25.2 |
0.25.1 07 May 2024 03:51:59
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Update to 0.25.1
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.25.1
MFH: 2024Q2 |
0.25.0 02 May 2024 06:29:01
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Update to 0.25.0
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.25.0
MFH: 2024Q2 |
0.24.3 23 Apr 2024 11:59:16
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Update to 0.24.3
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.24.3
MFH: 2024Q2 |
0.24.2 05 Apr 2024 12:56:32
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Update to 0.24.2
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.24.2 |
0.24.1 09 Mar 2024 09:57:21
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Update to 0.24.1
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.24.1 |
0.24.0 20 Nov 2023 11:25:44
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Update to 0.24.0
* Remove superfluous pytest dependency from TEST_DEPENDS as it's already
set via USE_PYTHON=pytest while I'm here.
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.24.0 |
0.23.0 10 Sep 2023 13:15:31
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Update to 0.23.0
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.23.0 |
0.22.0 31 Aug 2023 05:44:18
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Update to 0.22.0
* Introduce CRYSTAL, PYTHON and PYTHONLEGACY options to reflect the
optional dependencies as noted in "pyproject.toml". Leave the last
two as non-default for now, because both are mutually exclusive due
conflicting dependencies.
* Switch to PEP517 build framework and get rid of the no longer
required workarounds for distutils.
* Remove the backported patch for Jinja2 3.1+ compatibility which is
also no longer needed.
* Convert the test suite to USE_PYTHON=pytest as well.
Changelogs since 0.17.0:
https://github.com/mkdocstrings/mkdocstrings/blob/0.22.0/CHANGELOG.md |
0.17.0_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> |
0.17.0_1 18 Nov 2022 06:39:43
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: Add support for Jinja2 3.1
* The newer releases of py-mkdocstrings need some additional
dependencies, which are not yet available as ports.
Thus backport a patch of the 0.18.0 release to add compatibility for
Jinja2 3.1. This fixes the runtime regarding "contextfunction" that
was replaced with "pass_context" in Jinja2 3.1 after 23cc43859179.
* Bump PORTREVISION due package change. |
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) |
0.17.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 ) |
0.17.0 26 Apr 2022 13:43:09
    |
Dmitry Marakasov (amdmi3)  |
textproc/py-mkdocstrings: fix TEST_DEPENDS
Reported by: reprise
Approved by: portmgr blanket |
0.17.0 28 Feb 2022 11:50:26
    |
Kai Knoblich (kai)  |
textproc/py-mkdocstrings: New port
This Python package is an extension for MkDocs and its main purpose is
the automation of documentation from sources.
Features:
* Language-agnostic
* Multiple themes support
* Cross-references across pages
* Cross-references across sites
* Inline injection in Markdown
* Global and local configuration
* Watch source code directories
* Reasonable defaults
WWW: https://github.com/mkdocstrings/mkdocstrings |