summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Update Apache version for mod_wsgi-standalone to 2.4.54.Graham Dumpleton2022-07-181-1/+1
|
* Update Python classifiers and test versions.Graham Dumpleton2022-05-021-0/+3
|
* Drop old OpenShift/Heroku crud.Graham Dumpleton2021-08-031-157/+4
|
* Update to Apache 2.4.48.1 for standalone package.Graham Dumpleton2021-08-031-1/+1
|
* Do not add default RPATHAlexander Bokovoy2021-06-181-3/+11
| | | | | | | | | On Fedora Rawhide (future F35), a distribution policy asks to avoid adding standard library paths to RPATH. The way paths currently added in mod_wsgi, PYTHON_LIBDIR is always added to the RPATH, causing breakage on Fedora. Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
* Experimental Windows support for start-server.Graham Dumpleton2021-02-131-18/+23
|
* Update project links for PyPi.Graham Dumpleton2020-05-141-2/+6
|
* Try and provide separate PyPi instructions for mod_wsgi-standalone package.Graham Dumpleton2020-02-171-1/+6
|
* Workaround for pip install on Window into a virtual environment.Graham Dumpleton2020-02-121-0/+2
|
* Add way of installing parallel mod_wsgi-standalone package.Graham Dumpleton2019-12-201-1/+4
|
* Update version classifiers.Graham Dumpleton2019-06-071-0/+2
|
* Python config directory can have platform name in it.Graham Dumpleton2018-04-021-0/+2
|
* Add classifier for Python 3.6.Graham Dumpleton2018-03-041-0/+1
|
* Raise exception when can't find Xcode on MacOS and doing pip or setup.py ↵Graham Dumpleton2018-01-181-0/+14
| | | | install.
* Flag package as not zip safe say installs works with Python 3.7 alpha versions.Graham Dumpleton2018-01-181-0/+1
|
* Incorrect check around whether apxs present.Graham Dumpleton2017-12-131-1/+1
|
* Add defaults for MacOS X when no apxs.Graham Dumpleton2017-11-141-1/+12
|
* Wrong test for platform.Graham Dumpleton2017-11-141-1/+1
|
* Workaround for missing apxs on latest MacOS X.Graham Dumpleton2017-11-141-1/+15
|
* Update setup.py to handle Xcode 9.0 on MacOS X.Graham Dumpleton2017-10-031-0/+7
|
* Also look for Apache 2.2 when installing on Windows using pip.Graham Dumpleton2016-12-301-3/+17
|
* Change where Apache header files are pulled from on MacOS X Sierra.Graham Dumpleton2016-12-101-3/+3
|
* Add ability to use pip install on Windows.Graham Dumpleton2016-11-281-28/+74
|
* Update README and change setup.py for using twine.Graham Dumpleton2016-11-251-2/+7
|
* Add workaround for broken apxs on MacOS X Sierra when doing pip install.Graham Dumpleton2016-11-161-2/+13
|
* Add include flags from apr-config and apu-config when performing pip ↵Graham Dumpleton2015-10-031-1/+35
| | | | install. #97
* Update to use tar balls for OpenShift and Heroku which use Apache 2.4.12.Graham Dumpleton2015-06-141-2/+2
|
* Tarball based installs were failing on Heroku and OpenShift as mod_wsgi-apxs ↵Graham Dumpleton2015-06-131-2/+0
| | | | doesn't exist.
* Check in directory of Python interpreter for mod_wsgi-apxs to cope with ↵Graham Dumpleton2015-04-031-1/+2
| | | | virtualenv not being activated. #76
* Change path calculation for mod_wsgi-httpd package after installed package ↵Graham Dumpleton2015-02-081-11/+11
| | | | rename.
* Shouldn't be merging apxs config vars.Graham Dumpleton2015-02-021-23/+0
|
* Move Apache httpd compilation from source code out into separate ↵Graham Dumpleton2015-02-011-120/+55
| | | | mod_wsgi-httpd package.
* Raise an exception on a failed build of Apache from source code.Graham Dumpleton2015-01-301-3/+12
|
* Add ability to compile Apache from source code prior to building mod_wsgi ↵Graham Dumpleton2015-01-301-30/+109
| | | | itself.
* Trash dependency on mod_wsgi-metrics package and give up on trying to push ↵Graham Dumpleton2015-01-241-1/+0
| | | | people to actually try and use monitoring as way of making their setup run better. #65
* Don't try and filter based on setup.py command as too many different ↵Graham Dumpleton2015-01-051-18/+1
| | | | potential variations beyond just install.
* Add automatic installation of precompiled Apache binaries when deploying ↵Graham Dumpleton2015-01-051-25/+236
| | | | mod_wsgi-express to Heroku or OpenShift.
* Output a warning if the Python installation doesn't appear to provide a ↵Graham Dumpleton2014-12-061-0/+21
| | | | shared library. #13
* Failed to commit calculation of where rotate logs resides to setup.py. #9Graham Dumpleton2014-09-151-0/+8
|
* Work out MacOS X deployment target from Python itself and set lower limit as ↵Graham Dumpleton2014-09-011-13/+16
| | | | necessary.
* Force setting deployment target on MacOSX will fail if Python doesn't ↵Graham Dumpleton2014-09-011-2/+10
| | | | support older version.
* Fix Python 3.4 installation issue on MacOS X.Graham Dumpleton2014-08-231-0/+8
|
* Split New Relic platform plugin out into separate Python package called ↵Graham Dumpleton2014-06-081-1/+2
| | | | mod_wsgi-metrics.
* Merge branch 'develop' into feature/server-statusGraham Dumpleton2014-06-051-1/+1
|\ | | | | | | | | Conflicts: src/server/mod_wsgi.c
| * Version of Python library not always correctly detected by setup.py. #14Graham Dumpleton2014-06-041-1/+1
| |
* | Added New Relic platform plugin support.Graham Dumpleton2014-06-051-1/+1
|/
* Modify setup.py for automated PyPi uploads and improve README for display on ↵Graham Dumpleton2014-05-231-1/+23
| | | | PyPi.
* Eliminate warnings on building sdist package.Graham Dumpleton2014-05-011-0/+1
|
* Renamed admin script to mod_wsgi-express.Graham Dumpleton2014-04-271-1/+2
|
* Include image for default landing page when no WSGI script provided.Graham Dumpleton2014-04-261-5/+6
|