summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Some build chains *still* don't like -I wuthout an argument.Eric S. Raymond2011-03-141-1/+1
* Use distutils only, not setuptools.Bernd Zeimetz2011-03-111-4/+1
* Check version after checking that Makkefile is present in setup.pyBernd Zeimetz2011-03-101-1/+3
* Fix out-of-src-directory builds for python.Bernd Zeimetz2011-03-091-25/+50
* Some build chaing won't take "-I" without argument.Eric S. Raymond2011-02-021-1/+1
* Fix minor bug in 'clean' mode.Eric S. Raymond2011-01-291-1/+1
* Address bug #17532: gpsd 2.96~dev fails to build from separate directory.Eric S. Raymond2011-01-281-1/+2
* Another step towards out-of-directory builds.Eric S. Raymond2011-01-281-8/+1
* Add xgps.1/xgpsspeed.1 to manpages in setup.py.Bernd Zeimetz2010-05-101-1/+2
* Replacing xgpsspeed with the new version written in Python.Bernd Zeimetz2010-05-101-1/+1
* Make make silent during versoin detection from setup.py.Bernd Zeimetz2010-04-231-1/+1
* MAKE is needed when setup.py is running the clean command.Bernd Zeimetz2010-04-221-1/+1
* setup.py: fix version detection.Bernd Zeimetz2010-04-201-1/+1
* Enhancing setup.py.Bernd Zeimetz2010-04-201-4/+17
* Make setup.py compatible to python3.1.Bernd Zeimetz2010-04-201-4/+4
* Change the name of the internal gps.client module to gps.clienthelpers.Eric S. Raymond2010-04-171-1/+1
* Use setup.py to install python scripts.Bernd Zeimetz2010-04-161-1/+2
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+0
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+4
* Move the framework for faking a GPS so it's a submodule of the gps package.Eric S. Raymond2009-12-171-1/+0
* This might install the gps package correctly.Eric S. Raymond2009-12-171-1/+2
* Rename gpsclient extension module so it initializes properly.Eric S. Raymond2009-12-161-1/+1
* Put Python extension modules under "gps.".Eric S. Raymond2009-12-151-2/+2
* No longer export leapsecond.py.Eric S. Raymond2009-12-141-1/+1
* Resolve linkage problems with extended gpslib module.Eric S. Raymond2009-12-141-1/+1
* Yet Another attempt at getting all the code to build without an xslt processorChris Kuethe2009-11-101-1/+1
* Previous setup.py fix mysteriously didn't work. Adding instrumentation.Eric S. Raymond2009-11-071-0/+3
* Prevent setup.py from trying to install manpages... Eric S. Raymond2009-11-071-2/+11
* setup.py: install gpscat manpage.Bernd Zeimetz2009-04-071-1/+1
* setup.py: require gpscat.1 to build.Bernd Zeimetz2009-04-071-1/+1
* Install gpscat via setup.py.Bernd Zeimetz2009-04-071-1/+1
* Fix patch for Python 2.4 support from Richard Hansen.Eric S. Raymond2009-03-241-3/+4
* Python build patches by Richard Hansen ("I" in this comment):Eric S. Raymond2009-03-241-6/+20
* Alter setup.py to match the renames.Eric S. Raymond2009-03-021-1/+1
* Start on a second Python extension module... Eric S. Raymond2009-01-081-1/+4
* The setup file pertains to the whole package.Eric S. Raymond2009-01-071-4/+4
* Fixing more whitespace indentation bugs.Bernd Zeimetz2008-12-311-10/+10
* Python module recipe has to change because the packet getter requires crc24q.c.Eric S. Raymond2008-07-101-1/+1
* File renames in preparation for RTCM 3.Eric S. Raymond2008-06-271-1/+1
* Make the python module build cope with more versions of python.Chris Kuethe2007-10-171-4/+31
* Another step toward a Python wrapper for packet.c.Eric S. Raymond2006-12-051-1/+2
* Add $Id$ tagChris Kuethe2006-12-051-0/+1
* First cut at a Python binding for the packet.c module.Eric S. Raymond2006-12-041-0/+6