1. 21 Mar, 2015 1 commit
  2. 28 Jan, 2015 1 commit
  3. 30 Oct, 2014 1 commit
  4. 14 Oct, 2014 2 commits
  5. 10 Oct, 2014 1 commit
  6. 27 Aug, 2014 3 commits
    • Tim Orling's avatar
      python-snakefood: add 1.4 · 5e9788ac
      Tim Orling authored
      
      * 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 commit: 1a199dca255cab3cf8ad23a0508c4175353ea441)
      Signed-off-by: default avatarTim Orling <TicoTimo@gmail.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      Signed-off-by: default avatarTim Orling <ticotimo@gmail.com>
      5e9788ac
    • Tim Orling's avatar
      python-pyparted: fix rdeps for native · 6186b263
      Tim Orling authored
      
      (From meta-openembedded commit: 40ecf311feaf766b8219a7b6889daf9e0309f4a5)
      Signed-off-by: default avatarTim Orling <TicoTimo@gmail.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      Signed-off-by: default avatarTim Orling <ticotimo@gmail.com>
      6186b263
    • Jackie Huang's avatar
      python-cython: add RDEPENDS on some required python modules · 939e13c3
      Jackie Huang authored
      
      python-distribute:
          File "/usr/bin/cython", line 5, in <module>
          ImportError: No module named pkg_resources
      
      python-netserver:
          File "_tempita.py", line 34, in init Cython.Tempita._tempita
          ImportError: No module named cgi
      
      python-subprocess:
          File "/usr/lib/python2.7/site-packages/Cython/Debugger/Cygdb.py", line 19, in <module>
          ImportError: No module named subprocess
      
      python-shell:
          File "/usr/lib/python2.7/site-packages/Cython/Debugger/Cygdb.py", line 16, in <module>
          ImportError: No module named glob
      
      (From meta-openembedded commit: fea3840ee5829afc4b159c81341366e47e4d6959)
      Signed-off-by: default avatarJackie Huang <jackie.huang@windriver.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      Signed-off-by: default avatarTim Orling <ticotimo@gmail.com>
      939e13c3
  7. 23 Aug, 2014 1 commit
  8. 11 Aug, 2014 1 commit
  9. 01 Aug, 2014 2 commits
  10. 30 Jul, 2014 1 commit
  11. 21 Jul, 2014 2 commits