Add python packaging for the bpf library
authorBrenden Blanco <bblanco@plumgrid.com>
Mon, 8 Jun 2015 05:32:33 +0000 (22:32 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Mon, 8 Jun 2015 05:34:58 +0000 (22:34 -0700)
commitd8acf6f2a5639bc5206bad8354368facb797adf0
tree954aeeec176273177d918e3e797e21fbb76860b3
parent734a3ecbc6c88353938b684fd9503f96868673d0
Add python packaging for the bpf library

* Add tagging/git support
* Reorganize bpf py lib to be more pythonic
* Add pip installable builders

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
12 files changed:
CMakeLists.txt
scripts/CMakeLists.txt [new file with mode: 0644]
scripts/GetGitRevisionDescription.cmake [new file with mode: 0644]
scripts/GetGitRevisionDescription.cmake.in [new file with mode: 0644]
src/CMakeLists.txt
src/cc/CMakeLists.txt
src/python/CMakeLists.txt [new file with mode: 0644]
src/python/MANIFEST [new file with mode: 0644]
src/python/bpf/__init__.py [moved from src/bpf.py with 97% similarity]
src/python/setup.py.in [new file with mode: 0644]
tests/cc/test_call1.py
tests/wrapper.sh.in