summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* hg merge default, and try to resolve all conflicts.Armin Rigo2012-08-121-11/+11
|\ | | | | | | Not tested so far.
| * Tweak the default include_dirs if pkg-config is not available.Armin Rigo2012-07-311-11/+11
| | | | | | | | | | The two detault paths are for my old Gentoo box, and for OS/X Lion & Mountain Lion.
* | An attempt to port cffi to python3.Amaury Forgeot d'Arc2012-07-291-2/+2
|/ | | | Most tests are passing, yeah!
* Trying to use pkg-config to more systematically get installationArmin Rigo2012-07-211-11/+31
| | | | information about libffi.
* More tests for MSVC's struct return type. Add a workaround similarArmin Rigo2012-06-291-1/+4
| | | | to the one present in ctypes.
* Rename: _ffi_backend => _cffi_backendArmin Rigo2012-06-271-2/+2
|
* Blindly add win64 support.Armin Rigo2012-06-231-2/+9
|
* setup.py: use pkg-config for libffi include dirScott Tsai2012-06-191-0/+14
| | | | | | | | | | Some Linux distros don't install ffi.h in the default header search path. This patch tries to use pkg-config(1) to find the correct include dir and does nothing if either pkg-config or libffi.pc isn't available. Distros that need this include Fedora, Red Hat and apparently Archlinux. Should fix cffi bitbucket issue#2. Tested on Fedora 17, Ubuntu 10.04 and Ubuntu 12.04.
* add licenseMaciej Fijalkowski2012-06-181-0/+2
|
* a fixMaciej Fijalkowski2012-06-181-0/+1
|
* Move things around to avoid duplication of code. I hope "ifArmin Rigo2012-06-181-4/+4
| | | | __name__=='__main__'" works in setup.py.
* Copy-pasted :-(Armin Rigo2012-06-181-1/+20
|
* fix URL and descriptionMaciej Fijalkowski2012-06-181-2/+2
|
* ups, fix the nameMaciej Fijalkowski2012-06-181-1/+1
|
* authors and licenseMaciej Fijalkowski2012-06-181-0/+4
|
* we no longer require platformerMaciej Fijalkowski2012-06-181-1/+0
|
* Split setup.py into a part in setup_base.py that can be usedArmin Rigo2012-06-171-15/+1
| | | | even without having installed 'setuptools' previously.
* Work in progress on porting to Windows.Armin Rigo2012-06-161-3/+22
|
* Add the library to setup.py.Armin Rigo2012-05-311-1/+2
|
* extra whitespaceAlex Gaynor2012-05-311-0/+1
|
* use setuptools feature to automatically build the c extension on cpythonRonny Pfannschmidt2012-05-291-3/+13
|
* Start working on a verifierfijal2012-05-231-0/+4
|
* simple setup.py + tox.iniRonny Pfannschmidt2012-05-171-0/+13