Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.1_2 07 Jul 2024 08:05:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
2.1.1_1 02 Mar 2024 13:53:13
    |
Muhammad Moinur Rahman (bofh)  Author: Andreas Bilke |
textproc/py-sphinx-autoapi: Fix astroid2 dependency
This patch changes to astroid2 as a dependency to limit the version < 3
of astroid.
A direct upgrade to textproc/py-sphinx-autoapi v3 is not possible
since we are missing the needed py-sphinx v6 dependency in the ports
tree.
PR: 277361
Approved by: submitter is maintainer |
2.1.1 18 Jul 2023 00:53:09
    |
Charlie Li (vishwin)  |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
2.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> |
2.1.1 13 Jun 2023 10:06:15
    |
Muhammad Moinur Rahman (bofh)  Author: Andreas Bilke |
textproc/py-sphinx-autoapi: Update version 2.1.0=>2.1.1
Changelog:
https://github.com/readthedocs/sphinx-autoapi/blob/v2.1.1/CHANGELOG.rst
PR: 271951 |
2.1.0_1 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
2.1.0 04 Apr 2023 11:33:25
    |
Hiroki Tagato (tagattie)  Author: Andreas Bilke |
textproc/py-sphinx-autoapi: update to 2.1.0
Changelog:
https://github.com/readthedocs/sphinx-autoapi/blob/v2.1.0/CHANGELOG.rst
PR: 270600
Reported by: Andreas Bilke <andreas@bilke.org> (maintainer) |
2.0.1 05 Feb 2023 19:05:02
    |
Charlie Li (vishwin)  |
Revert "Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install
bytecode"
Despite installer's default behaviour to compile and install bytecode,
we are not doing so going forward at stage/package time. [0] During
initial development and qualification of PEP-517 framework support,
compiling and installing bytecode at stage/package time was considered,
but was found problematic, fragile and ultimately unreliable, both
currently and historically (with USE_PYTHON=distutils), due to our
fixed plist requirement. While the living binary distribution format
(wheel) specification [1] says to compile bytecode, that is in the
pure Python package management context (pip, etc); nuance always
exists when interacting with "system" package management.
Additionally, "bytecode is an implementation detail of the CPython
interpreter. No guarantees are made that bytecode will not be added, (Only the first 15 lines of the commit message are shown above ) |
2.0.1_1 05 Feb 2023 18:16:47
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install bytecode
- While I'm here, use long options for easier reading [1][2]
- Bump PORTREVISION of dependent ports (USE_PYTHON=pep517) for package change
It fixes build_fs_violation of dependent ports in poudriere (with -t flag).
It is also the default behavior of installer [2].
from py-sphinx log:
=>> Checking for staging violations... done
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.9/site-packages/importlib_metadata/__pycache__
=>> Cleaning up wrkdir
from installer documentation:
--compile-bytecode
Possible choices: 0, 1, 2
generate bytecode for the specified optimization level(s) (default=0, 1)
--no-compile-bytecode
don’t generate bytecode for installed modules
Default: False
With hat: python
Reference: https://pypa-build.readthedocs.io/en/stable/ [1]
https://installer.pypa.io/en/stable/cli/installer/ [2] |
2.0.1 22 Jan 2023 22:05:01
    |
Nuno Teixeira (eduardo)  Author: Andreas Bilke |
textproc/py-sphinx-autoapi: Update to 2.0.1
- Switch to pep517 build
ChangeLog:
https://github.com/readthedocs/sphinx-autoapi/blob/v2.0.1/CHANGELOG.rst
PR: 269013 |
2.0.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 |
2.0.0 06 Oct 2022 18:51:45
    |
Nuno Teixeira (eduardo)  Author: Andreas Bilke |
textproc/py-sphinx-autoapi: Update to 2.0.0
ChangeLog:
https://github.com/readthedocs/sphinx-autoapi/blob/v2.0.0/CHANGELOG.rst
PR: 266768 |
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.9.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 ) |
1.9.0 26 Jul 2022 10:07:56
    |
Nuno Teixeira (eduardo)  Author: Andreas Bilke |
textproc/py-sphinx-autoapi: Update to 1.9.0
- switch to DISTVERSION
ChangeLog: https://github.com/readthedocs/sphinx-autoapi/blob/v1.9.0/CHANGELOG.rst
PR: 265445 |
1.8.4 02 Dec 2021 08:25:58
    |
Dries Michiels (driesm)  Author: Andreas Bilke |
textproc/py-sphinx-autoapi: Update to 1.8.4
While here, pet portfmt and add concurrent.
Chages: https://github.com/readthedocs/sphinx-autoapi/blob/v1.8.4/CHANGELOG.rst
PR: 258884
Approved by: philip (mentor)
Differential Revision: https://reviews.freebsd.org/D33225 |
1.8.3 01 Aug 2021 16:57:49
    |
Li-Wen Hsu (lwhsu)  Author: Andreas Bilke |
textproc/py-sphinx-autoapi: Update to 1.8.3
Changelog:
https://github.com/readthedocs/sphinx-autoapi/blob/v1.8.3/CHANGELOG.rst
PR: 257537 |
1.8.1 27 Apr 2021 22:44:41
    |
Kevin Bowling (kbowling)  Author: Andreas Bilke |
textproc/py-sphinx-autoapi: Update to 1.8.1
PR: 255387
Approved by: maintainer |
1.8.0 18 Apr 2021 13:08:34
    |
Danilo G. Baio (dbaio)  |
textproc/py-sphinx-autoapi: Update to 1.8.0
Changelog:
https://github.com/readthedocs/sphinx-autoapi/blob/v1.8.0/CHANGELOG.rst
Add setup.py build workaround because upstream switched to PEP-517
packaging.
PR: 255146
Submitted by: Andreas Bilke <andreas@bilke.org> (maintainer) - based on |
1.7.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.7.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.7.0 13 Feb 2021 12:42:18
  |
lwhsu  |
textproc/py-sphinx-autoapi: Update to 1.7.0
Changelog:
https://github.com/readthedocs/sphinx-autoapi/blob/v1.7.0/CHANGELOG.rst
PR: 253477
Submitted by: Andreas Bilke <andreas@bilke.org> (maintainer) |
1.6.0 24 Jan 2021 13:58:25
  |
dbaio  |
textproc/py-sphinx-autoapi: Update to 1.6.0
Changelog: https://github.com/readthedocs/sphinx-autoapi/blob/v1.6.0/CHANGELOG.rst
PR: 252976
Submitted by: Andreas Bilke <andreas@bilke.org> (maintainer) |
1.5.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.5.1 11 Oct 2020 13:23:12
  |
dbaio  |
textproc/py-sphinx-autoapi: Update to 1.5.1
Changelog: https://github.com/readthedocs/sphinx-autoapi/blob/v1.5.1/CHANGELOG.rst
PR: 250267
Submitted by: Andreas Bilke <andreas@bilke.org> (maintainer)
MFH: 2020Q4 (blanket: bugfix release) |
1.4.0 09 Jun 2020 01:11:29
  |
dbaio  |
textproc/py-sphinx-autoapi: Update to 1.4.0
Changelog: https://github.com/readthedocs/sphinx-autoapi/blob/v1.4.0/CHANGELOG.rst
PR: 247088
Submitted by: Andreas Bilke <andreas@bilke.org> (maintainer) |
1.3.0 23 May 2020 00:47:51
  |
dbaio  |
Add textproc/py-sphinx-autoapi: Sphinx API documentation generator
Sphinx AutoAPI provides "autodoc" style documentation for multiple
programming languages without needing to load, run, or import the
project being documented.
WWW: https://sphinx-autoapi.readthedocs.io/
PR: 246624
Submitted by: Andreas Bilke <andreas@bilke.org> |