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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/py-docker/Makefile

Number of commits found: 33

Thursday, 29 Feb 2024
07:18 Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools-scm: update to 8.0.4

Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 5d4139f
Sunday, 31 Dec 2023
07:26 Wen Heping (wen) search for other commits by this committer
sysutils/py-docker: Update to 6.1.3

PR:		275494
Reported by:	wen@(via email)
Approved by:	maintainer
commit hash: 3d06a50291908c938eb9530517592142b0c005b8 commit hash: 3d06a50291908c938eb9530517592142b0c005b8 commit hash: 3d06a50291908c938eb9530517592142b0c005b8 commit hash: 3d06a50291908c938eb9530517592142b0c005b8 3d06a50
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
Tuesday, 4 Apr 2023
18:29 Antoine Brodin (antoine) search for other commits by this committer
USE_PYTHON=pep517: bump PORTREVISION
commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 1730e97
Thursday, 23 Feb 2023
08:59 Norikatsu Shigemura (nork) search for other commits by this committer
sysutils/py-docker: Change MAINTAINERship to myself

Approved by: hrs (mentor)
commit hash: c980f147e886ad1e1d7620134d3fe39318c80d06 commit hash: c980f147e886ad1e1d7620134d3fe39318c80d06 commit hash: c980f147e886ad1e1d7620134d3fe39318c80d06 commit hash: c980f147e886ad1e1d7620134d3fe39318c80d06 c980f14
Sunday, 5 Feb 2023
19:05 Charlie Li (vishwin) search for other commits by this committer
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,
removed, or changed between versions of Python," thus "should not
be considered to work across Python VMs or Python releases." [2]
This is important to ensuring correctness for those ports specifying
NO_ARCH.

Instead of compiling and installing bytecode at stage/package time,
there is a WIP, review D34739, that compiles and installs bytecode
at install time instead, using triggers.

The aforementioned build_fs_violations will be investigated.

This reverts commit de6965254c3a007efcf697c3d455b54d2aeb2383.

With hat:	python
Approved by:	tcberner (mentor, portmgr)
Reference:	https://wiki.freebsd.org/Python/PEP-517 [0]
		https://packaging.python.org/en/latest/specifications/binary-distribution-format/
[1]
		https://docs.python.org/3/library/dis.html [2]
commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50 commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50 commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50 commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50 f5890bd
18:16 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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]
commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383 commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383 commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383 commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383 de69652
Thursday, 12 Jan 2023
10:02 Nuno Teixeira (eduardo) search for other commits by this committer Author: Norikatsu Shigemura
sysutils/py-docker: Adopt/Update to 6.0.1

 - Submitter becomes maintainer
 - Switch to pep517 build

ChangeLog:	https://github.com/docker/docker-py/compare/5.0.3...6.0.1
PR:		266681
commit hash: 8bd80665ccad01c95a2ffd078c8853c103901ca9 commit hash: 8bd80665ccad01c95a2ffd078c8853c103901ca9 commit hash: 8bd80665ccad01c95a2ffd078c8853c103901ca9 commit hash: 8bd80665ccad01c95a2ffd078c8853c103901ca9 8bd8066
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
Thursday, 13 Oct 2022
08:30 Guangyuan Yang (ygy) search for other commits by this committer
sysutils/py-docker: Release maintainership
commit hash: 03c4657c670ae4090e51efa5800f7385e3334463 commit hash: 03c4657c670ae4090e51efa5800f7385e3334463 commit hash: 03c4657c670ae4090e51efa5800f7385e3334463 commit hash: 03c4657c670ae4090e51efa5800f7385e3334463 03c4657
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
Friday, 8 Oct 2021
04:40 Guangyuan Yang (ygy) search for other commits by this committer
sysutils/py-docker: Update to 5.0.3

Changelog:	https://github.com/docker/docker-py/releases/tag/5.0.3
commit hash: a6fe3520c8a283094ea3ce4e724b655b51f4d5be commit hash: a6fe3520c8a283094ea3ce4e724b655b51f4d5be commit hash: a6fe3520c8a283094ea3ce4e724b655b51f4d5be commit hash: a6fe3520c8a283094ea3ce4e724b655b51f4d5be a6fe352
Tuesday, 7 Sep 2021
05:44 Guangyuan Yang (ygy) search for other commits by this committer
sysutils/py-docker: Update to 5.0.2

Changelog:	https://github.com/docker/docker-py/releases/tag/5.0.2
commit hash: 9a75931bc0bf4274e4b8b1edd63473ce801fa07c commit hash: 9a75931bc0bf4274e4b8b1edd63473ce801fa07c commit hash: 9a75931bc0bf4274e4b8b1edd63473ce801fa07c commit hash: 9a75931bc0bf4274e4b8b1edd63473ce801fa07c 9a75931
Wednesday, 16 Jun 2021
22:21 Guangyuan Yang (ygy) search for other commits by this committer
sysutils/py-docker: Update to 5.0.0 and take maintainership

Approved by:	lwhsu (mentor)
commit hash: 7a4b8225f171c1f3ea7d0a551f780bb5cdbd618d commit hash: 7a4b8225f171c1f3ea7d0a551f780bb5cdbd618d commit hash: 7a4b8225f171c1f3ea7d0a551f780bb5cdbd618d commit hash: 7a4b8225f171c1f3ea7d0a551f780bb5cdbd618d 7a4b822
Tuesday, 4 May 2021
16:57 Rene Ladan (rene) search for other commits by this committer
*: reset lifanov's ports after safekeeping their ports bit.

Hat:	portmgr-secretary
commit hash: a568582e026df32a6499996002ab73d4ecfe04b3 commit hash: a568582e026df32a6499996002ab73d4ecfe04b3 commit hash: a568582e026df32a6499996002ab73d4ecfe04b3 commit hash: a568582e026df32a6499996002ab73d4ecfe04b3 a568582
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
Tuesday, 12 Jan 2021
22:22 rene search for other commits by this committer
Simplify ports using PYTHON_SUFFIX and Python 3.6+
Original commitRevision:561398 
Sunday, 10 Jan 2021
16:04 rene search for other commits by this committer
Remove empty PY_IPADDRESS from ports using Python 3.6+

Also remove one manual declaration (net-mgmt/py-aggregate6)
Original commitRevision:561083 
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Thursday, 10 Jan 2019
21:47 zi search for other commits by this committer
- Update to 3.7.0
- Unbreak

Submitted by:	Kevin Day <kevin@your.org>
Original commitRevision:489922 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Saturday, 10 Feb 2018
19:59 sunpoet search for other commits by this committer
Simplify Makefile: use PY_IPADDRESS

- Add NO_ARCH

With hat:	python
Original commitRevision:461425 
Wednesday, 27 Dec 2017
20:09 lifanov search for other commits by this committer
update sysutils/py-docker to 2.7.0
Original commitRevision:457421 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Tuesday, 14 Nov 2017
15:25 lifanov search for other commits by this committer
update sysutils/py-docker to 2.6.1
Original commitRevision:454179 
Friday, 25 Aug 2017
13:52 lifanov search for other commits by this committer
update sysutils/py-docker to 2.5.1
Original commitRevision:448718 
Friday, 18 Aug 2017
13:40 lifanov search for other commits by this committer
update sysutils/py-docker to 2.5.0
Original commitRevision:448231 
Thursday, 29 Jun 2017
15:42 lifanov search for other commits by this committer
update sysutils/py-docker to 2.4.2

This contains a couple of bugfixes.
Original commitRevision:444650 
Wednesday, 28 Jun 2017
13:39 lifanov search for other commits by this committer
update sysutils/py-docker to 2.4.0

Changes: https://github.com/docker/docker-py/releases/tag/2.4.0
Original commitRevision:444577 
Wednesday, 17 May 2017
16:42 lifanov search for other commits by this committer
update sysutils/py-docker to 2.3.0

Changelog: https://github.com/docker/docker-py/releases/tag/2.3.0
Original commitRevision:441087 
Tuesday, 11 Apr 2017
14:53 lifanov search for other commits by this committer
fix sysutils/py-docker: uses pip in setup.py

Reported by:	pkg-fallout
Original commitRevision:438269 
Monday, 10 Apr 2017
21:15 lifanov search for other commits by this committer
add sysutils/py-docker: Docker SDK for Python
Original commitRevision:438212 

Number of commits found: 33