| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Qt is released under LGPLv3 or GPLv2 or GPLv3 and PySide as well,
but for the simplicity of writing the description in the README
and package description, LGPL/GPL or LGPLv3 has been written,
which has caused confusion when dealing with GPL-only dependencies.
To avoid this problem, we now reflect the licenses that has been
in the repository and each file in the package description (PEP 639).
Change-Id: I1e24c39ac415e635f5c44b57ccac0175e13b3736
Pick-to: 6.8 6.5 6.2
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Ece Cinucen <ece.cinucen@qt.io>
Reviewed-by: Christian Tismer <tismer@stackless.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
By old versions, or maybe a typo, we had references
in the README files to GPLv2, where it should have been
GPLv3.
Pick-to: 6.7 6.5 6.2
Change-Id: I418fcfc86a1f215f6a7e74252e22ed829f1d0faf
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
|
|
|
This adds the functionality of creating a wheel that
only will contain the examples directory from the repo
and place it under an existing 'PySide6' diretory
in the site-packages.
The dependencies of the wheel are the same as the empty
'PySide6' wheel, meaning PySide6_Essentials and PySide6_Addons
will be installed if not present.
Please consider that the 'hacks' we are using to create
the wheels in our current project structure requires
for us to have a combination of the files:
- setup.py
- setup.cfg
- pyproject.toml
- MANIFEST.in
Without a proper directory structure per project,
it's not possible to drop a couple of them.
Pick-to: 6.6
Change-Id: I164abb30bb744a98ec1d31b304a0a3668a543ae2
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
|