<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools, branch jansa/dizzy</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=jansa%2Fdizzy</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=jansa%2Fdizzy'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2015-03-21T14:56:31+00:00</updated>
<entry>
<title>python-pip: add python-distribute in RDEPENDS</title>
<updated>2015-03-21T14:56:31+00:00</updated>
<author>
<name>Zhenhua Luo</name>
<email>zhenhua.luo@freescale.com</email>
</author>
<published>2015-02-10T06:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=66ca394c5b0b597b9eaaa22f8bf9fc924ef9ab54'/>
<id>urn:sha1:66ca394c5b0b597b9eaaa22f8bf9fc924ef9ab54</id>
<content type='text'>
Fix the following runtime issue of pip:
    # pip
    Traceback (most recent call last):
      File "/usr/bin/pip", line 5, in &lt;module&gt;
        from pkg_resources import load_entry_point
    ImportError: No module named pkg_resources

Signed-off-by: Zhenhua Luo &lt;zhenhua.luo@freescale.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-matplotlib: add dateutil &amp; pytz to DEPENDS/RDEPENDS</title>
<updated>2014-10-14T09:48:58+00:00</updated>
<author>
<name>Tim Orling</name>
<email>ticotimo@gmail.com</email>
</author>
<published>2014-10-13T05:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fd1c5b8dc5c9f412036f0356cc2036803d0a41c1'/>
<id>urn:sha1:fd1c5b8dc5c9f412036f0356cc2036803d0a41c1</id>
<content type='text'>
python-matplotlib is currently providing its own dateutil and pytz
Add dateutil and pytz as DEPENDS/RDEPENDS.
Patch setupext.py to no longer provide its own dateutil and pytz.
Remove python-matplotlib from blacklist.

Signed-off-by: Tim Orling &lt;TicoTimo@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-pytz: add 2014.7</title>
<updated>2014-10-14T09:48:58+00:00</updated>
<author>
<name>Tim Orling</name>
<email>ticotimo@gmail.com</email>
</author>
<published>2014-10-13T05:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=19692ba37a82253fa8d2922f9c8fc716bd12734e'/>
<id>urn:sha1:19692ba37a82253fa8d2922f9c8fc716bd12734e</id>
<content type='text'>
python-matplotlib is providing its own pytz and dateutil.
Provide our own pytz (and then fix matplotlib).

Signed-off-by: Tim Orling &lt;TicoTimo@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-matplotlib: blacklist because of conflict with python-dateutil</title>
<updated>2014-10-10T10:47:35+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-10-07T00:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0b78fc05194196eb361da7aa770806c06e11b859'/>
<id>urn:sha1:0b78fc05194196eb361da7aa770806c06e11b859</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-snakefood: add 1.4</title>
<updated>2014-08-27T10:49:19+00:00</updated>
<author>
<name>Tim Orling</name>
<email>ticotimo@gmail.com</email>
</author>
<published>2014-08-24T00:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1a199dca255cab3cf8ad23a0508c4175353ea441'/>
<id>urn:sha1:1a199dca255cab3cf8ad23a0508c4175353ea441</id>
<content type='text'>
* 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.

Signed-off-by: Tim Orling &lt;TicoTimo@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-cython: add RDEPENDS on some required python modules</title>
<updated>2014-08-27T10:48:45+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2014-08-22T06:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fea3840ee5829afc4b159c81341366e47e4d6959'/>
<id>urn:sha1:fea3840ee5829afc4b159c81341366e47e4d6959</id>
<content type='text'>
python-distribute:
    File "/usr/bin/cython", line 5, in &lt;module&gt;
    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 &lt;module&gt;
    ImportError: No module named subprocess

python-shell:
    File "/usr/lib/python2.7/site-packages/Cython/Debugger/Cygdb.py", line 16, in &lt;module&gt;
    ImportError: No module named glob

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-smbus: upgrade to 3.1.1</title>
<updated>2014-08-11T09:00:41+00:00</updated>
<author>
<name>Peter Bigot</name>
<email>pab@pabigot.com</email>
</author>
<published>2014-08-05T14:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7ddcd65e11a7a2a7871ce31e74e216a4cf53e95b'/>
<id>urn:sha1:7ddcd65e11a7a2a7871ce31e74e216a4cf53e95b</id>
<content type='text'>
Signed-off-by: Peter A. Bigot &lt;pab@pabigot.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-slip-dbus: add recipe</title>
<updated>2014-08-01T12:23:46+00:00</updated>
<author>
<name>Roy Li</name>
<email>rongqing.li@windriver.com</email>
</author>
<published>2014-07-30T07:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0e17f09a833d1c3a11f42af219ff4d4ae47d12f1'/>
<id>urn:sha1:0e17f09a833d1c3a11f42af219ff4d4ae47d12f1</id>
<content type='text'>
Signed-off-by: Roy Li &lt;rongqing.li@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-decorator: add recipe</title>
<updated>2014-08-01T12:23:46+00:00</updated>
<author>
<name>Roy Li</name>
<email>rongqing.li@windriver.com</email>
</author>
<published>2014-07-30T06:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a1db099fc7015497174f5aabf4fe273e5b4c5304'/>
<id>urn:sha1:a1db099fc7015497174f5aabf4fe273e5b4c5304</id>
<content type='text'>
Signed-off-by: Roy Li &lt;rongqing.li@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-python: rename recipes-python to recipes-devtools</title>
<updated>2014-07-30T10:49:45+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-07-22T11:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d22f4ca2e3e421615b601002061690a8f97257c0'/>
<id>urn:sha1:d22f4ca2e3e421615b601002061690a8f97257c0</id>
<content type='text'>
* match old structure from meta-oe

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
