summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Start on a second Python extension module... Eric S. Raymond2009-01-081-1/+4
| | | | | | ...to wrap utility functions from libgps.a. The first entry point implemented is the geoidal separation calculator, because gssim needs it.
* 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
| | | | Patch from Bernd Zeimetz (debian port maintainer). Thanks!
* Another step toward a Python wrapper for packet.c.Eric S. Raymond2006-12-051-1/+2
| | | | | gpscat now has an option that tried to invoke it. All regression tests pass.
* 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
It builds and imports without errors, but has not been tested yet.