Skip to Content.
Sympa Menu

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

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 (d0b3f4f834e69072b72ee20ec46132e6981ea7cd)
  • Date: Mon, 31 Jul 2017 19:43:14 +0000

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

ChangeLog | 4 ++++
python-pypi/bjoern/DEPENDS | 3 +++
python-pypi/bjoern/DETAILS | 22 ++++++++++++++++++++++
python-pypi/bjoern/HISTORY | 2 ++
4 files changed, 31 insertions(+)

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

bjoern: new spell, screamingly fast Python WSGI server written in C

diff --git a/ChangeLog b/ChangeLog
index cfd63bc..392e8a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/bjoern: new spell, screamingly fast Python WSGI server
+ written in C
+
2017-07-28 Treeve Jelbert <treeve AT sourcemage.org>
* fuse.gpg: added 3C4E599F Nikolaus Rath <Nikolaus AT rath.org>

diff --git a/python-pypi/bjoern/DEPENDS b/python-pypi/bjoern/DEPENDS
new file mode 100755
index 0000000..e57ce40
--- /dev/null
+++ b/python-pypi/bjoern/DEPENDS
@@ -0,0 +1,3 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
+depends libev
diff --git a/python-pypi/bjoern/DETAILS b/python-pypi/bjoern/DETAILS
new file mode 100755
index 0000000..641316c
--- /dev/null
+++ b/python-pypi/bjoern/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=bjoern
+ VERSION=1.4.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.org/packages/source/b/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:a044067b18aa7ad9159a8682005137afbe99774804da8dddda4a4dab0ab34f52581e6bf9d9a5a7a9a13775408de2b88204f8c9f5a64f7e72bd21fa97d1e52b58
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/jonashaag/bjoern
+ LICENSE[0]=BSD
+ ENTERED=20170731
+ KEYWORDS="python wsgi"
+ SHORT="screamingly fast Python WSGI server written in C"
+cat << EOF
+bjoern is the fastest, smallest and most lightweight WSGI server out there,
+featuring:
+
+- ~ 1000 lines of C code
+- Memory footprint ~ 600KB
+- Single-threaded and without coroutines or other crap
+- Can bind to TCP host:port addresses and Unix sockets
+- Full persistent connection ("keep-alive") support in both HTTP/1.0 and 1.1,
+ including support for HTTP/1.1 chunked responses
+EOF
diff --git a/python-pypi/bjoern/HISTORY b/python-pypi/bjoern/HISTORY
new file mode 100644
index 0000000..853a5bb
--- /dev/null
+++ b/python-pypi/bjoern/HISTORY
@@ -0,0 +1,2 @@
+2017-07-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 1.4.3



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d0b3f4f834e69072b72ee20ec46132e6981ea7cd), Vlad Glagolev, 07/31/2017

Archive powered by MHonArc 2.6.24.

Top of Page