[126770] trunk/dports/python/py-importchecker

larryv at macports.org larryv at macports.org
Tue Oct 14 18:41:02 PDT 2014


Revision: 126770
          https://trac.macports.org/changeset/126770
Author:   larryv at macports.org
Date:     2014-10-14 18:41:02 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
Remove py-importchecker

Last upstream release was in 2004
(http://old.zope.org/Members/faassen/importchecker/).

Removed Paths:
-------------
    trunk/dports/python/py-importchecker/Portfile
    trunk/dports/python/py-importchecker/files/importchecker

Deleted: trunk/dports/python/py-importchecker/Portfile
===================================================================
--- trunk/dports/python/py-importchecker/Portfile	2014-10-15 01:41:00 UTC (rev 126769)
+++ trunk/dports/python/py-importchecker/Portfile	2014-10-15 01:41:02 UTC (rev 126770)
@@ -1,43 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python 1.0
-
-name			py-importchecker
-version			1.0
-revision		1
-categories-append	devel
-license			BSD
-platforms		darwin
-supported_archs	noarch
-maintainers		nomaintainer
-description		python module/script to find unused imports in python code
-long_description	importchecker is a script/module that can determine \
-				unused imports in a Python source tree or package. If \
-				run as a script, it will return a sorted list of paths \
-				to modules that have unused imports. At the end of \
-				each line is a list of the names that are imported but \
-				not used.
-
-homepage		http://www.zope.org/Members/faassen/importchecker
-master_sites	${homepage}/importchecker-${version}/
-checksums		md5 e78e4cd3288206e858154ddbfa3a9b3b
-
-python.versions	24
-
-if {${name} ne ${subport}} {
-    distfiles		importchecker-${version}.tgz
-    worksrcdir		importchecker
-
-    pre-destroot {
-        xinstall -d ${destroot}${python.prefix}/bin
-        xinstall -m 755 ${filespath}/importchecker ${destroot}${python.prefix}/bin
-        reinplace "s|__PYTHON__|${python.bin}|" \
-            ${destroot}${python.prefix}/bin/importchecker
-    }
-    post-destroot	{
-        xinstall -m 644 -W ${worksrcpath} CREDITS.txt HISTORY.txt INSTALL.txt \
-            LICENSE.txt README.txt version.txt \
-            ${destroot}${prefix}/share/doc/${subport}
-    }
-}

Deleted: trunk/dports/python/py-importchecker/files/importchecker
===================================================================
--- trunk/dports/python/py-importchecker/files/importchecker	2014-10-15 01:41:00 UTC (rev 126769)
+++ trunk/dports/python/py-importchecker/files/importchecker	2014-10-15 01:41:02 UTC (rev 126770)
@@ -1,3 +0,0 @@
-#!__PYTHON__
-from importchecker import *
-main()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/0679dad1/attachment.html>


More information about the macports-changes mailing list