aboutsummaryrefslogtreecommitdiff
path: root/rambo/__main__.py
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly use a default python version if one is not specified.Matt Rendina2018-05-041-1/+6
| | | | | Remove redundant manifest filtering method. Wording changes.
* Add filter-nonpy flag; cleanup; minor refactor of culled -dev recipeMatt Rendina2018-05-031-9/+20
| | | | handling; enable culling when only --filter-nonpy specified.
* Speed optimization of recipe rendering (#8)Matt Rendina2018-01-101-2/+10
| | | * Subsume rendering speed optimization behavior under the --culled flag.
* Take numpy version from cmd line argument, not manifestMatt Rendina2017-09-061-4/+11
|
* Correctly handle platform-arch stringMatt Rendina2017-08-031-9/+13
|
* conda-build API compat.; platform default behaviorMatt Rendina2017-07-271-3/+22
| | | | | * Accommodate both conda-build 2.x and 3.x APIs. * Default platform used if not specified as argument
* Skip directive; better platform specMatt Rendina2017-07-071-1/+2
|
* Revert "Skip directive; platform selection"Matt Rendina2017-07-071-2/+1
|
* Skip directive removes from build list; conda platform now set by argumentMatt Rendina2017-07-071-1/+2
|
* File rename and associated reference changesMatt Rendina2017-06-061-4/+4
|
* PEP8 and other minor adjustmentsMatt Rendina2017-06-061-3/+4
|
* Add print function supportMatt Rendina2017-05-241-0/+1
|
* Bludgenoning into shape for desired package behaviorMatt Rendina2017-05-241-0/+97