aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* huge change on project layout.Christian Tismer2015-09-211-123/+123
| | | | | | | | | | | The intention is to have PySide2 and Shiboken2 as project names, to allow for co-existence of PySide and PySide2. This is the first version that builds with these settings on OS X: $ python3 setup.py build --debug --no-examples --ignore-git --qmake=/usr/local/Cellar/qt5/5.5.0/bin/qmake --jobs=9 This is not yet tested.
* fix the repos names in setup.pyChristian Tismer2015-09-201-2/+2
|
* remove the old versions from Qt4. This should not be kept in the same ↵Christian Tismer2015-09-171-4/+8
| | | | repository, too confusing.
* be more forgiving when file trees cannot be removed (happens often during ↵Christian Tismer2015-08-161-3/+12
| | | | window debugging)
* support the location of the installed Qt5 docs.Christian Tismer2015-07-161-0/+3
| | | | This configuration needs to be set by setup.py and is then known in the make files.
* support renamed pyside-examples folderChristian Tismer2015-07-061-5/+12
|
* transition to pyside-examples2Christian Tismer2015-07-051-1/+1
|
* fix an old installer error with rpath.Christian Tismer2015-06-271-4/+4
| | | | | | This bug is old, but showed up after I tried to build parts of PySide for Qt5. Problem: There are rpath entries which don't trigger creation of an rpath command. This can be seen when Qt is not linked, and qtcore has an explicit path.
* Merge branch 'master' of https://github.com/PySide/pyside-setup into qt5Christian Tismer2015-06-211-33/+7
|\ | | | | | | | | | | * 'master' of https://github.com/PySide/pyside-setup: minimal update of Qt5 status. Remove the need to use the post-install script on Mac OS platform and update the docs.
| * Remove the need to use the post-install script on Mac OS platform and ↵Christian Tismer2015-06-201-33/+7
| | | | | | | | update the docs.
* | create pyside-tools2 with qt5 branchChristian Tismer2015-06-101-33/+33
| |
* | allow to ignore a module during buildChristian Tismer2015-06-091-0/+4
| |
* | Merge branch 'master' of https://github.com/PySide/pyside-setup into qt5Christian Tismer2015-06-091-2/+2
|\| | | | | | | | | | | | | # By David Strauss # Via David Strauss (1) and Roman Lacko (1) * 'master' of https://github.com/PySide/pyside-setup: Fix spelling of OpenSSL
| * Fix spelling of OpenSSLDavid Strauss2015-06-081-2/+2
| |
* | allow for slightly renamed folder names in the sub repositories.Christian Tismer2015-06-071-2/+14
|/ | | | shiboken is ready, pyside comes now!
* Fixing small typos.Weston Hunter2015-02-091-2/+2
|
* Remove the need to use the post-install script on Linux platform by patching ↵Roman Lacko2014-12-051-20/+48
| | | | the rpath at build time + exclude patchelf executable from binary distribution
* Fixed invalid path to python scripts folder when installing via setup.py ↵rlacko2014-10-291-4/+1
| | | | install command
* Fixed and enhanced TOC rendering with ReadTheDocs sphinx themeRoman Lacko2014-05-151-3/+1
|
* Refactoring docs/index.rst into separate rst filesRoman Lacko2014-05-141-4/+11
|
* Add development version to sub modules version maprlacko2014-04-291-2/+8
|
* Prepare 1.2.2 release1.2.2Roman Lacko2014-04-231-5/+5
|
* Update setup classifiersRoman Lacko2014-04-211-6/+7
|
* Re-generate examples Qt resource files for Python 3 compatibility when ↵Roman Lacko2014-04-211-0/+15
| | | | preparing binary packages
* Update download_url to secure locationRoman Lacko2014-04-201-1/+1
|
* Fixed missing imports folder on ubuntu distRoman Lacko2014-04-191-1/+1
|
* Remove incompatible sources from binary package folder tree. This fixes ↵Roman Lacko2014-04-191-0/+8
| | | | python 3 warnings when installing packages.
* Enable debug build for Python 3 as wellBjoern Thiel2014-03-311-3/+4
|
* Fixed building fake QtCore extensionrlacko2013-11-081-0/+10
|
* use the headers info that can be found in "qmake -query".Christian Tismer2013-10-181-10/+1
| | | | Since Qt has a headers variable, there is no reason for a work-around.
* Enable bogus extension module so the dist name will be generated with the ↵Roman Lacko2013-10-091-1/+1
| | | | full platform info (fix provided by R.Dunn)
* Code cleanupRoman Lacko2013-08-201-50/+50
|
* Add devel version to versions mapRoman Lacko2013-08-201-1/+7
|
* Bump PySide modules to version 1.2.11.2.1Roman Lacko2013-08-161-5/+5
|
* Minor code cleanupRoman Lacko2013-08-131-2/+2
|
* Properly initialize Windows SDK environment via SetEnv.cmd. Prefer Visual ↵Roman Lacko2013-08-051-5/+6
| | | | C++ environment script if exists (vcvars32/64.bat)
* Switched to the new setuptools (v0.9.8) which has been merged with ↵Roman Lacko2013-08-031-1/+1
| | | | Distribute again and works for Python 2 and 3 with one codebase
* Split change log from README.rst to CHANGES.rstRoman Lacko2013-08-021-1/+2
|
* Removed --msvc-version option. Required MSVC compiler version is now ↵Roman Lacko2013-08-011-14/+1
| | | | resolved from python interpreter version
* Don't try to init msvc environment if it's already initializedRoman Lacko2013-07-311-4/+6
|
* Set default VC++ compiler version by python interpreter version. For ↵Roman Lacko2013-07-251-3/+8
| | | | python=3.3 use VC 2010. For python<= 3.2 use VC 2008.
* Add --osx-arch option so the desired build architecture can be specifiedRobin Dunn2013-07-201-3/+4
|
* Add the OSX specific flags for Shiboken too.Robin Dunn2013-07-201-1/+2
|
* Set CMAKE_OSX_ARCHITECTURES.Robin Dunn2013-07-201-1/+6
| | | | Fix ALTERNATIVE_QT_INCLUDE_DIR
* Allow either a _d or a non _d library for debug builds.Robin Dunn2013-07-201-1/+9
| | | | This allows a debug PySide to be built with a non-debug Python.
* Support for building windows binaries with only Windows SDK installed ↵Roman Lacko2013-07-131-3/+0
| | | | (Visual Studio is no more required)
* Add devel version to versions mapRoman Lacko2013-07-091-1/+7
|
* Update download urlsRoman Lacko2013-07-091-1/+1
|
* Prepare to release PySide 1.2.0, update modules version map and READMERoman Lacko2013-07-021-5/+4
|
* Add option --build-tests to enable building the testsRoman Lacko2013-06-291-1/+5
|