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: graphics/py-traitsui/Makefile
SVNWeb

Number of commits found: 33

Tue, 18 Jul 2023
[ 00:53 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a  commit hash:9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a  commit hash:9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a  9a80a6e  (Only the first 10 of 309 ports in this commit are shown above. View all ports for this commit)
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
Thu, 1 Jun 2023
[ 08:33 Nuno Teixeira (eduardo) search for other commits by this committer ]    commit hash:4cd932fbd6026d9a0d4f583706f827a4438f6806  commit hash:4cd932fbd6026d9a0d4f583706f827a4438f6806  commit hash:4cd932fbd6026d9a0d4f583706f827a4438f6806  4cd932f 
graphics/py-traitsui: Update to 8.0.0

ChangeLog: https://docs.enthought.com/traitsui/changelog.html#release-8-0-0
Tue, 25 Apr 2023
[ 15:17 Christian Weisgerber (naddy) search for other commits by this committer ]    commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  feb1fa3  (Only the first 10 of 1613 ports in this commit are shown above. View all ports for this commit)
audio/opus: bump consumers after update to 1.4
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]
Thu, 26 Jan 2023
[ 20:26 Nuno Teixeira (eduardo) search for other commits by this committer ]    commit hash:323d75b4fe4c6cb524cddf9b2565dd1670385bc9  commit hash:323d75b4fe4c6cb524cddf9b2565dd1670385bc9  commit hash:323d75b4fe4c6cb524cddf9b2565dd1670385bc9  323d75b 
graphics/py-traitsui: Update to 7.4.3

- Switch to pep517 build

ChangeLog: https://github.com/enthought/traitsui/releases/tag/7.4.3
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, 9 Nov 2022
[ 18:09 Nuno Teixeira (eduardo) search for other commits by this committer ]    commit hash:f664b99381e43b7c7ccb4a9695f222deef64a8e8  commit hash:f664b99381e43b7c7ccb4a9695f222deef64a8e8  commit hash:f664b99381e43b7c7ccb4a9695f222deef64a8e8  f664b99 
graphics/py-traitsui: Update to 7.4.2

ChangeLog:	https://github.com/enthought/traitsui/releases/tag/7.4.2
MFH:		2022Q4 (bugfixes)
Sat, 8 Oct 2022
[ 10:12 Nuno Teixeira (eduardo) search for other commits by this committer ]    commit hash:9cf374f5ed89e394b8550abdb520c7c822f64edf  commit hash:9cf374f5ed89e394b8550abdb520c7c822f64edf  commit hash:9cf374f5ed89e394b8550abdb520c7c822f64edf  9cf374f5 
graphics/py-traitsui: Update to 7.4.1

ChangeLog: https://github.com/enthought/traitsui/releases/tag/7.4.1

MFH:		2022Q4
Sun, 11 Sep 2022
[ 10:20 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  ddae4e9  (Only the first 10 of 1105 ports in this commit are shown above. View all ports for this commit)
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
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)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 1 Jul 2022
[ 20:52 Nuno Teixeira (eduardo) search for other commits by this committer ]    commit hash:8c41f449bc05a5e8f126f2aeecb9dfcc61bec6ae  commit hash:8c41f449bc05a5e8f126f2aeecb9dfcc61bec6ae  commit hash:8c41f449bc05a5e8f126f2aeecb9dfcc61bec6ae  8c41f44 
graphics/py-traitsui: Update to 7.4.0

 - add PySide2 and wxPython backends
 - remove old 'do-test' targets

ChangeLog: https://docs.enthought.com/traitsui/changelog.html#release-7-4-0
Fri, 24 Jun 2022
[ 22:01 Nuno Teixeira (eduardo) search for other commits by this committer ]    commit hash:00a3cf3bf04fa8cc1d5ddb4f79e78431305cdfcc  commit hash:00a3cf3bf04fa8cc1d5ddb4f79e78431305cdfcc  commit hash:00a3cf3bf04fa8cc1d5ddb4f79e78431305cdfcc  00a3cf3 
graphics/py-traitsui: Adopt/Update to 7.3.1

 - take maintainership
 - pet portclippy
 - pet portfmt

ChangeLog: https://docs.enthought.com/traitsui/changelog.html
Mon, 7 Mar 2022
[ 17:39 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  2d8f8573  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
devel/py-qt5, devel/py-sip: Update versions

- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)

PR:		261685
Exp-run by:	antoine
Thu, 27 Jan 2022
[ 06:12 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  4f0a5e1  (Only the first 10 of 205 ports in this commit are shown above. View all ports for this commit)
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.

SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.

PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.

This allows us to be in adequacy with the packages that the author of these
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 25 Jan 2022
[ 19:22 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:bb932872ab3e1e4bad7b64df9a882f01399c6021  commit hash:bb932872ab3e1e4bad7b64df9a882f01399c6021  commit hash:bb932872ab3e1e4bad7b64df9a882f01399c6021  bb93287 
*/*: Maintainer reset

Drop maintainership of all ports as his own request.  We thank Vladimir
for all his efforts and hope to welcome him back in the future.

PR:		261391
Approved by:	Vladimir Chukharev (maintainer)
MFH:		2022Q1
Sun, 20 Jun 2021
[ 16:16 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:91000e0fc4d72316dd8be439ea66b88ddce9b037  commit hash:91000e0fc4d72316dd8be439ea66b88ddce9b037  commit hash:91000e0fc4d72316dd8be439ea66b88ddce9b037  91000e0 
graphics/py-traitsui: Remove PY_PYGMENTS

With hat:	python
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 30 Jan 2021
[ 13:29 sunpoet search for other commits by this committer ] Original commit   Revision:563407 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+

PR:		250103
Fri, 22 Jan 2021
[ 17:24 yuri search for other commits by this committer ] Original commit   Revision:562324
graphics/py-traitsui: Update 6.1.3 -> 7.1.1

PR:		252908
Approved by:	Vladimir.Chukharev@gmail.com (maintainer)
Sat, 9 Jan 2021
[ 16:00 rene search for other commits by this committer ] Original commit   Revision:560872
Fix typo from r560867
[ 14:33 rene search for other commits by this committer ] Original commit   Revision:560867
Remove py27_*_DEPENDS lines from ports using Python 3.6+ only.

While here adjust a related comment in graphics/py-traitsui
Tue, 20 Oct 2020
[ 07:02 antoine search for other commits by this committer ] Original commit   Revision:552800
Unbreak bulk -a
Mon, 21 Sep 2020
[ 12:12 antoine search for other commits by this committer ] Original commit   Revision:549439 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Use the PY_PYGMENTS variable

With hat:	portmgr
Tue, 10 Sep 2019
[ 00:37 dbaio search for other commits by this committer ] Original commit   Revision:511718
graphics/py-traitsui: Update to 6.1.3

Remove a test exclusion as the test was corrected upstream.

PR:		240405
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
Tue, 27 Aug 2019
[ 20:07 kai search for other commits by this committer ] Original commit   Revision:510023
graphics/py-traitsui: Update to 6.1.2

* Enable build for all Python versions as the support for Python 3 has been
  added since the 5.0.0 release.

* Introduce new default option QT5 [1] to let the port make use of the Qt5
  toolkit.  (Support for the wxPython toolkit is also available but was left
  out intentionally because it isn't available for Python 3, yet.)

* Also add a "do-test" target to make future QA easier while I'm here.

Changelog since 6.0.0:

https://github.com/enthought/traitsui/blob/6.1.2/CHANGES.txt

PR:		238469
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
Reviewed by:	koobs (Python)
Approved by:	vladimir.chukharev@gmail.com (maintainer) [1]
Differential Revision:	https://reviews.freebsd.org/D21229
Wed, 20 Jun 2018
[ 17:05 mat search for other commits by this committer ] Original commit   Revision:472884 (Only the first 10 of 1617 ports in this commit are shown above. View all ports for this commit)
Use PY_FLAVOR for dependencies.

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

Sponsored by:	Absolight
Wed, 9 May 2018
[ 17:57 antoine search for other commits by this committer ] Original commit   Revision:469459
Remove python3 support, it's not ready yet

With hat:	portmgr
[ 17:49 krion search for other commits by this committer ] Original commit   Revision:469457
Update to version 6.0.0
* add Python3 support

PR:		228096
Submitted by:	maintainer
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 4 Aug 2016
[ 18:25 pi search for other commits by this committer ] Original commit   Revision:419645
New port: graphics/py-traitsui

The traitsui project contains a toolkit-independent GUI abstraction
layer, which is used to support the "visualization" features of the
Traits package. Thus, you can write code in terms of the Traits
API (views, items, editors, etc.), and let traitsui and your selected
toolkit and back-end take care of the details of displaying them.

The following GUI backends are supported:
 * wxPython
 * PyQt
 * PySide

WWW: https://docs.enthought.com/traitsui

PR:		204433
Submitted by:	Vladimir Chukharev <vladimir.chukharev@gmail.com>

Number of commits found: 33