summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
* [svn r2588] small setup simplificationscoder2007-07-031-2/+2
| | | | | --HG-- branch : trunk
* [svn r2585] fixed imports in setup.pyscoder2007-07-031-2/+1
| | | | | --HG-- branch : trunk
* [svn r2546] build with distutils if setuptools are not installedscoder2007-06-291-7/+16
| | | | | --HG-- branch : trunk
* [svn r2445] setuptools version: 0.6c5 is enoughscoder2007-06-121-1/+1
| | | | | --HG-- branch : trunk
* [svn r2443] require setuptools 0.6c6scoder2007-06-121-1/+1
| | | | | --HG-- branch : trunk
* [svn r2094] it's mature, right?scoder2007-02-101-2/+3
| | | | | --HG-- branch : trunk
* [svn r2067] Refactor further:faassen2006-11-221-2/+11
| | | | | | | | | | | | | | | * explicitly list libraries to list in. I don't extract them from xslt-config right now, but we could change this if we wanted. * explicitly have a library_dirs and a include_dirs, to use more of the distutils machinery and less of our own custom hackery. * put the directory setup.py is in on the python path so that it can import setupinfo and versioninfo even when it's called from another directory --HG-- branch : trunk
* [svn r2066] do not require setuptools 0.6 to be installedscoder2006-11-221-1/+1
| | | | | --HG-- branch : trunk
* [svn r2065] added ez_setup.py to support building even when setuptools must ↵scoder2006-11-221-0/+3
| | | | | | | be downloaded first --HG-- branch : trunk
* [svn r2061] Refactored setup.py into multiple files to be more readable and ↵faassen2006-11-221-191/+22
| | | | | | | hackable. --HG-- branch : trunk
* [svn r2060] better handling of -lxslt -> -lexslt additionscoder2006-11-211-7/+13
| | | | | --HG-- branch : trunk
* [svn r2049] download URLscoder2006-11-011-0/+1
| | | | | --HG-- branch : trunk
* [svn r2032] changed --debug option to --debug-gcc (as it only works with gcc ↵scoder2006-10-291-2/+2
| | | | | | | anyway) --HG-- branch : trunk
* [svn r2020] support --debug option in setup.py to pass -g2 to gccscoder2006-10-281-0/+4
| | | | | --HG-- branch : trunk
* [svn r2013] unused PYTHONPATH modification removedscoder2006-10-271-2/+0
| | | | | --HG-- branch : trunk
* [svn r1988] removed --no-local-pyrex option from setup.py again: just delete ↵scoder2006-10-251-4/+1
| | | | | | | the pyrex directory instead --HG-- branch : trunk
* [svn r1984] allow command line option --no-local-pyrex to override a Pyrex ↵scoder2006-10-251-1/+4
| | | | | | | version in src/ --HG-- branch : trunk
* [svn r1983] support adding local Pyrex version to source distributionscoder2006-10-251-0/+2
| | | | | --HG-- branch : trunk
* [svn r1966] URL fixesscoder2006-10-201-1/+1
| | | | | --HG-- branch : trunk
* [svn r1963] easy_install links to developer and bugfix versionsscoder2006-10-191-1/+13
| | | | | --HG-- branch : trunk
* [svn r1865] fix for changelog parser in setup.pyscoder2006-08-101-1/+1
| | | | | --HG-- branch : trunk
* [svn r1856] support '-dev' version scheme prior to alpha versionsscoder2006-08-101-1/+4
| | | | | --HG-- branch : trunk
* [svn r1847] small fix in setup.pyscoder2006-08-081-1/+1
| | | | | --HG-- branch : trunk
* [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.scoder2006-08-081-10/+20
| | | | | --HG-- branch : trunk
* [svn r1573] support for --rpath option in setup.pyscoder2006-06-231-12/+41
| | | | | --HG-- branch : trunk
* [svn r1514] setup.py: allow alpha/beta versions without separating dot ↵scoder2006-06-111-7/+13
| | | | | | | (1.1alpha instead of 1.1.alpha) --HG-- branch : trunk
* [svn r1425] allow passing --without-assert to setup.py to compile without ↵scoder2006-06-061-1/+9
| | | | | | | assertions (requires patched Pyrex) --HG-- branch : trunk
* [svn r1216] automise setting trove devel status (alpha/beta/stable) from ↵scoder2006-05-181-1/+8
| | | | | | | version string --HG-- branch : trunk