Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (4cf42d20e51254c98c87c23be0a5072e0a1b0265)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (4cf42d20e51254c98c87c23be0a5072e0a1b0265)
  • Date: Sat, 15 Oct 2011 11:52:25 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 1 +
python-pypi/python-lru/DEPENDS | 2 ++
python-pypi/python-lru/DETAILS | 13 +++++++++++++
python-pypi/python-lru/HISTORY | 4 ++++
4 files changed, 20 insertions(+)

New commits:
commit 4cf42d20e51254c98c87c23be0a5072e0a1b0265
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-lru: new spell, a LRU implementation for python

diff --git a/ChangeLog b/ChangeLog
index 1b52d1a..0cbe9a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2011-10-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/haskell-deepseq: new spell, deep evaluation of data
structures
* haskell/haskell-random: new spell, a random number library
+ * python-pypi/python-lru: new spell, a LRU implementation for python

2011-10-15 Ladislav Hagara <hgr AT vabo.cz>
* crypto/tthsum: new spell, generates or checks TTH message digests
diff --git a/python-pypi/python-lru/DEPENDS b/python-pypi/python-lru/DEPENDS
new file mode 100755
index 0000000..38f2ac0
--- /dev/null
+++ b/python-pypi/python-lru/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends extrautils
diff --git a/python-pypi/python-lru/DETAILS b/python-pypi/python-lru/DETAILS
new file mode 100755
index 0000000..a528638
--- /dev/null
+++ b/python-pypi/python-lru/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=python-lru
+ VERSION=0.4
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:f48fefc5492bd6989cb4999bd59043c4684338df26df6c5d15b064c31611c4d29a2bfb2c91bfedf1df3e3953f06b606baa2f6c86fef1bdb165b92ff6dfbf37df
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://liw.fi/lru";
+ LICENSE[0]=GPL
+ ENTERED=20110329
+ SHORT="a pure-Python implementation of an LRU cache"
+cat << EOF
+a pure-Python implementation of an LRU cache
+EOF
diff --git a/python-pypi/python-lru/HISTORY b/python-pypi/python-lru/HISTORY
new file mode 100644
index 0000000..5f9f0f1
--- /dev/null
+++ b/python-pypi/python-lru/HISTORY
@@ -0,0 +1,4 @@
+2011-10-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created, thanks to Hannes Greiner for
+ the spell
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (4cf42d20e51254c98c87c23be0a5072e0a1b0265), Florian Franzmann, 10/15/2011

Archive powered by MHonArc 2.6.24.

Top of Page