aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* setup.py: Mention Jinja and CherryPy as requirementsW. Trevor King2013-01-231-1/+4
| | | | | | | | | | | | | | | | Unfortunately, none of the current Python installation tools (easy_install, pip, others?) actaully use the `Requires` field that this populates [1,2], and it's gone since PEP 345, replaced by `Requires-Dist` [2,3,4]. Eventually a new packaging library (distutils2, packaging, distlib, ...) will land in the Python standard library and we can use whatever interface it provides for specifying dependencies [5]. [1]: http://blog.doughellmann.com/2007/11/requiring-packages-with-distutils.html [2]: http://ziade.org/2010/02/10/pep-345-and-386-accepted-summary-of-changes/ [3]: http://www.python.org/dev/peps/pep-0345/#requires-dist-multiple-use [4]: http://www.python.org/dev/peps/pep-0426/#requires-dist-multiple-use [5]: http://ncoghlan_devs-python-notes.readthedocs.org/en/latest/pep_ideas/core_packaging_api.html
* setup.py: flesh out setup in preparation for PyPI postingW. Trevor King2012-10-251-1/+29
|
* setup.py: change setup.py name to something more PyPI friendly.W. Trevor King2012-10-251-1/+1
|
* setup.py: don't put the date in the setup.py version (PyPI gets mad).W. Trevor King2012-10-251-1/+1
|
* setup.py: make libbe._version optional.W. Trevor King2012-10-251-3/+4
| | | | | | | | | | | | | | | | | | | Thanks to Timmie for pointing this out: From: Timmie <timmichelsen@gmx-topmail.de> Date: Thu, 25 Oct 2012 09:42:23 +0000 (UTC) Subject: Re: [Be-devel] NotImplementedError with Bazaar ... I notices the following glichtes during the install: D:\be-be-master\be-be>python setup.py install WARNING:root:unable to import libbe._version: No module named _version Traceback (most recent call last): File "setup.py", line 6, in <module> from libbe import _version, version ImportError: cannot import name _version ...
* Cherrypick a better version string for setup.py from Niall Douglas.Niall Douglas (a [underscors] sourceforge {at} nedprod [dot] com)2012-02-241-2/+2
| | | | | | | | | | | | | | | WTK: This is a small part of Niall's commit 7f7a7738bcbcfd06a026f2985c1823a4ba5eb55b Author: Niall Douglas ... Date: Tue Feb 21 20:35:28 2012 +0000 Several hacks to make BE compatible with bbfreeze and therefore compilable into a self contained directory I cleaned up his string construction, which was originally version.version()+" ("+rev_date+")"
* Allow command line overrides for built documentation.W. Trevor King2010-10-221-3/+9
| | | | | | | For example, to install without documentation, use: $ make DOC= install which overrides Makefile's default DOC definition, setting it to the empty string.
* Little fix to setup.pyGianluca2010-06-241-2/+2
| | | | | | | I applied Gianluca's patch, but used "revision" in both the Makefile command for _version.py and setup.py, rather than using "revision_id" in both places. With Git, there is no longer a need to distinguish revision IDs from revision numbers.
* Moved manpage source doc/src to doc/manW. Trevor King2010-02-051-1/+1
|
* Reorganized documentation to clean doc/ for user-readable filesW. Trevor King2010-01-231-1/+1
|
* Update setup.py to install submodules.W. Trevor King2010-01-151-1/+8
|
* Moved be to libbe.ui.command_line and transitioned to Command format.W. Trevor King2009-12-121-2/+2
|
* Updated setup.py url and switched to rolling version names.W. Trevor King2009-07-141-2/+6
|
* Apply patches from j@oil21.org, Ben Finney, Jelmer Vernooij.Chris Ball2008-05-161-0/+3
|\
| * Make setup.py executable.Jelmer Vernooij2008-05-141-0/+0
|/
* Adjust version number in setup.py, so we don't hit 205 prematurely :-)Aaron Bentley2006-04-061-1/+1
|
* Install the be script.Marien Zwart2006-04-051-0/+1
|
* Add setup.pyMarien Zwart2006-04-051-0/+11