Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2cb6e5a6c72bfbdb00d1c33095a1aa8fdfef5266)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2cb6e5a6c72bfbdb00d1c33095a1aa8fdfef5266)
  • Date: Sun, 18 Nov 2007 16:16:45 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-devel/cherrypy/DEPENDS | 4 +++-
python-devel/cherrypy/DETAILS | 2 +-
python-devel/cherrypy/HISTORY | 7 ++++++-
3 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 2cb6e5a6c72bfbdb00d1c33095a1aa8fdfef5266
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cherrypy: 2.x <-> 3.x, added flup optionally for WSGI-stuff, cleaned up

diff --git a/python-devel/cherrypy/DEPENDS b/python-devel/cherrypy/DEPENDS
index 54f5789..d38a40b 100755
--- a/python-devel/cherrypy/DEPENDS
+++ b/python-devel/cherrypy/DEPENDS
@@ -1 +1,3 @@
-depends setuptools
+depends setuptools &&
+
+optional_depends flup "" "" "for WSGI-enabled webserver or adapter support"
diff --git a/python-devel/cherrypy/DETAILS b/python-devel/cherrypy/DETAILS
index afbf52e..45141c2 100755
--- a/python-devel/cherrypy/DETAILS
+++ b/python-devel/cherrypy/DETAILS
@@ -14,7 +14,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
LICENSE[0]=BSD
ENTERED=20051016
KEYWORDS="web python devel"
-SHORT="a pythonic, object-oriented web development framework"
+ SHORT="a pythonic, object-oriented web development framework"
cat << EOF
CherryPy is a pythonic, object-oriented web development framework.

diff --git a/python-devel/cherrypy/HISTORY b/python-devel/cherrypy/HISTORY
index 983a870..1ba29ff 100644
--- a/python-devel/cherrypy/HISTORY
+++ b/python-devel/cherrypy/HISTORY
@@ -1,3 +1,9 @@
+2007-11-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: moved `SHORT='
+ * DEPENDS: added `flup' as optional to support
+ WSGI-stuff like [Fast|S]CGI, mod_python, etc.
+ * PREPARE: 2.x <-> 3.x
+
2007-08-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.2

@@ -51,4 +57,3 @@
* DETAILS: version 2.1.0-rc2
* BUILD, DEPENDS: added
spell created
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2cb6e5a6c72bfbdb00d1c33095a1aa8fdfef5266), Vlad Glagolev, 11/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page