| Name: | python3-qtsass |
|---|---|
| Version: | 0.4.0 |
| Release: | 4.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 104923 |
| License: | MIT |
| RPM: | python3-qtsass-0.4.0-4.el9.noarch.rpm |
| Source RPM: | python-qtsass-0.4.0-4.el9.src.rpm |
| Build Date: | Mon Aug 26 2024 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/spyder-ide/qtsass |
| Summary: | Compile SCSS files to valid Qt stylesheets |
| Description: | SASS brings countless amazing features to CSS. Besides being used in web development, CSS is also the way to stylize Qt-based desktop applications. However, Qt’s CSS has a few variations that prevent the direct use of SASS compiler. The purpose of this tool is to fill the gap between SASS and Qt-CSS by handling those variations. |
- Assert that %pyproject_files contains a license file
- Drop the pyside2 build conditional (already disabled)
- Update to 0.4.0
- Disable PySide2 support
- Confirm License is SPDX MIT
- Update to 0.3.2
- Update to 0.3.1
- Use help2man to generate a man page
- Add a weak dep. on PySide2 where available
- Run the tests