<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/files/config.site, 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-05-17T13:51:14Z</updated>
<entry>
<title>python packages: move all things python under lang/python</title>
<updated>2017-05-17T13:51:14Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2017-05-17T13:45:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=68312f49c0b4456e665ed438a86a44738caa765a'/>
<id>urn:sha1:68312f49c0b4456e665ed438a86a44738caa765a</id>
<content type='text'>
I admit this may be be a bit aggressive, but the lang
folder is getting cluttered/filled up with Python, PHP, Perl,
Ruby, etc. packages.

Makes sense to try to group them into per-lang folders.

I took the Pythons.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python: add ac_cv_buggy_getaddrinfo=no to config.site file</title>
<updated>2014-10-17T13:39:26Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2014-10-17T13:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8122954aff030b1048b6149168aca812ef5f51ee'/>
<id>urn:sha1:8122954aff030b1048b6149168aca812ef5f51ee</id>
<content type='text'>
Required when IPv6 support gets enabled.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python: upgrade to version 2.7.8</title>
<updated>2014-10-15T13:49:49Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2014-10-15T07:13:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=02ad9c19154973f0d8550ae542c63b436645ad91'/>
<id>urn:sha1:02ad9c19154973f0d8550ae542c63b436645ad91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename folder to python3</title>
<updated>2014-10-13T10:20:34Z</updated>
<author>
<name>Agent 42</name>
</author>
<published>2014-10-13T10:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5e3393cf945a9b66cb7b37e58b9dda4cff3faaa2'/>
<id>urn:sha1:5e3393cf945a9b66cb7b37e58b9dda4cff3faaa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: upgrade to version 3.4.1</title>
<updated>2014-10-06T18:07:31Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2014-09-26T13:50:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7bf1ae65a89e380ce20ef5ab13b1a7276d6f7047'/>
<id>urn:sha1:7bf1ae65a89e380ce20ef5ab13b1a7276d6f7047</id>
<content type='text'>
Some notes:
- Python 3 (at least version 3.4) is pretty cross-compiler-friendly,
  so a lot of patches were thrown away.
- Arguments below were moved to ./files/config.site file, and disabled
      ac_cv_have_chflags=no \
      ac_cv_have_lchflags=no \
      ac_cv_py_format_size_t=no \
      ac_cv_have_long_long_format=yes \
      ac_cv_buggy_getaddrinfo=no \
- --without-ensurepip added, because the build wants to ensure that
  it works; that's a good idea, but for now, it requires special
  setup, and we can do that later
- --without-pymalloc added, becase in Python 3, modules are suffixed
  with m; e.g. so some paths are python3.4m instead of python3.4
  all this is detailed here:
         http://legacy.python.org/dev/peps/pep-3149/
  Maybe it will be a good idea to re-add this back

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
</feed>
