Skip to Content.
Sympa Menu

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

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 (4f3e6874a119bb78007f551344dc6797c28012d5)
  • Date: Tue, 8 May 2018 13:57:29 +0000

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

ChangeLog | 4 ++++
python-pypi/py-leveldb/DEPENDS | 3 +++
python-pypi/py-leveldb/DETAILS | 14 ++++++++++++++
python-pypi/py-leveldb/HISTORY | 2 ++
4 files changed, 23 insertions(+)

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

py-leveldb: new spell, thread-safe Python bindings for LevelDB

diff --git a/ChangeLog b/ChangeLog
index eb93dc0..188bdce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-05-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/py-leveldb: new spell, thread-safe Python bindings for
+ LevelDB
+
2018-06-07 Treeve Jelbert <treeve AT sourcemage.org>
+ wget.gpg: add Tim Rühsen <tim.ruehsen AT gmx.de>

diff --git a/python-pypi/py-leveldb/DEPENDS b/python-pypi/py-leveldb/DEPENDS
new file mode 100755
index 0000000..342d3ef
--- /dev/null
+++ b/python-pypi/py-leveldb/DEPENDS
@@ -0,0 +1,3 @@
+depends -sub CXX gcc &&
+depends PYTHON &&
+depends SETUPTOOLS
diff --git a/python-pypi/py-leveldb/DETAILS b/python-pypi/py-leveldb/DETAILS
new file mode 100755
index 0000000..c871591
--- /dev/null
+++ b/python-pypi/py-leveldb/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=py-leveldb
+ SPELLX=${SPELL/py-/}
+ VERSION=0.194
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.org/packages/source/l/${SPELLX}/${SOURCE}
+
SOURCE_HASH=sha512:0a67499d1bac74e866fb2d13d4e31b2c2a25205064b29064baa23c2edc0cd98e097c525ad6b8b3adb92091b8b9102bf18ce08ef4d2eb932144287aedb9b708be
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=https://code.google.com/archive/p/py-leveldb/
+ ENTERED=20180508
+ LICENSE[0]=BSD
+ SHORT="thread-safe Python bindings for LevelDB"
+cat << EOF
+py-leveldb is Python bindings for LevelDB database library.
+EOF
diff --git a/python-pypi/py-leveldb/HISTORY b/python-pypi/py-leveldb/HISTORY
new file mode 100644
index 0000000..2ee330f
--- /dev/null
+++ b/python-pypi/py-leveldb/HISTORY
@@ -0,0 +1,2 @@
+2018-05-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.194



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4f3e6874a119bb78007f551344dc6797c28012d5), Vlad Glagolev, 05/08/2018

Archive powered by MHonArc 2.6.24.

Top of Page