Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make python dependencies extraction much faster | Pascal Terjan | 2015-10-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | New style rpm dependency extractors mean that the script is called for each file in the package. This exhibit the slowness of the python one, where most of the time is spent on importing a module which is usually not needed. Running pythoneggs.py --requires on python-setuptools: Before: real 1m43.763s user 1m33.220s sys 0m7.460s After: real 0m18.298s user 0m15.060s sys 0m2.190s | ||||
* | Support being passed the egg-info directory | Pascal Terjan | 2014-10-14 | 1 | -1/+4 |
| | |||||
* | fix emitting pythoneggs deps with internal generator | Thierry Vignaud | 2014-09-26 | 1 | -6/+11 |
| | | | | | | | with internal generator we only get list of matching files but we'll never get any matching directory => check parent directory | ||||
* | no need to use env | Thierry Vignaud | 2014-09-24 | 1 | -1/+1 |
| | |||||
* | readd back pythoneggs.py | Thierry Vignaud | 2014-09-24 | 1 | -0/+183 |
| | |||||
* | drop most of the script-based dependency generation bits | Thierry Vignaud | 2014-09-12 | 1 | -183/+0 |
| | | | | | | | | | Use rpmdeps to generate any "normal" dependencies even for the kernel module stuff, drop all other unnecessary duplication like elf, libtool and pkgconfig deps. But for TCL, which is broken since forever (we don't package the needed prov/req scripts since at least 2007) | ||||
* | Switch to new pythonegg deps | Pascal Terjan | 2013-10-15 | 1 | -10/+3 |
| | |||||
* | Only add new provides for now, to add them everywhere before switching requires | Pascal Terjan | 2013-10-14 | 1 | -1/+10 |
| | |||||
* | Have differrent provides/requires for python2 and python3 egg | Pascal Terjan | 2013-10-10 | 1 | -2/+3 |
| | |||||
* | - merge svn rev. 271797 from Mandriva to make the python auto-requires always | Ahmad Samir | 2011-02-18 | 1 | -7/+7 |
| | | | | lowercase | ||||
* | add encoding type | Per Øyvind Karlsen | 2010-11-01 | 1 | -0/+1 |
| | |||||
* | add documentation | Per Øyvind Karlsen | 2010-11-01 | 1 | -1/+19 |
| | |||||
* | add strict version requires on python version | Per Øyvind Karlsen | 2010-11-01 | 1 | -2/+2 |
| | |||||
* | * don't add redundant python(abi) requires on paths | Per Øyvind Karlsen | 2010-10-31 | 1 | -1/+3 |
| | | | | | * fix versioned python(abi) requires on paths to be '>=', not '==' | ||||
* | determine python(abi) version based on path | Per Øyvind Karlsen | 2010-10-20 | 1 | -5/+7 |
| | |||||
* | improve... | Per Øyvind Karlsen | 2010-10-20 | 1 | -29/+103 |
| | |||||
* | add pythoneggs() dependency extractor | Per Øyvind Karlsen | 2010-10-19 | 1 | -0/+83 |