aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Change license from all the filesCristian Maureira-Fredes2018-05-031-1/+1
| | | | | | | | | | | | | | | | | Removing the word 'project' from all the headers, and changing the PySide reference from the examples to Qt for Python: The following line was used inside the source/ and build_scripts/ directory: for i in $(grep -r "the Qt for Python project" * |grep -v "pyside2-tools" | awk '{print $1}' | sed 's/:.*//g');do sed -i 's/the\ Qt\ for\ Python\ project/Qt\ for\ Python/g' $i;done and the following line was used inside the examples/ directory: for i in $(grep -r "of the PySide" * |grep -v "pyside2-tools" | awk '{print $1}' | sed 's/:.*//g');do sed -i 's/of\ the\ PySide/of\ the\ Qt\ for\ Python/g' $i;done Change-Id: Ic480714686ad62ac4d81c670f87f1c2033d4ffa1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Reformat and remove of trailing spaces from filesCristian Maureira-Fredes2018-04-191-22/+27
| | | | | | | | Continuing the 72/79 reformatting with the remaining Python files. Change-Id: I4fc0abd720326a16ed4b2d431fd703de71fe02e9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Fix licensesFriedemann Kleint2017-04-051-0/+39
| | | | | | | | | | | | | | | | | | Fix license checker error messages when run in default mode (git ls-files in pyside-setup): Failed test '.../pyside-setup/header.LGPL re-defines a license of type LGPL originally defined in .../qtbase/header.LGPL' not ok 2 - docs/conf.py does not appear to contain a license header not ok 3 - docs/make.bat does not appear to contain a license header not ok 4 - ez_setup.py does not appear to contain a license header not ok 5 - popenasync.py does not appear to contain a license header not ok 7 - qtinfo.py does not appear to contain a license header not ok 11 - utils.py does not appear to contain a license header Task-number: PYSIDE-491 Change-Id: Ia10ff40ef39c64ac717f36ed073b1d1675a150d1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Update setuptools bootstrap script to latest versionrlacko2014-10-291-44/+44
|
* Update setuptools bootstrap script to latest versionrlacko2014-05-051-91/+62
|
* Update ez_setup.py to latest versionrlacko2013-12-111-49/+28
|
* Update ez_setup.py to latest versionRoman Lacko2013-11-181-1/+1
|
* Update ez_setup.py to latest versionrlacko2013-11-051-1/+1
|
* Update ez_setup.py to latest versionRoman Lacko2013-10-281-4/+16
|
* Update ez_setup.py to latest versionRoman Lacko2013-10-091-13/+26
|
* Update ez_setup.py to latest versionRoman Lacko2013-08-201-19/+112
|
* Switched to the new setuptools (v0.9.8) which has been merged with ↵Roman Lacko2013-08-031-0/+264
Distribute again and works for Python 2 and 3 with one codebase