[127633] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Thu Oct 30 16:12:54 PDT 2014
Revision: 127633
https://trac.macports.org/changeset/127633
Author: stromnov at macports.org
Date: 2014-10-30 16:12:54 -0700 (Thu, 30 Oct 2014)
Log Message:
-----------
py-nwdiag: new port
Added Paths:
-----------
trunk/dports/python/py-nwdiag/
trunk/dports/python/py-nwdiag/Portfile
Added: trunk/dports/python/py-nwdiag/Portfile
===================================================================
--- trunk/dports/python/py-nwdiag/Portfile (rev 0)
+++ trunk/dports/python/py-nwdiag/Portfile 2014-10-30 23:12:54 UTC (rev 127633)
@@ -0,0 +1,39 @@
+# -*- 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
+
+name py-nwdiag
+version 1.0.3
+revision 0
+categories-append graphics
+platforms darwin
+license Apache-2
+supported_archs noarch
+
+python.versions 27 34
+
+maintainers stromnov openmaintainer
+
+description nwdiag generates network-diagram image from text
+long_description ${description}
+
+homepage http://blockdiag.com/
+master_sites https://pypi.python.org/packages/source/n/nwdiag/
+
+distname nwdiag-${version}
+
+checksums rmd160 e7a494d0d464aef21b8b2e1bf3fb0547314edf26 \
+ sha256 daff808b22f4581eb7e291c58b1280b4570b1d624bed12e642b33feb82cfea58
+
+if {${name} ne ${subport}} {
+ depends_lib-append port:py${python.version}-setuptools \
+ port:py${python.version}-blockdiag
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex {nwdiag-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-nwdiag/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141030/a4105ded/attachment.html>
More information about the macports-changes
mailing list