Skip to Content.
Sympa Menu

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

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 (eb326ec6513ba0ca50225352eed5cf69c86b1d67)
  • Date: Sun, 13 Jan 2008 17:06:58 -0600

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

python-pypi/cherrypy/DEPENDS | 1 +
python-pypi/cherrypy/DETAILS | 21 +++++++++++----------
python-pypi/cherrypy/HISTORY | 4 ++++
python-pypi/cherrypy/PREPARE | 2 +-
4 files changed, 17 insertions(+), 11 deletions(-)

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

cherrypy: updated to 3.0.3, added missing main dep -- python, cleaned up,
word wrapped, renamed CP_VER => BRANCH

diff --git a/python-pypi/cherrypy/DEPENDS b/python-pypi/cherrypy/DEPENDS
index d38a40b..6403ccf 100755
--- a/python-pypi/cherrypy/DEPENDS
+++ b/python-pypi/cherrypy/DEPENDS
@@ -1,3 +1,4 @@
+depends python &&
depends setuptools &&

optional_depends flup "" "" "for WSGI-enabled webserver or adapter support"
diff --git a/python-pypi/cherrypy/DETAILS b/python-pypi/cherrypy/DETAILS
index 45141c2..fe3fa69 100755
--- a/python-pypi/cherrypy/DETAILS
+++ b/python-pypi/cherrypy/DETAILS
@@ -1,8 +1,8 @@
SPELL=cherrypy
SPELLX=CherryPy
-if [[ "$CP_VER" == "3.x" ]];then
- VERSION=3.0.2
-
SOURCE_HASH=sha512:12e4969acd16c91559979751e544b95e99455e9359ad0050081dfcb3e7e3dda5960c9f49f0121114311b5c7f6c3772aed3b4e17f880f702f884a30bd0428d801
+if [[ $BRANCH == 3 ]]; then
+ VERSION=3.0.3
+
SOURCE_HASH=sha512:e0d2c55f8ddbef75340324379e823677d26b1f3927360ce98953e5d68cf7533b59bfa23d619b5b29b09e2ae1ce1f6f9d616a632cc3618022c9ca90b8ed9ca25c
else
VERSION=2.2.1

SOURCE_HASH=sha512:7b30a376891191240651ce14490aec373c50e27638e737ce9459128d9f59333c263ffac81d9ed99033b89aaf27fdef5c85ec6acbdc469eb61339193f51b403b0
@@ -17,11 +17,12 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
SHORT="a pythonic, object-oriented web development framework"
cat << EOF
CherryPy is a pythonic, object-oriented web development framework.
-
- CherryPy allows developers to build web applications in much the same way
they would build
-any other object-oriented Python program. This usually results in smaller
source code
-developed in less time.
-
- CherryPy is now more than three years old and it is has proven very fast
and stable. It is
-being used in production by many sites, from the simplest ones to the most
demanding ones.
+
+CherryPy allows developers to build web applications in much the same way
+they would build any other object-oriented Python program. This usually
+results in smaller source code developed in less time.
+
+CherryPy is now more than three years old and it is has proven very fast
+and stable. It is being used in production by many sites, from the
+simplest ones to the most demanding ones.
EOF
diff --git a/python-pypi/cherrypy/HISTORY b/python-pypi/cherrypy/HISTORY
index 1ba29ff..47902d4 100644
--- a/python-pypi/cherrypy/HISTORY
+++ b/python-pypi/cherrypy/HISTORY
@@ -1,3 +1,7 @@
+2008-01-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated CP_VER=3.x to 3.0.3, fixed long description wrap,
+ renamed some vars: CP_VER => BRANCH
+
2007-11-19 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: moved `SHORT='
* DEPENDS: added `flup' as optional to support
diff --git a/python-pypi/cherrypy/PREPARE b/python-pypi/cherrypy/PREPARE
index 0481143..288da3f 100755
--- a/python-pypi/cherrypy/PREPARE
+++ b/python-pypi/cherrypy/PREPARE
@@ -1 +1 @@
-config_query_list CP_VER "which version?" 3.x 2.x
+config_query_list BRANCH "which version?" 3 2




Archive powered by MHonArc 2.6.24.

Top of Page