Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.1_1 14 Oct 2024 05:25:46 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-autopep8: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change |
2.3.1 21 Jul 2024 16:55:40 |
Po-Chuan Hsieh (sunpoet) |
Mk/Uses/python.mk: Introduce PY_TOMLI
- Convert ports to use PY_TOMLI to simplify Makefile.
The minimal version is set to 2.0.1 because it is required by multiple ports
such as devel/py-poetry.
The upper bound of version is set to 3 because it is limited by devel/py-poetry.
With hat: python |
2.3.1 06 Jul 2024 16:12:26 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-autopep8: Update to 2.3.1
Changes: https://github.com/hhatto/autopep8/releases |
2.3.0 18 Jun 2024 14:26:59 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-autopep8: Update to 2.3.0
Changes: https://github.com/hhatto/autopep8/releases |
2.2.0 03 Jun 2024 02:40:36 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-autopep8: Update to 2.2.0
Changes: https://github.com/hhatto/autopep8/releases |
2.1.1 28 May 2024 10:21:52 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-autopep8: Update to 2.1.1
Changes: https://github.com/hhatto/autopep8/releases |
2.1.0 31 Mar 2024 03:10:01 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-autopep8: Update to 2.1.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/hhatto/autopep8/releases |
2.0.4 04 Sep 2023 09:06:10 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-autopep8: Update to 2.0.4
Changes: https://github.com/hhatto/autopep8/releases |
2.0.3 26 Aug 2023 20:36:02 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-autopep8: Update to 2.0.3
Changes: https://github.com/hhatto/autopep8/releases |
2.0.2 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.0.2 05 Apr 2023 17:31:50 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-autopep8: Update to 2.0.2
Changes: https://github.com/hhatto/autopep8/releases |
2.0.1 30 Jan 2023 13:02:17 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-autopep8: Update to 2.0.1
Changes: https://github.com/hhatto/autopep8/releases |
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 30 Dec 2022 09:06:09 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-autopep8: Update to 2.0.0
Changes: https://github.com/hhatto/autopep8/releases |
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.7.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.7.0 31 Aug 2022 18:50:00 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-autopep8: Update to 1.7.0
Changes: https://github.com/hhatto/autopep8/releases |
1.6.0 27 Aug 2022 10:26:20 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-autopep8: Update to 1.6.0
Changes: https://github.com/hhatto/autopep8/releases |
1.4.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.4 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.4.4 15 Apr 2019 08:39:05 |
wen |
- Update to 1.4.4 |
1.3.5_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.3.5 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.3.5 31 Mar 2018 22:47:03 |
sunpoet |
Update to 1.3.5
Changes: https://github.com/hhatto/autopep8/releases |
1.3.4 25 Jan 2018 13:07:11 |
sunpoet |
Update to 1.3.4
Changes: https://github.com/hhatto/autopep8/commits/master |
1.3.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.3.3 12 Oct 2017 08:09:32 |
sunpoet |
Update to 1.3.3
Changes: https://github.com/hhatto/autopep8/commits/master |
1.3.2 05 Jun 2017 14:50:11 |
sunpoet |
Update COMMENT: use uppercase for leading character
- Fix WWW |
1.3.2 28 May 2017 23:16:45 |
sunpoet |
Update to 1.3.2
Changes: https://github.com/hhatto/autopep8/commits/master |
1.3.1 14 Apr 2017 14:26:55 |
mat |
Add textproc/py-autopep8 1.3.1.
autopep8 automatically formats Python code to conform to the PEP 8 style
guide. It uses the pycodestyle utility to determine what parts of the
code needs to be formatted. autopep8 is capable of fixing most of the
formatting issues that can be reported by pycodestyle.
Sponsored by: Absolight |