summaryrefslogtreecommitdiff
path: root/SetupConfig.py
Commit message (Collapse)AuthorAgeFilesLines
* Only use entry_points if we're on Windows; hopefully this corrects kb@'s issuesR. Tyler Ballance2009-09-011-7/+10
|
* Fix SetupConfig to reflect the rename of the package directoryR. Tyler Ballance2009-09-011-1/+1
|
* Remove cheetah.bat file now that setuptools will generate .exe filesJames Abbatiello2009-08-251-4/+0
|
* Merge branch 'next' of git://github.com/rtyler/cheetah into nextJames Abbatiello2009-08-241-11/+17
|\
| * Move src/c/ to cheetah/c/ and update SetupConfig.py appropraitelyR. Tyler Ballance2009-08-141-4/+4
| |
| * Merge branch 'next' into performanceR. Tyler Ballance2009-08-141-5/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Left some rename conflicts partially unresolved, need to move src/c/ to cheetah/c/ in the next commit Conflicts: SetupConfig.py cheetah/_namemapper.c src/_namemapper.c src/c/_namemapper.c
| * | Add cheetah.bat for WindowsJames Abbatiello2009-06-281-0/+3
| | |
| * | Minor tweak to SetupConfig formatR. Tyler Ballance2009-06-281-3/+5
| | | | | | | | | Signed-off-by: James Abbatiello <abbeyj@gmail.com>
| * | Build all C-extensions by default, win32 be damned! (abbeyj@'s helping there)R. Tyler Ballance2009-06-281-14/+8
| | | | | | | | | Signed-off-by: James Abbatiello <abbeyj@gmail.com>
| * | Start building out a C-based Filters module for kicksR. Tyler Ballance2009-06-211-0/+2
| | |
| * | Add the beginnings of work on a VerifyType C moduleR. Tyler Ballance2009-06-211-2/+5
| | | | | | | | | | | | | | | This should help improve performance for dynamic compilation, still highly experimental right now
| * | Move _namemapper.c into a c/ directory for other C modulesR. Tyler Ballance2009-06-211-1/+1
| | |
* | | Have setuptools generate .exe wrappers for scripts on WindowsJames Abbatiello2009-08-041-0/+8
| |/ |/|
* | Rename the root package to "cheetah" instead of "src" to follow more ↵R. Tyler Ballance2009-07-161-4/+4
| | | | | | | | conventional python package naming
* | Prune the contrib package which should have been removed when the markdown ↵R. Tyler Ballance2009-07-161-1/+0
|/ | | | module was added as a setuptools dependency
* Provide a means of bypassing setuptools when installing CheetahR. Tyler Ballance2009-06-151-8/+8
| | | | | | | By running `CHEETAH_INSTALL_WITHOUT_SETUPTOOLS=1 python setup.py install` you can revert to distutils functionality for your install process Signed-off-by: R. Tyler Ballance <tyler@slide.com>
* Remove the contributed markdown module, rely on setuptools to install the ↵R. Tyler Ballance2009-06-091-1/+9
| | | | | | | dependency for us Change suggested by Arnaud Fontaine <arnau@debian.org> Signed-off-by: R. Tyler Ballance <tyler@slide.com>
* Merge branch 'master' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-06-011-4/+4
|\
| * Update references to communitycheetah.org -> cheetahtemplate.orgR. Tyler Ballance2009-06-011-4/+4
| | | | | | | | Signed-off-by: R. Tyler Ballance <tyler@slide.com>
| * Forgot to change the package name, silly mev2.2.0R. Tyler Ballance2009-05-171-1/+1
| | | | | | | | Signed-off-by: R. Tyler Ballance <tyler@slide.com>
* | Correct the name of the package for setup-tools to useR. Tyler Ballance2009-05-151-1/+1
|/ | | | Signed-off-by: R. Tyler Ballance <tyler@slide.com>
* Update link to CHANGES on the PyPI listingR. Tyler Ballance2009-04-161-1/+1
| | | | Signed-off-by: R. Tyler Ballance <tyler@slide.com>
* Revert "Change the package name"R. Tyler Ballance2009-04-161-1/+1
| | | | | | | | | | Now I remember why I cannot do this: Registering Cheetah to http://pypi.python.org/pypi Server response (403): You are not allowed to store 'Cheetah' package information tyler@grapefruit:~/source/github/cheetah> This reverts commit 1c42c232c419001116a099e4a49032231fff38fe.
* Change the package nameR. Tyler Ballance2009-04-161-1/+1
| | | | Signed-off-by: R. Tyler Ballance <tyler@slide.com>
* Update SetupConfig.py to include the new markdown packagesR. Tyler Ballance2009-04-051-0/+2
| | | | Signed-off-by: R. Tyler Ballance <tyler@slide.com>
* Merge branch 'master' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-04-031-44/+6
|\
| * Something about the Praise section was breaking the cheeseshop ↵R. Tyler Ballance2009-04-031-32/+0
| | | | | | | | | | | | reStructuredText parser Signed-off-by: R. Tyler Ballance <tyler@slide.com>
| * Update SetupConfig.py for submission of Cheetah Community Edition to the ↵R. Tyler Ballance2009-04-031-12/+6
| | | | | | | | | | | | | | | | cheeseshop Mmmm packages Signed-off-by: R. Tyler Ballance <tyler@slide.com>
* | Move Cheetah off the imported optik parser in favor of the Python builtin ↵R. Tyler Ballance2009-03-291-1/+0
|/ | | | | | optparse module Signed-off-by: R. Tyler Ballance <tyler@slide.com>
* classifierstavis_rudd2006-02-031-2/+2
|
* added new Cheetah.Macros packagetavis_rudd2006-01-311-0/+1
|
* updated descriptionstavis_rudd2006-01-151-8/+65
|
* added classifierstavis_rudd2006-01-011-1/+17
|
* new source for version stringtavis_rudd2005-01-061-1/+1
|
* moved from site-packages/Webware/Cheetah to just site-packages/Cheetahtavis_rudd2002-10-051-1/+1
|
* Add Cheetah.Utils.optik to list of installable packages.hierro2002-08-241-0/+1
|
* implemented the 'cheetah' wrapper script and refactoredtavis_rudd2002-03-071-0/+1
| | | | unittest_local_copy.TestProgram a bit
* made the install work with or without the WebwareExp packagetavis_rudd2002-03-021-1/+2
|
* fixed path problem for NT compilationtavis_rudd2002-02-251-1/+7
|
* fixed 'import Version' synchronization bugtavis_rudd2002-01-211-1/+1
|
* *** empty log message ***tavis_rudd2001-11-251-1/+0
|
* New package Cheetah.Utils.hierro2001-11-081-0/+1
|
* further merges of the DEVEL_BRANCH codetavis_rudd2001-10-101-0/+37