summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-5/+5
* tests: Make patching in pygtkcompat reversibleChristoph Reiter2018-02-111-7/+0
* tests: move dbus session bus handling into runtests.pyChristoph Reiter2018-02-081-12/+2
* tests: test_boxed_c_wrapper failing testsMikhail Fludkov2018-02-081-0/+2
* setup.py: use dbus-run-session for tests if availableChristoph Reiter2018-02-061-4/+12
* setup.py: remove wrong comment about share lib extenions in distutilsChristoph Reiter2018-02-061-1/+1
* build: remove libdir from the .pc fileChristoph Reiter2018-02-061-1/+0
* setup.py: install .pc file into libdirChristoph Reiter2018-02-061-1/+3
* setup.py: convince distutils to build dylibs on macOSChristoph Reiter2018-02-051-0/+7
* setup.py: rework pycairo header lookup and use new pycairo API when available...Christoph Reiter2018-02-051-44/+88
* setup.py: test: also run compat_test_pygtk testsChristoph Reiter2018-01-301-0/+7
* setup.py: set zip_safe=FalseChristoph Reiter2018-01-251-0/+1
* setup.py: Install the pkg-config fileChristoph Reiter2018-01-251-6/+79
* setup.py: Install the header fileChristoph Reiter2018-01-251-0/+3
* setup.py: Add logging for pycairo lookup and fail early if the header isn't f...Christoph Reiter2018-01-251-1/+12
* setup.py: default to Python 3Christoph Reiter2018-01-231-1/+1
* setup.py: Make the test command work under MSYS2Christoph Reiter2018-01-231-14/+43
* setup.py: add a "quality" commandChristoph Reiter2018-01-211-0/+19
* setup.py: add a "test" command which is equal to "make check" with autotoolsChristoph Reiter2018-01-191-48/+288
* Revert "setup.py: Also set setup_requires to require pycairo"Christoph Reiter2017-12-111-4/+0
* setup.py: Also set setup_requires to require pycairoChristoph Reiter2017-12-111-0/+4
* setup.py: Provide a os.path.samefile fallback for Python 2 under WindowsChristoph Reiter2017-12-111-1/+14
* Add sphinx based documentationChristoph Reiter2017-12-111-1/+5
* setup.py: Rework pycairo discovery to not use pkg-configChristoph Reiter2017-12-101-17/+27
* setup.py: Fix the distcheck command on WindowsChristoph Reiter2017-12-091-2/+7
* setup.py: Remove various classifiers and the download-url which aren't accept...Christoph Reiter2017-12-091-1/+0
* setup.py: Port to distutils/setuptoolsChristoph Reiter2017-12-061-79/+330
* Allow installing with pipMathieu Bridon2016-06-291-0/+105
* Remove distutils based build system.Dieter Verfaillie2011-09-071-351/+0
* setup.py: fix user_access_control optionDieter Verfaillie2011-03-181-1/+1
* setup.py: Set bdist_wininst user-access-control propertyDieter Verfaillie2011-03-031-1/+2
* setup.py: fix the provides keyword argumentDieter Verfaillie2011-01-111-1/+1
* setup.py: use the same spaces-less format for all setup() parametersDieter Verfaillie2011-01-111-4/+4
* setup.py: fix another case of use True/False instead of 1/0Dieter Verfaillie2010-12-141-1/+1
* setup.py: ease maintenance burden for tests installationDieter Verfaillie2010-11-041-20/+3
* setup.py: formatting cleanup, makes things readableDieter Verfaillie2010-11-031-30/+26
* setup.py: build and install testsDieter Verfaillie2010-11-031-0/+61
* setup.py: install documentation when available on build systemDieter Verfaillie2010-11-031-0/+3
* setup.py: install pygobject-codegen scriptDieter Verfaillie2010-11-031-0/+25
* setup.py: install fixxref.py scriptDieter Verfaillie2010-11-031-0/+3
* setup.py: rearrange constantsDieter Verfaillie2010-11-031-17/+20
* setup.py: check python version and pkgconig availability before anything elseDieter Verfaillie2010-11-031-8/+10
* setup.py: simplify sys.platform != 'win32' detection and error reportingDieter Verfaillie2010-11-031-20/+9
* setup.py: rearrange importsDieter Verfaillie2010-11-031-9/+22
* Correctly build GIO on windowsJohn Stowers2010-10-161-3/+3
* Require Python >= 2.6.0 for Windows buildJohn Stowers2010-10-161-1/+1
* Fix build on windowsJohn Stowers2010-10-161-2/+2
* Setup.py cosmetic tidyJohn Stowers2010-04-161-25/+14
* Bug 589671 - Dont use generate-constantsJohn Stowers2010-04-161-1/+1
* Bug 589671 - Fix setup.py for windows buildJohn Stowers2010-04-161-14/+88