pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-lru-dict devel/py-lru-dict: Import version 1.1.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/7df9d7bed598
branches: trunk
changeset: 372080:7df9d7bed598
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Nov 27 23:28:37 2017 +0000
description:
devel/py-lru-dict: Import version 1.1.6
A fixed size dict like container which evicts Least Recently Used
(LRU) items once size limit is exceeded. There are many python
implementations available which does similar things. This is a fast
and efficient C implementation. LRU maximum capacity can be modified
at run-time.
diffstat:
devel/py-lru-dict/DESCR | 5 +++++
devel/py-lru-dict/Makefile | 16 ++++++++++++++++
devel/py-lru-dict/PLIST | 6 ++++++
devel/py-lru-dict/distinfo | 6 ++++++
4 files changed, 33 insertions(+), 0 deletions(-)
diffs (49 lines):
diff -r 0b31d68cd2b6 -r 7df9d7bed598 devel/py-lru-dict/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lru-dict/DESCR Mon Nov 27 23:28:37 2017 +0000
@@ -0,0 +1,5 @@
+A fixed size dict like container which evicts Least Recently Used
+(LRU) items once size limit is exceeded. There are many python
+implementations available which does similar things. This is a fast
+and efficient C implementation. LRU maximum capacity can be modified
+at run-time.
diff -r 0b31d68cd2b6 -r 7df9d7bed598 devel/py-lru-dict/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lru-dict/Makefile Mon Nov 27 23:28:37 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/11/27 23:28:37 minskim Exp $
+
+DISTNAME= lru-dict-1.1.6
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=l/lru-dict/}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://github.com/amitdev/lru-dict
+COMMENT= Dict-like LRU container
+LICENSE= mit
+
+USE_LANGUAGES= c
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0b31d68cd2b6 -r 7df9d7bed598 devel/py-lru-dict/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lru-dict/PLIST Mon Nov 27 23:28:37 2017 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2017/11/27 23:28:37 minskim Exp $
+${PYSITELIB}/lru.so
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff -r 0b31d68cd2b6 -r 7df9d7bed598 devel/py-lru-dict/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lru-dict/distinfo Mon Nov 27 23:28:37 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/11/27 23:28:37 minskim Exp $
+
+SHA1 (lru-dict-1.1.6.tar.gz) = c3f5743617f097132b231b0ba15725ab63a788da
+RMD160 (lru-dict-1.1.6.tar.gz) = c970d786bf6fc51728bd1a1d6599b3f57aa31663
+SHA512 (lru-dict-1.1.6.tar.gz) = 3e9ef734ba1dbf4914e1e133063e170038f89884f5ebfe2fd80b949f866e92d16e76b4dc833f73330438dc8b6c48ba4c285a0d6eda65d21d42da3887fd344395
+Size (lru-dict-1.1.6.tar.gz) = 9434 bytes
Home |
Main Index |
Thread Index |
Old Index