pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-lru-dict: Moved to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Mon Nov 27 15:33:22 2017 -0800
Changeset:	d47723affb56664ff7f6aa97ae64497d95218e0b

Modified Files:
	Makefile
	py-zipline/Makefile
Removed Files:
	py-lru-dict/DESCR
	py-lru-dict/Makefile
	py-lru-dict/PLIST
	py-lru-dict/distinfo

Log Message:
py-lru-dict: Moved to pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d47723affb56664ff7f6aa97ae64497d95218e0b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 -
 py-lru-dict/DESCR    |  5 -----
 py-lru-dict/Makefile | 16 ----------------
 py-lru-dict/PLIST    |  6 ------
 py-lru-dict/distinfo |  6 ------
 py-zipline/Makefile  |  2 +-
 6 files changed, 1 insertion(+), 35 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index a1bbf5b378..e1671a1597 100644
--- a/Makefile
+++ b/Makefile
@@ -3295,7 +3295,6 @@ SUBDIR+=	py-logtools
 SUBDIR+=	py-louie
 SUBDIR+=	py-louvain
 SUBDIR+=	py-lrparsing
-SUBDIR+=	py-lru-dict
 SUBDIR+=	py-lscsoft-glue
 SUBDIR+=	py-lsqfit
 SUBDIR+=	py-luminous
diff --git a/py-lru-dict/DESCR b/py-lru-dict/DESCR
deleted file mode 100644
index f915f3c867..0000000000
--- a/py-lru-dict/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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 --git a/py-lru-dict/Makefile b/py-lru-dict/Makefile
deleted file mode 100644
index e89c8cd953..0000000000
--- a/py-lru-dict/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	lru-dict-1.1.6
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel
-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 --git a/py-lru-dict/PLIST b/py-lru-dict/PLIST
deleted file mode 100644
index d4892b1415..0000000000
--- a/py-lru-dict/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD$
-${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 --git a/py-lru-dict/distinfo b/py-lru-dict/distinfo
deleted file mode 100644
index ec89deea1c..0000000000
--- a/py-lru-dict/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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
diff --git a/py-zipline/Makefile b/py-zipline/Makefile
index 4a52fb05d9..1d6a9c0b30 100644
--- a/py-zipline/Makefile
+++ b/py-zipline/Makefile
@@ -21,7 +21,7 @@ DEPENDS+=	${PYPKGPREFIX}-decorator>=4.0.0:../../devel/py-decorator
 DEPENDS+=	${PYPKGPREFIX}-empyrical>=0.2.2:../../finance/py-empyrical
 DEPENDS+=	${PYPKGPREFIX}-intervaltree>=2.1.0:../../devel/py-intervaltree
 DEPENDS+=	${PYPKGPREFIX}-logbook>=0.12.5:../../devel/py-logbook
-DEPENDS+=	${PYPKGPREFIX}-lru-dict>=1.1.4:../../wip/py-lru-dict
+DEPENDS+=	${PYPKGPREFIX}-lru-dict>=1.1.4:../../devel/py-lru-dict
 DEPENDS+=	${PYPKGPREFIX}-mako>=1.0.1:../../devel/py-mako
 DEPENDS+=	${PYPKGPREFIX}-multipledispatch>=0.4.8:../../devel/py-multipledispatch
 DEPENDS+=	${PYPKGPREFIX}-networkx>=1.9.1:../../math/py-networkx


Home | Main Index | Thread Index | Old Index