[139356] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Aug 14 00:00:14 PDT 2015


Revision: 139356
          https://trac.macports.org/changeset/139356
Author:   stromnov at macports.org
Date:     2015-08-14 00:00:14 -0700 (Fri, 14 Aug 2015)
Log Message:
-----------
py-ipython_genutils: new port

Added Paths:
-----------
    trunk/dports/python/py-ipython_genutils/
    trunk/dports/python/py-ipython_genutils/Portfile

Added: trunk/dports/python/py-ipython_genutils/Portfile
===================================================================
--- trunk/dports/python/py-ipython_genutils/Portfile	                        (rev 0)
+++ trunk/dports/python/py-ipython_genutils/Portfile	2015-08-14 07:00:14 UTC (rev 139356)
@@ -0,0 +1,33 @@
+# -*- 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-ipython_genutils
+version             0.1.0
+revision            0
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         Vestigial utilities from IPython.
+long_description    ${description}
+
+homepage            http://ipython.org
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  6d401a9e91ee5a57ea0fb82cd39934ba31740f08 \
+                    sha256  3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-ipython_genutils/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/20150814/3deb67ac/attachment.html>


More information about the macports-changes mailing list