Name python-snakefood
Version 1.4
Summary Dependency graphing for Python
Description Generate dependency graphs from Python code. This dependency tracker package has a few distinguishing characteristics * It uses the AST to parse the Python files. This is very reliable, it always runs. * No module is loaded. Loading modules to figure out dependencies is almost always problem, because a lot of codebases run initialization code in the global namespace, which often requires additional setup. Snakefood is guaranteed not to have this problem (it just runs, no matter what). * It works on a set of files, i.e. you do not have to specify a single script, you can select a directory (package or else) or a set of files. It finds all the Python files recursively automatically. * Automatic/no configuration: your PYTHONPATH is automatically adjusted to include the required package roots. It figures out the paths that are required from the files/directories given as input. You should not have to setup ANYTHING. * It does not have to automatically 'follow' dependencies between modules, i.e. by default it only considers the files and directories you specify on the command-line and their immediate dependencies. It also has an option to automatically include only the dependencies within the packages of the files you specify. * It follows the UNIX philosophy of small programs that do one thing well: it consists of a few simple programs whose outputs you combine via pipes. Graphing dependencies always requires the user to filter and cluster the filenames, so this is appropriate. You can combine it with your favourite tools, grep, sed, etc.A problem with dependency trackers that run code is that they are unreliable, due to the dynamic nature of Python (the presence of imports within function calls and __import__ hooks makes it almost impossible to always do the right thing). This script aims at being right 99% of the time, and we think that given the trade-offs, 99% is good enough for 99% of the uses.
Section devel/python
License GPL-2.0
Homepage http://furius.ca/snakefood
Recipe file recipes-devtools/python/python-snakefood_1.4.bb
Layer meta-python (pyro branch)
Inherits
  • distutils
  • distutils-base
  • distutils-common-base
  • pypi
  • python-dir
  • pythonnative
  • setuptools
Dependencies
  • python
  • python-distribute-native
  • python-native
  • virtual/i586-oe-linux-compilerlibs
  • virtual/i586-oe-linux-gcc
  • virtual/libc
PACKAGECONFIG options

Sources

https://files.pythonhosted.org/packages/source/s/snakefood/snakefood-1.4.tar.gz

Patches

None

Other branches

This recipe in other branches of meta-python:

Branch Recipe
zeus (Yocto Project 3.0) python-snakefood 1.4
warrior (Yocto Project 2.7) python-snakefood 1.4
thud (Yocto Project 2.6) python-snakefood 1.4
sumo (Yocto Project 2.5) python-snakefood 1.4
rocko (Yocto Project 2.4) python-snakefood 1.4
pyro (Yocto Project 2.3) python-snakefood 1.4 (this recipe)
morty (Yocto Project 2.2) python-snakefood 1.4
krogoth (Yocto Project 2.1) python-snakefood 1.4
jethro (Yocto Project 2.0) python-snakefood 1.4
fido (Yocto Project 1.8) python-snakefood 1.4
dizzy (Yocto Project 1.7) python-snakefood 1.4