summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* add more optional depsStefan Behnel2014-02-161-0/+2
|
* fix typo in setup.pyStefan Behnel2014-02-161-1/+1
|
* clean up "extra_require" option setup and add "cssselect" as an optional ↵Stefan Behnel2014-01-311-3/+13
| | | | dependency
* Add 'fast' extra_requireSascha Peilicke2014-01-311-0/+5
| | | | | | | | | | | | | 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
* make Py3.4 as supported for nowStefan Behnel2014-01-121-0/+1
|
* remove 'fake pyrex' files that were needed by setuptools before switching to ↵Stefan Behnel2013-09-271-7/+0
| | | | cythonize()
* re-enable manual egg building by importing setuptools/distribute if availableStefan Behnel2013-03-291-2/+4
|
* set bugtrack URL in setup.py metadataStefan Behnel2013-03-241-0/+1
|
* avoid warning about unknown setup() option during buildStefan Behnel2012-11-231-1/+4
| | | | | --HG-- extra : rebase_source : e4ddf6649d0d8cd722f9dc0f20ae4d5a9564b501
* drop useless setuptools import in setup.py scriptStefan Behnel2012-11-231-16/+2
| | | | | --HG-- extra : rebase_source : ed9d71fa6765ffcb944fb9e81521daa0c8bad0f4
* mark Py3.3 as being supportedStefan Behnel2012-09-261-0/+1
|
* we don't really support Py3.0 anymoreStefan Behnel2012-07-311-1/+0
|
* renamed 'include' package to 'includes' because 'include' is a keyword in CythonStefan Behnel2012-07-301-4/+4
| | | | | | | | | | | | | | | | | | | | | --HG-- rename : src/lxml/include/__init__.py => src/lxml/includes/__init__.py rename : src/lxml/include/c14n.pxd => src/lxml/includes/c14n.pxd rename : src/lxml/include/config.pxd => src/lxml/includes/config.pxd rename : src/lxml/include/dtdvalid.pxd => src/lxml/includes/dtdvalid.pxd rename : src/lxml/include/etree_defs.h => src/lxml/includes/etree_defs.h rename : src/lxml/include/etreepublic.pxd => src/lxml/includes/etreepublic.pxd rename : src/lxml/include/htmlparser.pxd => src/lxml/includes/htmlparser.pxd rename : src/lxml/include/relaxng.pxd => src/lxml/includes/relaxng.pxd rename : src/lxml/include/schematron.pxd => src/lxml/includes/schematron.pxd rename : src/lxml/include/tree.pxd => src/lxml/includes/tree.pxd rename : src/lxml/include/uri.pxd => src/lxml/includes/uri.pxd rename : src/lxml/include/xinclude.pxd => src/lxml/includes/xinclude.pxd rename : src/lxml/include/xmlerror.pxd => src/lxml/includes/xmlerror.pxd rename : src/lxml/include/xmlparser.pxd => src/lxml/includes/xmlparser.pxd rename : src/lxml/include/xmlschema.pxd => src/lxml/includes/xmlschema.pxd rename : src/lxml/include/xpath.pxd => src/lxml/includes/xpath.pxd rename : src/lxml/include/xslt.pxd => src/lxml/includes/xslt.pxd
* always include 'lxml.include' package in build, added .pxd/.h files as ↵Stefan Behnel2012-03-021-13/+6
| | | | package data
* fix Py3 compatibility glitch in setup.pyStefan Behnel2011-11-031-1/+1
| | | | | --HG-- extra : rebase_source : 9c0fd06afb18937cc1f2646daa803fec552e761b
* rst fixStefan Behnel2011-09-251-0/+1
|
* a (mostly) rewrite of the library header file inclusion, also dropping Py2.3 ↵Stefan Behnel2011-08-251-87/+51
| | | | support
* patch that copies headers only if --static isMatteo Bertozzi2011-08-241-15/+132
| | | | | | | | specified, also works with python 2.3. Tested with: LINUX: python setup.py build --static --static-deps install WINDOWS: python setup.py bdist_wininst --static
* doc fixStefan Behnel2011-07-231-4/+4
|
* include public API .pxd/.h files in binary distributionStefan Behnel2011-03-081-5/+23
| | | | | --HG-- branch : trunk
* fix addresses for mailing list, web site, etcStefan Behnel2011-02-151-11/+12
| | | | | --HG-- branch : trunk
* [svn r4525] doc fixscoder2011-02-071-1/+2
| | | | | --HG-- branch : trunk
* [svn r4476] doc updatescoder2010-10-081-3/+6
| | | | | --HG-- branch : trunk
* [svn r4469] Py2.7 is officially supportedscoder2010-09-061-0/+1
| | | | | --HG-- branch : trunk
* [svn r4360] r5491@lenny: sbehnel | 2010-03-02 10:30:15 +0100scoder2010-03-021-0/+2
| | | | | | | lxml 2.3 will have official support for Py3.1.2 and later --HG-- branch : trunk
* [svn r4355] r5481@lenny: sbehnel | 2010-02-28 12:15:02 +0100scoder2010-02-281-1/+1
| | | | | | | link fix --HG-- branch : trunk
* [svn r4305] merge iso-schematron branchscoder2009-12-301-1/+6
| | | | | --HG-- branch : trunk
* [svn r4193] r5209@delle: sbehnel | 2009-08-17 08:12:14 +0200scoder2009-08-171-0/+3
| | | | | | | comments --HG-- branch : trunk
* [svn r4178] r5178@delle: sbehnel | 2009-07-04 10:08:11 +0200scoder2009-07-111-5/+6
| | | | | | | clarification about non-release installations through easy_install --HG-- branch : trunk
* [svn r4140] r5104@delle: sbehnel | 2009-03-27 16:02:40 +0100scoder2009-03-271-1/+1
| | | | | | | URL fix --HG-- branch : trunk
* [svn r4137] r5099@delle: sbehnel | 2009-03-21 21:16:22 +0100scoder2009-03-211-0/+1
| | | | | | | trove identifier: written in Cython --HG-- branch : trunk
* [svn r4115] r5054@delle: sbehnel | 2009-02-22 15:44:15 +0100scoder2009-02-271-2/+2
| | | | | | | mark Py3 exception crash bug fixed in Cython, official support for Python 3.0.1 --HG-- branch : trunk
* [svn r4065] r4950@delle: sbehnel | 2009-01-18 22:07:36 +0100scoder2009-01-181-0/+1
| | | | | | | add trove identifier for HTML --HG-- branch : trunk
* [svn r4047] r4922@delle: sbehnel | 2008-12-12 23:13:57 +0100scoder2008-12-121-1/+7
| | | | | | | prepare release of 2.2beta1 --HG-- branch : trunk
* [svn r3994] r4835@delle: sbehnel | 2008-11-06 22:16:35 +0100scoder2008-11-061-2/+3
| | | | | | | new setup.py option '--static-deps' to trigger a complete download+build of libxml2/xslt as part the static build --HG-- branch : trunk
* [svn r3569] r4024@delle: sbehnel | 2008-04-20 18:31:07 +0200scoder2008-04-201-0/+6
| | | | | | | support running tests from setup.py after build (option --run-tests) --HG-- branch : trunk
* [svn r3498] r3898@delle: sbehnel | 2008-03-28 16:57:37 +0100scoder2008-03-281-1/+1
| | | | | | | cleanup --HG-- branch : trunk
* [svn r3253] r3417@delle: sbehnel | 2008-02-06 10:41:34 +0100scoder2008-02-071-1/+2
| | | | | | | link to project homepage from PyPI --HG-- branch : trunk
* [svn r3116] r3145@delle: sbehnel | 2007-12-19 12:31:40 +0100scoder2007-12-191-1/+1
| | | | | | | require Cython 0.9.6.10 --HG-- branch : trunk
* [svn r2959] Py3 syntax fixes in build scriptsscoder2007-10-101-1/+1
| | | | | --HG-- branch : trunk
* [svn r2903] require Cython 0.9.6.6scoder2007-09-211-1/+1
| | | | | --HG-- branch : trunk
* [svn r2831] drop branch link in pre-releasesscoder2007-09-101-8/+15
| | | | | --HG-- branch : trunk
* [svn r2811] doc clarificationscoder2007-09-021-4/+4
| | | | | --HG-- branch : trunk
* [svn r2800] switch to Cython completely, currently requires fake Pyrex to ↵scoder2007-08-311-10/+16
| | | | | | | satisfy setuptools --HG-- branch : trunk
* [svn r2797] make clear we depend on Cython 0.9.6.5 (no hard build dependency)scoder2007-08-311-1/+1
| | | | | --HG-- branch : trunk
* [svn r2750] integrated lxml.htmlscoder2007-08-181-1/+1
| | | | | --HG-- branch : trunk
* [svn r2718] require Cython 0.9.6.4+ from setuptools (not released yet, so ↵scoder2007-07-311-1/+1
| | | | | | | not activated) --HG-- branch : trunk
* [svn r2716] require Cython 0.9.6.2+scoder2007-07-301-1/+2
| | | | | --HG-- branch : trunk
* [svn r2714] prefer Cython over patched Pyrex in importsscoder2007-07-291-4/+7
| | | | | --HG-- branch : trunk
* [svn r2707] link to bug tracker from cheeseshopscoder2007-07-271-0/+3
| | | | | --HG-- branch : trunk