notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: devel/py-knack/Makefile

Number of commits found: 31

Sunday, 7 Jul 2024
08:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml

- Bump PORTREVISION of dependent ports for dependency change
commit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286e commit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286e commit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286e commit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286e 1a80ec7
Sunday, 1 Oct 2023
23:10 Danilo G. Baio (dbaio) search for other commits by this committer
devel/py-knack: Update to 0.11.0

Changelog:	https://github.com/microsoft/knack/releases/tag/v0.11.0
commit hash: e223d7ad24d849c1c39d0eed4438967eb8a98487 commit hash: e223d7ad24d849c1c39d0eed4438967eb8a98487 commit hash: e223d7ad24d849c1c39d0eed4438967eb8a98487 commit hash: e223d7ad24d849c1c39d0eed4438967eb8a98487 e223d7a
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Saturday, 31 Dec 2022
17:49 Danilo G. Baio (dbaio) search for other commits by this committer
devel/py-knack: Update to 0.10.1

Changelog:	https://github.com/microsoft/knack/blob/v0.10.1/HISTORY.rst
commit hash: 3f58374009138e1762d0b70d854179f25cd1a7ea commit hash: 3f58374009138e1762d0b70d854179f25cd1a7ea commit hash: 3f58374009138e1762d0b70d854179f25cd1a7ea commit hash: 3f58374009138e1762d0b70d854179f25cd1a7ea 3f58374
Saturday, 10 Sep 2022
17:20 Danilo G. Baio (dbaio) search for other commits by this committer
devel/py-knack: Update to 0.10.0

Changelog:	https://github.com/microsoft/knack/blob/v0.10.0/HISTORY.rst
commit hash: 70636deae24b59a4af75bd41a2490e9fdbc77801 commit hash: 70636deae24b59a4af75bd41a2490e9fdbc77801 commit hash: 70636deae24b59a4af75bd41a2490e9fdbc77801 commit hash: 70636deae24b59a4af75bd41a2490e9fdbc77801 70636de
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 2 Jan 2022
14:18 Danilo G. Baio (dbaio) search for other commits by this committer
devel/py-knack: Update to 0.9.0

Changelog:	https://github.com/microsoft/knack/blob/v0.9.0/HISTORY.rst
commit hash: ab541d61cfc6af160f97322e94a874828b571757 commit hash: ab541d61cfc6af160f97322e94a874828b571757 commit hash: ab541d61cfc6af160f97322e94a874828b571757 commit hash: ab541d61cfc6af160f97322e94a874828b571757 ab541d6
Saturday, 29 May 2021
14:02 Danilo G. Baio (dbaio) search for other commits by this committer
devel/py-knack: Update to 0.8.2

Changelog:	https://github.com/microsoft/knack/blob/v0.8.2/HISTORY.rst
commit hash: 340c9aa46d640e43ab4dd62359934a54aa8e6f46 commit hash: 340c9aa46d640e43ab4dd62359934a54aa8e6f46 commit hash: 340c9aa46d640e43ab4dd62359934a54aa8e6f46 commit hash: 340c9aa46d640e43ab4dd62359934a54aa8e6f46 340c9aa
Friday, 7 May 2021
02:51 Danilo G. Baio (dbaio) search for other commits by this committer
devel/py-knack: Update to 0.8.1
commit hash: d861e49cdb6461ae1ca846c0f65b44c235883a69 commit hash: d861e49cdb6461ae1ca846c0f65b44c235883a69 commit hash: d861e49cdb6461ae1ca846c0f65b44c235883a69 commit hash: d861e49cdb6461ae1ca846c0f65b44c235883a69 d861e49
Sunday, 18 Apr 2021
12:21 Danilo G. Baio (dbaio) search for other commits by this committer
devel/py-knack: Update to 0.8.0

Changelog:	https://github.com/microsoft/knack/blob/v0.8.0/HISTORY.rst
commit hash: f3a7430ef54036ff87a5b1a952612ab0cd78858d commit hash: f3a7430ef54036ff87a5b1a952612ab0cd78858d commit hash: f3a7430ef54036ff87a5b1a952612ab0cd78858d commit hash: f3a7430ef54036ff87a5b1a952612ab0cd78858d f3a7430
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 21 Jan 2021
14:14 dbaio search for other commits by this committer
devel/py-knack: Update to 0.8.0rc2
Original commitRevision:562207 
Tuesday, 11 Aug 2020
22:57 dbaio search for other commits by this committer
devel/py-knack: Update to 0.7.2

Reported by:	portscout
Original commitRevision:544723 
Thursday, 21 May 2020
01:30 dbaio search for other commits by this committer
devel/py-knack: Update to 0.7.1

Reported by:	portscout
Original commitRevision:536031 
Friday, 1 May 2020
14:12 dbaio search for other commits by this committer
devel/py-knack: Update to 0.7.0rc4

Reported by:	portscout
Original commitRevision:533541 
Tuesday, 21 Apr 2020
20:12 dbaio search for other commits by this committer
devel/py-knack: Update to 0.7.0rc3
Original commitRevision:532406 
Sunday, 5 Apr 2020
13:43 dbaio search for other commits by this committer
devel/py-knack: Update to 0.7.0rc1

Drop support for Python 2.7
Original commitRevision:530774 
Tuesday, 4 Feb 2020
08:49 dbaio search for other commits by this committer
devel/py-knack: Take MAINTAINER'ship
Original commitRevision:525133 
Monday, 3 Feb 2020
20:21 rene search for other commits by this committer
Return dbn's ports to the pool after safekeeping his commit bit.
Original commitRevision:525092 
Saturday, 7 Sep 2019
22:43 dbaio search for other commits by this committer
devel/py-knack: Update to 0.6.3

Changelog:	https://github.com/Microsoft/knack/releases/tag/v0.6.3

Approved by:	dbn (maintainer, implicit)
Original commitRevision:511431 
Thursday, 6 Jun 2019
00:34 dbaio search for other commits by this committer
devel/py-knack: Update to 0.6.2

Changelog:	https://github.com/Microsoft/knack/releases/tag/v0.6.2

Approved by:	dbn (maintainer, implicit)
Original commitRevision:503530 
Saturday, 11 May 2019
23:09 dbaio search for other commits by this committer
devel/py-knack: Update to 0.6.1

Changelog:	https://github.com/Microsoft/knack/releases/tag/v0.6.1

Approved by:	dbn (maintainer, implicit)
Original commitRevision:501314 
Sunday, 14 Apr 2019
23:07 dbaio search for other commits by this committer
devel/py-knack: Update to 0.5.4

Changelog:	https://github.com/Microsoft/knack/releases/tag/v0.5.4

Approved by:	dbn (maintainer, implicit)
Original commitRevision:498955 
Thursday, 21 Mar 2019
16:33 dbn search for other commits by this committer
devel/py-knack: update to 0.5.3

 - Mark as NO_ARCH
 - Add missing dependency
 - Change log:
   - Removes an incorrect check when adding arguments.
   - Updates usages of yaml.load to use yaml.safe_load.

PR:		236421
Submitted by:	dbaio@
Original commitRevision:496472 
Tuesday, 20 Nov 2018
04:26 dbn search for other commits by this committer
devel/py-knack: update to 0.5.1
Original commitRevision:485410 
Thursday, 8 Nov 2018
15:12 dbn search for other commits by this committer
devel/py-knack: update to 0.5.0
Original commitRevision:484459 
Friday, 2 Nov 2018
17:12 dbn search for other commits by this committer
devel/py-knack: update to 0.4.5

 - Switch to PyPi
 - PyPi doesn't ship with a LICENSE file
 - PyPi doesn't ship with tests (but we didn't have tests hooked up anyway)
Original commitRevision:483823 
Wednesday, 12 Sep 2018
14:58 dbn search for other commits by this committer
devel/py-knack: update to 0.4.3
Original commitRevision:479608 
Friday, 10 Aug 2018
09:43 dbn search for other commits by this committer
devel/py-knack: add port

Knack is a Python command line parsing framework.
Original commitRevision:476822 

Number of commits found: 31