Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.11 03 Feb 2025 15:51:04 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.5.11
Changes: https://github.com/python-cmd2/cmd2/releases |
2.5.8 31 Dec 2024 15:48:10 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.5.8
Changes: https://github.com/python-cmd2/cmd2/releases |
2.5.7 25 Dec 2024 19:15:21 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.5.7
Changes: https://github.com/python-cmd2/cmd2/releases |
2.5.6 21 Nov 2024 13:38:05 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.5.6
Changes: https://github.com/python-cmd2/cmd2/releases |
2.5.2 15 Nov 2024 10:17:09 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.5.2
Changes: https://github.com/python-cmd2/cmd2/releases |
2.5.1 03 Nov 2024 20:15:26 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.5.1
Changes: https://github.com/python-cmd2/cmd2/releases |
2.5.0 26 Oct 2024 23:26:30 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.5.0
Changes: https://github.com/python-cmd2/cmd2/releases |
2.4.3_1 08 Apr 2024 06:46:08 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS |
2.4.3_1 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
2.4.3_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.4.3_1 30 Jun 2023 07:03:19 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Convert to USE_PYTHON=pep517
- Remove outdated PYTHON_REL check after lang/python37 removal
- Bump PORTREVISION for package change |
2.4.3 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.4.3 05 Feb 2023 15:47:52 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.4.3
Changes: https://github.com/python-cmd2/cmd2/releases |
2.4.2 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) |
2.4.2 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 ) |
2.4.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.4.2 18 Jul 2022 12:39:52 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.4.2
Changes: https://github.com/python-cmd2/cmd2/releases |
2.4.1 17 Apr 2022 23:58:15 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.4.1
Changes: https://github.com/python-cmd2/cmd2/releases |
2.4.0 07 Mar 2022 18:11:03 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.4.0
Changes: https://github.com/python-cmd2/cmd2/releases |
2.3.3 11 Jan 2022 18:44:18 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.3.3
Changes: https://github.com/python-cmd2/cmd2/releases |
2.3.2 21 Dec 2021 18:48:01 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.3.2
Changes: https://github.com/python-cmd2/cmd2/releases |
2.3.1 21 Nov 2021 21:15:06 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.3.1
Changes: https://github.com/python-cmd2/cmd2/releases |
2.3.0 21 Nov 2021 18:20:08 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.3.0
Changes: https://github.com/python-cmd2/cmd2/releases |
2.2.0 21 Sep 2021 03:44:23 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.2.0
Changes: https://github.com/python-cmd2/cmd2/releases |
2.1.2 06 Jul 2021 19:16:58 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.1.2
Changes: https://github.com/python-cmd2/cmd2/releases |
2.1.1 20 Jun 2021 16:15:59 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.1.1
Changes: https://github.com/python-cmd2/cmd2/releases |
2.0.1 14 Jun 2021 17:39:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-cmd2: Update to 2.0.1
Changes: https://github.com/python-cmd2/cmd2/releases |
1.5.0 25 May 2021 13:55:43 |
Dmitry Marakasov (amdmi3) |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
1.5.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.0 03 Feb 2021 19:48:05 |
sunpoet |
Update to 1.5.0
Changes: https://github.com/python-cmd2/cmd2/releases |
1.4.0 15 Nov 2020 18:01:44 |
sunpoet |
Update to 1.4.0
Changes: https://github.com/python-cmd2/cmd2/releases |
1.3.11 02 Oct 2020 13:18:09 |
sunpoet |
Update to 1.3.11
Changes: https://github.com/python-cmd2/cmd2/releases |
1.3.10 20 Sep 2020 18:57:17 |
sunpoet |
Update to 1.3.10
Changes: https://github.com/python-cmd2/cmd2/releases |
1.3.9 05 Sep 2020 21:30:22 |
sunpoet |
Update to 1.3.9
Changes: https://github.com/python-cmd2/cmd2/releases |
1.3.8 05 Sep 2020 10:09:31 |
sunpoet |
Update to 1.3.8
Changes: https://github.com/python-cmd2/cmd2/releases |
1.3.7 30 Aug 2020 20:20:45 |
sunpoet |
Update to 1.3.7
Changes: https://github.com/python-cmd2/cmd2/releases |
1.3.6 30 Aug 2020 07:15:02 |
sunpoet |
Update to 1.3.6
Changes: https://github.com/python-cmd2/cmd2/releases |
1.3.5 27 Aug 2020 18:44:00 |
sunpoet |
Update to 1.3.5
Changes: https://github.com/python-cmd2/cmd2/releases |
1.3.4 23 Aug 2020 19:36:02 |
sunpoet |
Update to 1.3.4
Changes: https://github.com/python-cmd2/cmd2/releases |
1.3.3 21 Aug 2020 21:23:48 |
sunpoet |
Update to 1.3.3
Changes: https://github.com/python-cmd2/cmd2/releases |
1.1.0 15 Jun 2020 18:47:28 |
sunpoet |
Update to 1.1.0
Changes: https://github.com/python-cmd2/cmd2/releases |
1.0.2 08 Apr 2020 02:21:30 |
sunpoet |
Update to 1.0.2
Changes: https://github.com/python-cmd2/cmd2/releases |
1.0.1 04 Apr 2020 07:24:50 |
sunpoet |
Update to 1.0.1
Changes: https://github.com/python-cmd2/cmd2/releases |
0.10.1 25 Feb 2020 20:53:21 |
sunpoet |
Update to 0.10.1
Changes: https://github.com/python-cmd2/cmd2/releases |
0.10.0 24 Feb 2020 18:58:00 |
sunpoet |
Update to 0.10.0
Changes: https://github.com/python-cmd2/cmd2/releases |
0.9.25 27 Jan 2020 20:08:40 |
sunpoet |
Update to 0.9.25
Changes: https://github.com/python-cmd2/cmd2/releases |
0.9.24 25 Jan 2020 18:25:27 |
sunpoet |
Update to 0.9.24
Changes: https://github.com/python-cmd2/cmd2/releases |
0.9.23 20 Jan 2020 20:10:22 |
sunpoet |
Update to 0.9.23
Changes: https://github.com/python-cmd2/cmd2/releases |
0.8.9 08 Jan 2020 14:49:07 |
sunpoet |
Update to 0.8.9
- Update COMMENT
- Add LICENSE
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/python-cmd2/cmd2/releases |
0.6.9 15 Dec 2019 15:13:13 |
zi |
- Reset MAINTAINER due to fatal email bounces
Reported by: portscout! |
0.6.9 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 |
0.6.9 12 Oct 2016 10:15:12 |
novel |
Add py-cmd2 0.6.9, extra features for standard library cmd module.
PR: 213337
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> |