[segyio] 28/376: Merge pull request #16 from jepebe/new_segyio_py_bindings

Jørgen Kvalsvik jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

jokva-guest pushed a commit to branch debian
in repository segyio.

commit d36be50ef998f71348cad5c19d5ee11c902f9237
Merge: ee574ae 6e538a2
Author: Jean-Paul <jepebe at users.noreply.github.com>
Date:   Wed Oct 12 15:31:15 2016 +0200

    Merge pull request #16 from jepebe/new_segyio_py_bindings
    
    Converted C extensions from libcwrap to Python.h

 CMakeLists.txt                      |  37 +-
 examples/make-file.py               |   2 +-
 python/CMakeLists.txt               |   1 -
 python/cwrap/CMakeLists.txt         |  10 -
 python/cwrap/__init__.py            |   5 -
 python/cwrap/basecclass.py          | 100 ----
 python/cwrap/basecenum.py           | 119 -----
 python/cwrap/basecvalue.py          |  47 --
 python/cwrap/metacwrap.py           |  46 --
 python/cwrap/prototype.py           | 147 ------
 python/segyio/CMakeLists.txt        |   5 +
 python/segyio/__init__.py           |  42 +-
 python/segyio/_depth_plane.py       |  18 +
 python/segyio/_field.py             |  81 +++
 python/segyio/_header.py            | 117 +++++
 python/segyio/_line.py              |  90 ++++
 python/segyio/_segyio.c             | 847 +++++++++++++++++++++++++++++++
 python/segyio/_trace.py             | 101 ++++
 python/segyio/binfield.py           | 102 ++--
 python/segyio/create.py             |  45 +-
 python/segyio/open.py               |  45 +-
 python/segyio/segy.py               | 968 +++++-------------------------------
 python/segyio/segysampleformat.py   |  36 +-
 python/segyio/tracefield.py         | 280 ++++-------
 python/segyio/tracesortingformat.py |  16 +-
 src/segyio/segy.c                   |  28 +-
 src/segyio/segy.h                   |   5 +-
 src/spec/segyspec.c                 |   2 +-
 tests/CMakeLists.txt                |   6 +-
 tests/test_enum.py                  |  24 +
 tests/test_segy.c                   |   4 +-
 tests/test_segy.py                  | 282 ++++++-----
 tests/test_segyio_c.py              | 425 ++++++++++++++++
 tests/unittest.h                    |   4 +-
 34 files changed, 2309 insertions(+), 1778 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git



More information about the debian-science-commits mailing list