summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2011-10-15 18:51:45 +0200
committerFlorian Franzmann2011-10-15 18:51:45 +0200
commit4cf42d20e51254c98c87c23be0a5072e0a1b0265 (patch)
treec2caa98ffaa416ccbccca8168be6c46cf9bfece0
parente1d007404a23e33574aa49b4d4106c31c6f2d4ca (diff)
python-pypi/python-lru: new spell, a LRU implementation for python
-rw-r--r--ChangeLog1
-rwxr-xr-xpython-pypi/python-lru/DEPENDS2
-rwxr-xr-xpython-pypi/python-lru/DETAILS13
-rw-r--r--python-pypi/python-lru/HISTORY4
4 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b52d1aba6..0cbe9a91f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2011-10-15 Florian Franzmann <siflfran@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@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 0000000000..38f2ac0e51
--- /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 0000000000..a528638b46
--- /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 0000000000..5f9f0f1f12
--- /dev/null
+++ b/python-pypi/python-lru/HISTORY
@@ -0,0 +1,4 @@
+2011-10-15 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created, thanks to Hannes Greiner for
+ the spell
+