summaryrefslogtreecommitdiff
path: root/setuptools/command/build_clib.py
Commit message (Collapse)AuthorAgeFilesLines
* Make clib build reproducible by sorting sourcesDaniel Garcia Moreno2022-11-151-1/+1
| | | | Fix https://github.com/pypa/setuptools/issues/3678
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-15/+15
|
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-14/+17
|
* Added build_clib module and unit tests.Daniel Nunes2017-01-191-0/+98
Added rudimentary dependency system for build_libraries. Added obj_deps and cflags keys to build_info dictionary.