<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/setup.py, branch lxml-3.4</title>
<subtitle>github.com: lxml/lxml.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/'/>
<entry>
<title>make setup.py fail hard for unsupported Python versions</title>
<updated>2014-03-22T14:41:23+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-03-22T14:41:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=eef17bd644e08da28fec308d7afbd7ac61ec39d7'/>
<id>eef17bd644e08da28fec308d7afbd7ac61ec39d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add more optional deps</title>
<updated>2014-02-16T11:20:50+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-02-16T11:20:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=372e712e389b16667e4a85f22f378fd454a08690'/>
<id>372e712e389b16667e4a85f22f378fd454a08690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo in setup.py</title>
<updated>2014-02-16T11:15:55+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-02-16T11:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=291a8e9b151c64e6152f652aaf4d3b741e5326a5'/>
<id>291a8e9b151c64e6152f652aaf4d3b741e5326a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up "extra_require" option setup and add "cssselect" as an optional dependency</title>
<updated>2014-01-31T14:03:21+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-01-31T14:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=f601d017a344b337c071c9ebbcb9684e52055d59'/>
<id>f601d017a344b337c071c9ebbcb9684e52055d59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'fast' extra_require</title>
<updated>2014-01-31T12:10:38+00:00</updated>
<author>
<name>Sascha Peilicke</name>
<email>saschpe@gmx.de</email>
</author>
<published>2014-01-31T12:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=25e349c27987e4fe9d342371b374812f266e3d4e'/>
<id>25e349c27987e4fe9d342371b374812f266e3d4e</id>
<content type='text'>
Allows other projects to demand a Cython-compiled lxml without having to
add Cython to their own list of dependencies. By specifying
extra_require, other projects just have to add this to their setup.py:

    install_requires = ["lxml[fast]"],

They don't need to track the correct version anymore. And they don't
need to fix should lxml move to Shed_Skin or another Py-to-C compiler.

See http://pythonhosted.org/setuptools/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows other projects to demand a Cython-compiled lxml without having to
add Cython to their own list of dependencies. By specifying
extra_require, other projects just have to add this to their setup.py:

    install_requires = ["lxml[fast]"],

They don't need to track the correct version anymore. And they don't
need to fix should lxml move to Shed_Skin or another Py-to-C compiler.

See http://pythonhosted.org/setuptools/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies
</pre>
</div>
</content>
</entry>
<entry>
<title>make Py3.4 as supported for now</title>
<updated>2014-01-12T14:25:42+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-01-12T14:25:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=2b4675e6dcbe47cc826a83e834e0319bdcf89d84'/>
<id>2b4675e6dcbe47cc826a83e834e0319bdcf89d84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove 'fake pyrex' files that were needed by setuptools before switching to cythonize()</title>
<updated>2013-09-27T19:17:04+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-09-27T19:17:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=66357e3a89f66182502b3a8fd67789f792026711'/>
<id>66357e3a89f66182502b3a8fd67789f792026711</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>re-enable manual egg building by importing setuptools/distribute if available</title>
<updated>2013-03-29T21:36:20+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-03-29T21:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=3cdcb4f9e09577b85941da08cda9648d83004593'/>
<id>3cdcb4f9e09577b85941da08cda9648d83004593</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set bugtrack URL in setup.py metadata</title>
<updated>2013-03-24T09:22:21+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-03-24T09:22:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=73e30e4cc23dc30805a4ca0cb2870a9e2f7fc0d3'/>
<id>73e30e4cc23dc30805a4ca0cb2870a9e2f7fc0d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid warning about unknown setup() option during build</title>
<updated>2012-11-23T21:47:17+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-11-23T21:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=cec0f39ba3c37d25d74379aba76f809b9cca64b3'/>
<id>cec0f39ba3c37d25d74379aba76f809b9cca64b3</id>
<content type='text'>
--HG--
extra : rebase_source : e4ddf6649d0d8cd722f9dc0f20ae4d5a9564b501
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : e4ddf6649d0d8cd722f9dc0f20ae4d5a9564b501
</pre>
</div>
</content>
</entry>
</feed>
