Skip to Content.
Sympa Menu

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

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 (96bdce10da7f1a70c83ea3671835acc1e007c1db)
  • Date: Sat, 11 May 2019 11:34:34 +0000

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

ChangeLog | 3 +++
python-pypi/wsgibrotli/DEPENDS | 3 +++
python-pypi/wsgibrotli/DETAILS | 16 ++++++++++++++++
python-pypi/wsgibrotli/HISTORY | 2 ++
4 files changed, 24 insertions(+)

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

wsgibrotli: new spell, Brotli compression WSGI middleware

diff --git a/ChangeLog b/ChangeLog
index 450880b..471eafc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-05-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/wsgibrotli: new spell, Brotli compression WSGI
middleware
+
2019-05-10 Treeve Jelbert <treeve AT sourcemage.org>
* gnu.gpg: add Nikos Mavrogiannopoulos <nmav AT gnutls.org>

diff --git a/python-pypi/wsgibrotli/DEPENDS b/python-pypi/wsgibrotli/DEPENDS
new file mode 100755
index 0000000..bae6261
--- /dev/null
+++ b/python-pypi/wsgibrotli/DEPENDS
@@ -0,0 +1,3 @@
+depends PYTHON &&
+depends SETUPTOOLS &&
+depends brotli
diff --git a/python-pypi/wsgibrotli/DETAILS b/python-pypi/wsgibrotli/DETAILS
new file mode 100755
index 0000000..dfd9aa8
--- /dev/null
+++ b/python-pypi/wsgibrotli/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=wsgibrotli
+ VERSION=0.0.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.org/packages/source/w/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:f2d6e8d483b79d6f401fe7bdfd591284f7ca49806cf7c7c9282833befd7145889144e1f26d23badc26036fc2975c15807e45212f29133d2b5915f6b2940645d8
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ GATHER_DOCS=off
+ WEB_SITE=https://github.com/vaygr/wsgibrotli
+ LICENSE[0]=MIT
+ LICENSE[1]=BSD
+ KEYWORDS="wsgi brotli"
+ ENTERED=20190511
+ SHORT="Brotli compression WSGI middleware"
+cat << EOF
+wsgibrotli is a Brotli compression WSGI middleware.
+EOF
diff --git a/python-pypi/wsgibrotli/HISTORY b/python-pypi/wsgibrotli/HISTORY
new file mode 100644
index 0000000..d329396
--- /dev/null
+++ b/python-pypi/wsgibrotli/HISTORY
@@ -0,0 +1,2 @@
+2019-05-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.0.1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (96bdce10da7f1a70c83ea3671835acc1e007c1db), Vlad Glagolev, 05/11/2019

Archive powered by MHonArc 2.6.24.

Top of Page