Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.1.7 14 Nov 2023 15:28:15 |
Mikael Urankar (mikael) |
devel/click: Update to 8.1.7
Changes:
https://github.com/pallets/click/releases/tag/8.1.4
https://github.com/pallets/click/releases/tag/8.1.5
https://github.com/pallets/click/releases/tag/8.1.6
https://github.com/pallets/click/releases/tag/8.1.7
PR: 274733
Approved by: maintainer timeout |
8.1.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> |
8.1.3 30 Jan 2023 13:02:36 |
Po-Chuan Hsieh (sunpoet) |
devel/py-click: Update WWW
Approved by: portmgr (blanket) |
8.1.3 13 Jan 2023 12:08:01 |
Nuno Teixeira (eduardo) |
devel/py-click: Update to 8.1.3
ChangeLog:
https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-3
PR: 264992
Reported by: p5B2EA84B3@t-online.de
Approved by: maintainer timeout, > 6 months |
8.0.3_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) |
8.0.3_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 ) |
8.0.3_1 28 Jul 2022 09:16:44 |
Kurt Jaeger (pi) Author: Michael Osipov |
devel/py-click: add missing dependency for python < 3.10
- see https://docs.python.org/3/library/importlib.metadata.html
PR: 264043
Approved: robak (maintainer timeout) |
8.0.3 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 ) |
8.0.3 21 Nov 2021 11:31:59 |
Bartek Rutkowski (robak) |
devel/py-click: Update 7.1.2 -> 8.0.3
PR: 258150
Reported by: Michael Boehm <michael.boehm@markt.de> |
7.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.1.2 09 Jan 2021 16:34:07 |
antoine |
Remove python 2.7 support from a few ports |
7.1.2 22 Oct 2020 17:55:26 |
sunpoet |
Update to 7.1.2
Changes: https://github.com/pallets/click/releases
https://github.com/pallets/click/blob/master/CHANGES.rst
PR: 250108
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 18 days) |
7.0 21 Mar 2019 19:41:44 |
sunpoet |
Change MASTER_SITES from GitHub to CHEESESHOP
PR: 236267
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 16 days) |
7.0 03 Mar 2019 21:34:11 |
leres |
Update to 7.0 (with reordering to make portlint happy) and switch
from CHEESESHOP to GH.
PR: 233477
Reported by: Andrew Romanenko
Approved by: robak (maintainer timeout, 14 weeks), ler (mentor, implicit) |
6.7_1 11 Aug 2018 03:32:01 |
koobs |
devel/py-click: Level up ports compliance
Approved by: portmgr (blanket, framework compliance) |
6.7 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 ) |
6.7 07 Jan 2017 21:41:50 |
robak |
devel/py-click: update 6.6 -> 6.7 |
6.6 24 Sep 2016 12:52:08 |
robak |
devel/py-click: change USES= to USES?=
* Minor change to make the port slave friendly for Python 3 version
Submitted by: philip |
6.6 26 Apr 2016 10:06:01 |
robak |
devel/py-click: update 6.3 -> 6.6
- Add NO_ARCH
PR: 209053
Submitted by: olivierd |
6.3 07 Mar 2016 20:01:39 |
robak |
devel/py-click: update 4.1 -> 6.3 |
4.1 05 Aug 2015 12:15:58 |
robak |
devel/py-click: update 3.3 -> 4.1 |
3.3 12 Mar 2015 17:12:20 |
sunpoet |
- Update MAINTAINER: use @FreeBSD.org |
3.3 04 Mar 2015 11:45:05 |
robak |
devel/py-click: update 2.5 -> 3.3
- Bump www/py-gandi.cli and devel/py-plan PORTREVISION
PR: 198273
Submitted by: Maxim Filimonov <che@bein.link> |
2.5 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
2.5 30 Jul 2014 15:57:32 |
robak |
devel/py-click: update 2.4 -> 2.5
Approved by: marino (mentor) |
2.4 11 Jul 2014 08:43:29 |
robak |
devel/py-click: update 2.2 -> 2.4
Approved by: swills (mentor) |
2.2 01 Jul 2014 20:59:24 |
robak |
devel/py-click: update 2.1 -> 2.2
Approved by: swills (mentor) |
2.1 19 Jun 2014 18:47:37 |
robak |
- Update devel/py-click to 2.1
- Change maintainer address to robak@freebsd.org
Reviewed by: marino (mentor)
Approved by: swills (mentor) |
2.0 15 Jun 2014 08:38:41 |
miwi |
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
WWW: https://github.com/mitsuhiko/click
PR: ports/190947
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |