Skip to Content.
Sympa Menu

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

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 (98ad2097446c6dec139608cdb5363fa18c054948)
  • Date: Fri, 16 Nov 2007 18:38:27 -0600

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

ChangeLog | 3 +++
python-devel/flup/DEPENDS | 2 ++
python-devel/flup/DETAILS | 14 ++++++++++++++
python-devel/flup/HISTORY | 2 ++
python-devel/flup/INSTALL | 1 +
python-devel/flup/flup-1.0.tar.gz.sig |binary
6 files changed, 22 insertions(+)

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

flup: new spell, random assortment of WSGI servers written by Allan Saddi

diff --git a/ChangeLog b/ChangeLog
index a6e9997..366cd7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-11-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-devel/flup: new spell, assortment of WSGI servers
+
2007-11-15 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* audio-libs/libdiscid: new spell, musicbranz libdiscid

diff --git a/python-devel/flup/DEPENDS b/python-devel/flup/DEPENDS
new file mode 100755
index 0000000..8f99c78
--- /dev/null
+++ b/python-devel/flup/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends setuptools
diff --git a/python-devel/flup/DETAILS b/python-devel/flup/DETAILS
new file mode 100755
index 0000000..ac1d9b7
--- /dev/null
+++ b/python-devel/flup/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=flup
+ VERSION=1.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://www.saddi.com/software/${SPELL}/dist/${SOURCE}
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://www.saddi.com/software/flup/
+ LICENSE[0]=BSD
+ ENTERED=20071117
+ SHORT="Random assortment of WSGI servers"
+cat << EOF
+flup is a collection of modules for the Python Web Server Gateway Interface,
+including support for AJP, FastCGI and SCGI.
+EOF
diff --git a/python-devel/flup/HISTORY b/python-devel/flup/HISTORY
new file mode 100644
index 0000000..6b3b929
--- /dev/null
+++ b/python-devel/flup/HISTORY
@@ -0,0 +1,2 @@
+2007-11-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, INSTALL: spell created
diff --git a/python-devel/flup/INSTALL b/python-devel/flup/INSTALL
new file mode 100755
index 0000000..31793e1
--- /dev/null
+++ b/python-devel/flup/INSTALL
@@ -0,0 +1 @@
+python setup.py install --root "$INSTALL_ROOT/"
diff --git a/python-devel/flup/flup-1.0.tar.gz.sig
b/python-devel/flup/flup-1.0.tar.gz.sig
new file mode 100644
index 0000000..be98c86
Binary files /dev/null and b/python-devel/flup/flup-1.0.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (98ad2097446c6dec139608cdb5363fa18c054948), Vlad Glagolev, 11/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page