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: misc/py-einops/Makefile
SVNWeb

Number of commits found: 7

Tue, 11 Jul 2023
[ 08:12 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:3808599ffb89258b53466796416133106e56748d  commit hash:3808599ffb89258b53466796416133106e56748d  commit hash:3808599ffb89258b53466796416133106e56748d  3808599 
misc/py-einops: Improve how tests are run

The backends variable is required, and is set now.
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>
Thu, 22 Jun 2023
[ 04:35 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:5eebd14d7a91f77150840500dfbbaa9c4ba64cd9  commit hash:5eebd14d7a91f77150840500dfbbaa9c4ba64cd9  commit hash:5eebd14d7a91f77150840500dfbbaa9c4ba64cd9  5eebd14 
misc/py-einops: Update 0.6.0 → 0.6.1

Reported by:	portscout
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
Sun, 5 Feb 2023
[ 19:05 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:f5890bd3cbc66a805bfc04a1a45688b5a3e68c50  commit hash:f5890bd3cbc66a805bfc04a1a45688b5a3e68c50  commit hash:f5890bd3cbc66a805bfc04a1a45688b5a3e68c50  f5890bd  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Revert "Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install
bytecode"

Despite installer's default behaviour to compile and install bytecode,
we are not doing so going forward at stage/package time. [0] During
initial development and qualification of PEP-517 framework support,
compiling and installing bytecode at stage/package time was considered,
but was found problematic, fragile and ultimately unreliable, both
currently and historically (with USE_PYTHON=distutils), due to our
fixed plist requirement. While the living binary distribution format
(wheel) specification [1] says to compile bytecode, that is in the
pure Python package management context (pip, etc); nuance always
exists when interacting with "system" package management.

Additionally, "bytecode is an implementation detail of the CPython
interpreter. No guarantees are made that bytecode will not be added,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
[ 18:16 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:de6965254c3a007efcf697c3d455b54d2aeb2383  commit hash:de6965254c3a007efcf697c3d455b54d2aeb2383  commit hash:de6965254c3a007efcf697c3d455b54d2aeb2383  de69652  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install bytecode

- While I'm here, use long options for easier reading [1][2]
- Bump PORTREVISION of dependent ports (USE_PYTHON=pep517) for package change

It fixes build_fs_violation of dependent ports in poudriere (with -t flag).
It is also the default behavior of installer [2].

from py-sphinx log:
=>> Checking for staging violations... done
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.9/site-packages/importlib_metadata/__pycache__
=>> Cleaning up wrkdir

from installer documentation:
--compile-bytecode
    Possible choices: 0, 1, 2
    generate bytecode for the specified optimization level(s) (default=0, 1)
--no-compile-bytecode
    don’t generate bytecode for installed modules
    Default: False

With hat:	python
Reference:	https://pypa-build.readthedocs.io/en/stable/ [1]
		https://installer.pypa.io/en/stable/cli/installer/ [2]
Wed, 18 Jan 2023
[ 05:13 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:12c00cfcc07c30741e2a8059eedcf3c22cb3e9bb  commit hash:12c00cfcc07c30741e2a8059eedcf3c22cb3e9bb  commit hash:12c00cfcc07c30741e2a8059eedcf3c22cb3e9bb  12c00cf 
misc/py-einops: New port: New flavour of deep learning operations

Number of commits found: 7