non port: devel/py-hatch-vcs/Makefile |
SVNWeb
|
Number of commits found: 10 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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) ] 1730e97 (Only the first 10 of 222 ports in this commit are shown above. )
USE_PYTHON=pep517: bump PORTREVISION
|
Tue, 21 Mar 2023
|
[ 19:20 Po-Chuan Hsieh (sunpoet) ] 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) ] 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) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: 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) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Sun, 4 Sep 2022
|
[ 03:46 Po-Chuan Hsieh (sunpoet) ] ec41439
devel/py-hatch-vcs: Convert to USE_PYTHON=pytest
|
Wed, 31 Aug 2022
|
[ 11:40 Po-Chuan Hsieh (sunpoet) ] 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) ] 7d48381c (Only the first 10 of 15 ports in this commit are shown above. )
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) ] f243f35
devel/py-hatch-vcs: New port: Hatch plugin for versioning with your preferred
VCS
|
Number of commits found: 10 |