notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/py-hatch-vcs/Makefile
SVNWeb

Number of commits found: 10

Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
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>
Tue, 4 Apr 2023
[ 18:29 Antoine Brodin (antoine) search for other commits by this committer ]    commit hash:1730e97e049085a8fe5536788d214cbfc4eb3123  commit hash:1730e97e049085a8fe5536788d214cbfc4eb3123  commit hash:1730e97e049085a8fe5536788d214cbfc4eb3123  1730e97  (Only the first 10 of 222 ports in this commit are shown above. View all ports for this commit)
USE_PYTHON=pep517: bump PORTREVISION
Tue, 21 Mar 2023
[ 19:20 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:3911e01f5b28619bf23e61f1a7c4ab0af8260849  commit hash:3911e01f5b28619bf23e61f1a7c4ab0af8260849  commit hash:3911e01f5b28619bf23e61f1a7c4ab0af8260849  3911e01 
devel/py-hatch-vcs: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for dependency and package change
Mon, 30 Jan 2023
[ 12:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:608bde4c31e065aa7881ba970d93100250534e9a  commit hash:608bde4c31e065aa7881ba970d93100250534e9a  commit hash:608bde4c31e065aa7881ba970d93100250534e9a  608bde4 
devel/py-hatch-vcs: Update to 0.3.0

Changes:	https://github.com/ofek/hatch-vcs/releases
Wed, 11 Jan 2023
[ 15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  77d6847  (Only the first 10 of 3335 ports in this commit are shown above. View all ports for this commit)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 4 Sep 2022
[ 03:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:ec414397f75c206ff2a54024e43f96699efcbcc2  commit hash:ec414397f75c206ff2a54024e43f96699efcbcc2  commit hash:ec414397f75c206ff2a54024e43f96699efcbcc2  ec41439 
devel/py-hatch-vcs: Convert to USE_PYTHON=pytest
Wed, 31 Aug 2022
[ 11:40 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:881aa4620e8eb05d89d57841d8fb633ec5738af7  commit hash:881aa4620e8eb05d89d57841d8fb633ec5738af7  commit hash:881aa4620e8eb05d89d57841d8fb633ec5738af7  881aa46 
devel/py-hatch-vcs: Add py-hatch-vcs 0.2.0

hatch-vcs provides a plugin for Hatch that uses your preferred version control
system (like Git) to determine project versions.

WWW: https://github.com/ofek/hatch-vcs
Mon, 22 Aug 2022
[ 01:39 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:7d48381cbd686ee8d77871bc25cf1e926a314f85  commit hash:7d48381cbd686ee8d77871bc25cf1e926a314f85  commit hash:7d48381cbd686ee8d77871bc25cf1e926a314f85  7d48381c  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Uses/python.mk: revert unapproved feature addition (and consumers)

Change proposal was in discussion with open questions and additional
documented design requirement [0] for submitter to review and provide
feedback on, which was not provided.

Submitter (and anyone else) is welcome to work with python@ to
produce an appropriately reviewed feature.

[0] https://wiki.freebsd.org/Python/PEP-517

With hat: python (vishwin, koobs)
PR: 255722, 265660, 265692, 265693
Approved by: fluffy (mentor)
Sun, 21 Aug 2022
[ 20:16 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:f243f353d45332e6e3171527113068180741c945  commit hash:f243f353d45332e6e3171527113068180741c945  commit hash:f243f353d45332e6e3171527113068180741c945  f243f35 
devel/py-hatch-vcs: New port: Hatch plugin for versioning with your preferred
VCS

Number of commits found: 10