<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python-setuptools, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2017-01-23T08:20:20Z</updated>
<entry>
<title>pip,setuptools: move as part of python,python3 build</title>
<updated>2017-01-23T08:20:20Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2017-01-19T16:25:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a53d0c5a403d1669e2cf6c59c2be6a9d3ed633a0'/>
<id>urn:sha1:a53d0c5a403d1669e2cf6c59c2be6a9d3ed633a0</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python,python3: install built-in pip and setuptools</title>
<updated>2017-01-23T07:06:51Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2017-01-19T16:20:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=80349f9e73f7c11785fa5e5d9ebd0185066c644b'/>
<id>urn:sha1:80349f9e73f7c11785fa5e5d9ebd0185066c644b</id>
<content type='text'>
Easier than using external package.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG)</title>
<updated>2017-01-10T17:25:54Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2017-01-10T14:02:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4a984a8d60f167db87dac6a6c283e62aca692d5e'/>
<id>urn:sha1:4a984a8d60f167db87dac6a6c283e62aca692d5e</id>
<content type='text'>
As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely
on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on
STAGING_DIR_HOSTPKG.

STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release
(it is equivalent to $(STAGING_DIR)/host), so this simple search/replace
cleanup is safe to apply. Doing this cleanup now will be useful for the
Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting
with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream.

Also fixes a typo in the dbus Makefile ("STAGIND_DIR").

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>python-setuptools: fix path creation in setup scripts</title>
<updated>2016-11-28T14:49:23Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2016-11-28T14:48:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=df840c1e9f4c8f5f681c61d23fadd24b33b5d21f'/>
<id>urn:sha1:df840c1e9f4c8f5f681c61d23fadd24b33b5d21f</id>
<content type='text'>
This was fixed a few versions back.
But then python-setuptools changed.

The problem is that python scripts installed via setuptools
&amp; pip would have `#!/build_dir_path/staging_dir/target-x86_64_musl-1.1.15/host/bin/python`
as the path in the script, rather than the path on the target (`/usr/bin/python`).

This fixes that.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python, python-*: use default prefix for host install</title>
<updated>2016-10-03T22:59:37Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2016-10-03T16:57:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=205ee41506306811e7ea33e46a75861e3cf55551'/>
<id>urn:sha1:205ee41506306811e7ea33e46a75861e3cf55551</id>
<content type='text'>
Also fixes a few incorrect "$(STAGING_DIR_HOST)/host" paths.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>python-setuptools: upgrade to version 27.2.0</title>
<updated>2016-09-19T12:38:24Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2016-09-19T12:38:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e180eaeb2ef164f896ff18cae40bc432f9e1cec8'/>
<id>urn:sha1:e180eaeb2ef164f896ff18cae40bc432f9e1cec8</id>
<content type='text'>
It's a bit weird fixing a build error with an upgrade,
but it seems to work on my setup.
Hopefully, builbot agrees.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-setuptools: upgrade to version 27.1.2</title>
<updated>2016-09-13T13:00:19Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2016-09-13T12:47:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=69e28f9916691dc580a522b02ce03e3880dfcecc'/>
<id>urn:sha1:69e28f9916691dc580a522b02ce03e3880dfcecc</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-setuptools: upgrade to version 22.0.5</title>
<updated>2016-06-04T09:49:44Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2016-06-04T09:13:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=97a85b3b53ccff30d5573dbffd247f25e0e48574'/>
<id>urn:sha1:97a85b3b53ccff30d5573dbffd247f25e0e48574</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-setuptools: upgrade to version 20.7.0</title>
<updated>2016-04-14T11:32:21Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2016-04-14T11:32:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6255aa959dd6e22854dca5f4129898d7896db890'/>
<id>urn:sha1:6255aa959dd6e22854dca5f4129898d7896db890</id>
<content type='text'>
python-setuptools releases more often than my preference.
Every once in a while I sync up with the latest released.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>This fixes parallel builds</title>
<updated>2016-03-31T19:22:25Z</updated>
<author>
<name>zyxmon</name>
</author>
<published>2016-03-30T13:53:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e1ec29c9df4be258a3a56fd741ec328c3a67edc7'/>
<id>urn:sha1:e1ec29c9df4be258a3a56fd741ec328c3a67edc7</id>
<content type='text'>
python-setuptools/host needs python-package.mk and python-host.mk files that are installed by python (non host build - InstallDev)
Signed-off-by: Andrey Sechin &lt;zyxmon@gmail.com&gt;
</content>
</entry>
</feed>
