python-snakefood: add 1.4
authorTim Orling <ticotimo@gmail.com>
Sun, 24 Aug 2014 00:57:05 +0000 (17:57 -0700)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:41:54 +0000 (08:41 -0800)
commit0f144255c5c1a0606297b6fe74b1cc28ba503a2d
treebc390e2ef52f11fdb7ee54e7246b435fb5026b96
parentb8084003d2e4c94f62ed5326b8b3de0c8de1ca46
python-snakefood: add 1.4

* Generate dependencies from Python code, filter, cluster and generate
  graphs from the dependency list

* Tools included:
  - sfood:
      Given a set of input files or root directories, generate a list of
      dependencies between the files;
  - sfood-graph:
      Read a list of dependencies and produce a Graphviz dot file. (This
      file can be run through the Graphviz dot tool to produce a
      viewable/printable PDF file);
  - sfood-cluster:
      Read a list of dependencies, a list of file clusters, and output a
      list of simplified (clustered) dependencies.
  - sfood-checker:
      Analyze the source code with the AST and list unused or redundant
      imports.
  - sfood-imports:
      Find and list import statements in Python files, regardless of
      whether they can be imported or not.

(From meta-openembedded rev: 1a199dca255cab3cf8ad23a0508c4175353ea441)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-python/recipes-devtools/python/python-snakefood_1.4.bb [new file with mode: 0644]