<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/tools/pip-micropython, branch master</title>
<subtitle>MicroPython source and hardware configuration for OpenMano</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/'/>
<entry>
<title>tools/pip-micropython: Remove deprecated wrapper tool.</title>
<updated>2016-10-24T13:52:15+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2016-10-24T13:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=b78144c64d71e8b850a0fd7051bcaa9ee0cce8dd'/>
<id>b78144c64d71e8b850a0fd7051bcaa9ee0cce8dd</id>
<content type='text'>
Deprecated for long time, pip-micropython now can't install packages
optimized for low-heap ports (like whole of micropython-lib).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecated for long time, pip-micropython now can't install packages
optimized for low-heap ports (like whole of micropython-lib).
</pre>
</div>
</content>
</entry>
<entry>
<title>pip-micropython: Add deprecation notice, but still leave for reference.</title>
<updated>2015-06-13T18:39:57+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2015-06-13T18:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=dd0e24f4b077378635fd71267936fa39a2228cb5'/>
<id>dd0e24f4b077378635fd71267936fa39a2228cb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pip-micropython: Revert to using PIP_MICROPY_DEST environment var.</title>
<updated>2014-08-26T23:53:06+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2014-08-26T23:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=f3c3010ffccc6cee0795c0491e2a686994bd0b34'/>
<id>f3c3010ffccc6cee0795c0491e2a686994bd0b34</id>
<content type='text'>
-t/--target is a pip option. Trying to use pip options for different meanings
in pip-micropython may lead to big confusion. That's why the original passed
any extra parameters using environment variables. "All options belong to pip."
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-t/--target is a pip option. Trying to use pip options for different meanings
in pip-micropython may lead to big confusion. That's why the original passed
any extra parameters using environment variables. "All options belong to pip."
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pip-micropython to unix make install.</title>
<updated>2014-08-26T15:03:57+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2014-08-26T15:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=db63660c19c9080d040ad48a5fb2a2ab233b7ede'/>
<id>db63660c19c9080d040ad48a5fb2a2ab233b7ede</id>
<content type='text'>
Also add -t/--target option to pip-micropython to allowing installing to
the pyboard.

Thanks to turbinenreiter/Sebastian Plamauer for the patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add -t/--target option to pip-micropython to allowing installing to
the pyboard.

Thanks to turbinenreiter/Sebastian Plamauer for the patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>pip-micropython: Fix inverted condition.</title>
<updated>2014-04-14T23:32:41+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2014-04-14T23:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=cc8c0882a0e7fefc95fd1a01c5c0c42b453e1984'/>
<id>cc8c0882a0e7fefc95fd1a01c5c0c42b453e1984</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pip-micropython: revert $HOME back to ~</title>
<updated>2014-04-14T21:26:34+00:00</updated>
<author>
<name>Andrew Scheller</name>
</author>
<published>2014-04-14T21:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=6fc40cc3da69d1d463d26393309ea22973933008'/>
<id>6fc40cc3da69d1d463d26393309ea22973933008</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make pip-micropython more portable</title>
<updated>2014-04-14T11:26:12+00:00</updated>
<author>
<name>Andrew Scheller</name>
</author>
<published>2014-04-14T11:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=0aac7ba34408d395b30c65e9280a53d23819e5b1'/>
<id>0aac7ba34408d395b30c65e9280a53d23819e5b1</id>
<content type='text'>
Replace /tmp with a $TMPDIR variable
Replace multiple occurrences of /tmp/pip-micropy-venv with a $TMPVENV variable
Replace ~ with $HOME</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace /tmp with a $TMPDIR variable
Replace multiple occurrences of /tmp/pip-micropy-venv with a $TMPVENV variable
Replace ~ with $HOME</pre>
</div>
</content>
</entry>
<entry>
<title>pip-micropython: Apply more workarounds for setuptools, pip, etc misfeatures.</title>
<updated>2014-04-12T20:33:14+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2014-04-12T20:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=06526e7ccc3eb3aad5e470ca2043a479d794d59f'/>
<id>06526e7ccc3eb3aad5e470ca2043a479d794d59f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pip-micropython: Require command verb, but restrict to "install" only.</title>
<updated>2014-04-06T23:53:41+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2014-04-06T20:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=9f043da5c348602df23f9d80d12dd282fe5981fd'/>
<id>9f043da5c348602df23f9d80d12dd282fe5981fd</id>
<content type='text'>
So, pip-micropython can/should be run as normal pip:

    pip-micropython install micropython-unittest
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So, pip-micropython can/should be run as normal pip:

    pip-micropython install micropython-unittest
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Add pip-micropython to install packages in MicroPython-friendly way.</title>
<updated>2014-04-02T09:49:07+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2014-04-01T23:00:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=802d505756f9caf5f5ac810316dec692f3c5f75c'/>
<id>802d505756f9caf5f5ac810316dec692f3c5f75c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
