[144850] trunk/dports/python
sean at macports.org
sean at macports.org
Tue Jan 19 15:42:19 PST 2016
Revision: 144850
https://trac.macports.org/changeset/144850
Author: sean at macports.org
Date: 2016-01-19 15:42:19 -0800 (Tue, 19 Jan 2016)
Log Message:
-----------
py-importmagic: add new port
Added Paths:
-----------
trunk/dports/python/py-importmagic/
trunk/dports/python/py-importmagic/Portfile
Added: trunk/dports/python/py-importmagic/Portfile
===================================================================
--- trunk/dports/python/py-importmagic/Portfile (rev 0)
+++ trunk/dports/python/py-importmagic/Portfile 2016-01-19 23:42:19 UTC (rev 144850)
@@ -0,0 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+PortGroup github 1.0
+
+github.setup alecthomas importmagic 0.1.3
+name py-importmagic
+platforms darwin
+supported_archs noarch
+license GPL-3+
+maintainers nomaintainer
+
+description A Python library for finding unresolved symbols in Python code, \
+ and the corresponding imports
+long_description ${description}
+
+checksums rmd160 ce9c4594f18821d36f5b67f3f9bff2f646dd901a \
+ sha256 c95e46fe7b506b7d3613dd8303e36fd13e6ffcfde009e7461e9384a9a2074688
+
+python.versions 27 34
+
+if {${subport} ne ${name}} {
+ depends_build-append port:py${python.version}-nose \
+ port:py${python.version}-setuptools
+
+ livecheck.type none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160119/676cfb52/attachment.html>
More information about the macports-changes
mailing list