Port details |
- py-qstylizer Qt Stylesheet Generator for PyQt/PySide
- 0.2.4 devel =2 0.2.4Version of this port present on the latest quarterly branch.
- Maintainer: rhurlin@FreeBSD.org
- Port Added: 2021-05-24 08:12:07
- Last Update: 2024-11-24 16:48:25
- Commit Hash: 7fbcbeb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/blambright/qstylizer/
- Description:
- qstylizer is a python package designed to help with the
construction of PyQt/PySide stylesheets.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}qstylizer>0:devel/py-qstylizer@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-qstylizer/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-qstylizer
- pkg install py311-qstylizer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-qstylizer listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-qstylizer
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1732464360
SHA256 (blambright-qstylizer-0.2.4_GH0.tar.gz) = 5ad15eeafdb140af3711531a1468382e3a15d8a416e5b1bcc6bf28693a7c37ee
SIZE (blambright-qstylizer-0.2.4_GH0.tar.gz) = 20822
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-pbr>0 : devel/py-pbr@py311
- py311-setuptools-scm>0 : devel/py-setuptools-scm@py311
- py311-sphinx>=0,1 : textproc/py-sphinx@py311
- py311-sphinx_rtd_theme>0 : textproc/py-sphinx_rtd_theme@py311
- py311-sphinxcontrib-autoprogram>0 : textproc/py-sphinxcontrib-autoprogram@py311
- py311-qt5-pyqt>=5.15.11 : devel/py-qt5-pyqt@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- py311-pytest>0 : devel/py-pytest@py311
- py311-pytest-cov>0 : devel/py-pytest-cov@py311
- py311-pytest-mock>0 : devel/py-pytest-mock@py311
- py311-pytest-runner>0 : devel/py-pytest-runner@py311
- py311-pytest-xdist>=0 : devel/py-pytest-xdist@py311
- py311-tox>0 : devel/py-tox@py311
- py311-virtualenv>=0 : devel/py-virtualenv@py311
- py311-qt5-pyqt>=5.15.11 : devel/py-qt5-pyqt@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-inflection>=0.5.1,<1 : devel/py-inflection@py311
- py311-tinycss2>=1.2.1,<2 : textproc/py-tinycss2@py311
- py311-qt5-pyqt>=5.15.11 : devel/py-qt5-pyqt@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/spyder
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py311-qstylizer-0.2.4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_py-qstylizer
- USES:
- pyqt:5 python gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.4 24 Nov 2024 16:48:25 |
Rainer Hurling (rhurlin) |
devel/py-qstylizer: Update to 0.2.4
Fix regex string to stop SyntaxWarning
Changelog: https://github.com/blambright/qstylizer/compare/0.2.3...0.2.4
Reported by: portscout, Repology
MFH: 2024Q4 |
0.2.3 18 Apr 2024 19:21:00 |
Rainer Hurling (rhurlin) |
devel/py-qstylizer: Update to 2.2.3
Fix split regex for top-level object properties and props that aren't
camelcase.
Reported by: portscout, Repology
MFH: 2024Q2 |
0.2.2_2 09 Mar 2024 15:21:17 |
Po-Chuan Hsieh (sunpoet) |
devel/py-qstylizer: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python |
0.2.2_2 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
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 |
0.2.2_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.2.2_1 09 Mar 2023 11:15:07 |
Loïc Bartoletti (lbartoletti) |
PyQt: Update to latest versions
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7
PR: 269751
Exp-run by: antoine |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.2.2 04 Sep 2022 16:14:25 |
Rainer Hurling (rhurlin) |
devel/py-qstylizer: Update to 0.2.2
Changelog: https://github.com/blambright/qstylizer/compare/0.2.1...0.2.2
Reported by: Repology
MFH: No (Not a bugfix release) |
0.2.1_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.2.1_1 07 Mar 2022 17:39:13 |
Loïc Bartoletti (lbartoletti) |
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 |
0.2.1 27 Jan 2022 06:12:26 |
Loïc Bartoletti (lbartoletti) |
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 ) |
0.2.1 02 Aug 2021 20:31:34 |
Rainer Hurling (rhurlin) |
devel/py-qstylizer: Update to 0.2.1
- Add more Python versions
- Fixes and expands for setuptools
- Improvements for travis
Reported by: Repology |
0.2.0 24 May 2021 08:07:28 |
Rainer Hurling (rhurlin) |
devel/qstylizer: New port: Qt Stylesheet Generator for PyQt/PySide
https://github.com/blambright/qstylizer
(Needed as a dependency for an update of devel/py-spyder) |