Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new sysconfig module with Python 2.7 or >=3.2. | Arfrever Frehtes Taifersar Arahesis | 2013-06-12 | 1 | -9/+15 |
| | |||||
* | Merge setuptools/command/* | Jason R. Coombs | 2013-05-04 | 1 | -0/+5 |
|\ | |||||
| * | merge dance | tarek | 2009-09-20 | 1 | -0/+2 |
| |\ | |||||
| | * | make sure setuptools does like distutils in get_ext_filename fixes #41 | tarek | 2009-09-20 | 1 | -0/+2 |
| | | | |||||
| * | | Work around distutils 3.1 breaking ext_map. | Martin v. L?wis | 2009-09-13 | 1 | -0/+5 |
| |/ | |||||
* | | Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.py | Jason R. Coombs | 2013-05-03 | 1 | -9/+9 |
|/ | |||||
* | Ensure that _full_name is set on all shared libs before extensions | PJ Eby | 2008-08-21 | 1 | -3/+3 |
| | | | | | are checked for shared lib usage. (problem reported by Andi Vajda) (backport from trunk) | ||||
* | Update Pyrex/swig_sources workaround for newer Pyrex versions | PJ Eby | 2008-01-15 | 1 | -1/+1 |
| | | | | (backport) | ||||
* | Tweak build configuration for OS X, based on suggestions from Michael | PJ Eby | 2006-01-14 | 1 | -22/+22 |
| | | | | | Twomey on the distutils-sig. (It looks like we may also need to add an '-install_name' or some such to the library link step.) | ||||
* | Attempt to define some reasonable flags for OS X linker. | PJ Eby | 2006-01-14 | 1 | -16/+15 |
| | |||||
* | Fix broken import | PJ Eby | 2006-01-14 | 1 | -0/+1 |
| | |||||
* | Don't keep the stub .py file around, just the .pyc/.pyo. Don't write | PJ Eby | 2006-01-14 | 1 | -40/+40 |
| | | | | a stub to the source tree if it would overwrite an existing .py file. | ||||
* | Ensure installed stubs get compiled, even if there are no "pure" modules | PJ Eby | 2006-01-13 | 1 | -7/+7 |
| | | | | present. Also, don't bother compiling the stub prior to installation. | ||||
* | Write stub files correctly for build_ext --inplace | PJ Eby | 2006-01-13 | 1 | -21/+21 |
| | |||||
* | Implement LD_LIBRARY_PATH workaround stub loader | PJ Eby | 2006-01-13 | 1 | -45/+86 |
| | |||||
* | Don't write .py stubs except for actual extensions that don't already | PJ Eby | 2006-01-13 | 1 | -7/+7 |
| | | | | have them. | ||||
* | Oops. | PJ Eby | 2006-01-13 | 1 | -3/+3 |
| | |||||
* | Add experimental code for wrapping relocatable shared libraries on | PJ Eby | 2006-01-13 | 1 | -17/+99 |
| | | | | platforms that support the 'dl' module. | ||||
* | SharedLibrary -> Library. For now, Windows libs get built as shared, | PJ Eby | 2006-01-06 | 1 | -44/+44 |
| | | | | and other platforms get static. :( | ||||
* | Remove debug print left in by mistake. | PJ Eby | 2006-01-05 | 1 | -3/+3 |
| | |||||
* | First draft of shared library build support. See tests/shlib_test | PJ Eby | 2006-01-05 | 1 | -8/+90 |
| | | | | | | for a trivial example. This has only been tested on Windows with a MinGW compiler, and the Mac OS support isn't finished. Testing w/other platforms+compilers would be helpful. | ||||
* | Fixed some problems building extensions when Pyrex was installed, especially | PJ Eby | 2005-11-03 | 1 | -4/+45 |
| | | | | with Python 2.4 and/or packages using SWIG. | ||||
* | Fix a problem running build_ext -i w/no extensions. | PJ Eby | 2005-08-22 | 1 | -1/+1 |
| | |||||
* | Make "build_ext --inplace" work sanely w/multiple Python versions and | PJ Eby | 2005-08-21 | 1 | -2/+37 |
| | | | | | | | | platforms, by ensuring that the in-place extensions are the right ones for the currently-running Python, even if they are newer than their sources. (This, like so many other setuptools fixes and enhancements, should probably be backported into the distutils as well, although it would have to be implemented a bit differently.) | ||||
* | remove trailing blank line | Fred Drake | 2004-04-05 | 1 | -1/+0 |
| | |||||
* | Initial checkin of setuptools 0.0.1. | PJ Eby | 2004-03-19 | 1 | -0/+7 |