summaryrefslogtreecommitdiff
path: root/libkmod/python/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* python: Remove unused files from importLucas De Marchi2014-03-201-63/+0
|
* python: Issue #15: resovled by using setuptools_cythonGuy Rozendorn2014-03-201-9/+7
|
* python: Issue #15: Cython needs to be in setup_requiresGuy Rozendorn2014-03-201-1/+1
| | | | | We need Cython BEFORE installing kmod (done with setup_requires), and AFTER installation - during runtime (done with install_requires)
* python: Issue #15 Cython is now a dependencyGuy Rozendorn2014-03-201-3/+9
|
* python: Issue #13 skipping building extensions on non-Linux platformsGuy Rozendorn2014-03-201-9/+11
|
* python: Add self as maintainer to setup.pyAndy Grover2014-03-201-0/+2
|
* python: Correct building for python 2.6Andy Grover2014-03-201-1/+1
| | | | Reported-by: Oz Nahum Tiram <nahumoz@gmail.com>
* python: Ran update-copyright.py.W. Trevor King2014-03-201-7/+13
|
* python: Add missing copyright blurbs.W. Trevor King2014-03-201-0/+11
|
* python: Convert to Cython.W. Trevor King2014-03-201-8/+36
| | | | With Cython we get easier memory handling and Python 3 compatibility.
* python: Make setup.py version match version in .cAndy Grover2014-03-201-1/+1
|
* python: Add support for listing loaded modules, modprobe, rmmodAndy Grover2014-03-201-2/+2
| | | | And other misc. cleanups and changes.
* python: initial checkinAndy Grover2014-03-201-0/+10