[126782] trunk/dports/python/py-lrucache/Portfile

larryv at macports.org larryv at macports.org
Tue Oct 14 20:57:51 PDT 2014


Revision: 126782
          https://trac.macports.org/changeset/126782
Author:   larryv at macports.org
Date:     2014-10-14 20:57:51 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
Remove py-lrucache

Last upstream release was in 2004
(http://evan.prodromou.name/Software/Python/LRUCache).

Removed Paths:
-------------
    trunk/dports/python/py-lrucache/Portfile

Deleted: trunk/dports/python/py-lrucache/Portfile
===================================================================
--- trunk/dports/python/py-lrucache/Portfile	2014-10-15 03:57:49 UTC (rev 126781)
+++ trunk/dports/python/py-lrucache/Portfile	2014-10-15 03:57:51 UTC (rev 126782)
@@ -1,40 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python 1.0
-
-name			py-lrucache
-version			0.2
-revision		1
-license			AFL-2.1
-platforms		darwin
-supported_archs	noarch
-maintainers		nomaintainer
-description		least-recently-used cache module for python
-long_description	py-lrucache provides a simple but efficient \
-				least-recently-used (LRU) cache module. The LRUCache class \
-				provides a container interface with prioritized caching. The \
-				implementation uses a heap and a dictionary to provide quick \
-				inserts, deletes, and references.
-
-homepage		http://evan.prodromou.name/lrucache/
-master_sites	${homepage}
-distname		lrucache-${version}
-checksums		md5 b55a8cc303c43c8a0f01ed25269d588a
-
-python.versions	24
-
-if {${name} ne ${subport}} {
-    set cmd			"PYTHONPATH=../build/lib ${python.bin}"
-    test.run		yes
-    test.cmd		${cmd} assign.py && ${cmd} contain.py && ${cmd} delete.py \
-                        && ${cmd} instantiate.py && ${cmd} iterator.py \
-                        && ${cmd} lru.py && ${cmd} mtime.py
-    test.dir		${worksrcpath}/test
-    test.target
-
-    post-destroot	{
-        xinstall -m 644 -W ${worksrcpath} Changelog Changelog-0.1 README.txt \
-            afl-2.1.txt ${destroot}${prefix}/share/doc/${subport}
-    }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/029617da/attachment.html>


More information about the macports-changes mailing list