[88080] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sun Dec 18 03:18:00 PST 2011


Revision: 88080
          http://trac.macports.org/changeset/88080
Author:   stromnov at macports.org
Date:     2011-12-18 03:17:57 -0800 (Sun, 18 Dec 2011)
Log Message:
-----------
py27-scikits-module: new port

Added Paths:
-----------
    trunk/dports/python/py27-scikits-module/
    trunk/dports/python/py27-scikits-module/Portfile
    trunk/dports/python/py27-scikits-module/files/

Removed Paths:
-------------
    trunk/dports/python/py27-scikits-module/Portfile
    trunk/dports/python/py27-scikits-module/files/

Deleted: trunk/dports/python/py27-scikits-module/Portfile
===================================================================
--- trunk/dports/python/py26-scikits-module/Portfile	2011-12-17 16:44:24 UTC (rev 88073)
+++ trunk/dports/python/py27-scikits-module/Portfile	2011-12-18 11:17:57 UTC (rev 88080)
@@ -1,28 +0,0 @@
-# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
-# $Id$
-
-PortSystem          1.0
-PortGroup           python26 1.0
-
-name                py26-scikits-module
-version             0.1
-maintainers         mnick
-
-description         provides the files common to all scikits
-long_description    ${description}
-
-platforms           darwin
-
-homepage            http://scikits.appspot.com
-
-# Nothing to see here, move along
-distfiles
-build {}
-
-destroot {
-    set scikits_dir ${destroot}${python.pkgd}/scikits
-    file mkdir ${scikits_dir}
-    file copy ${portpath}/${filesdir}/__init__.py ${scikits_dir}
-}
-
-livecheck.type      none

Copied: trunk/dports/python/py27-scikits-module/Portfile (from rev 88073, trunk/dports/python/py26-scikits-module/Portfile)
===================================================================
--- trunk/dports/python/py27-scikits-module/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-scikits-module/Portfile	2011-12-18 11:17:57 UTC (rev 88080)
@@ -0,0 +1,28 @@
+# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-scikits-module
+version             0.1
+maintainers         stromnov openmaintainer
+
+description         provides the files common to all scikits
+long_description    ${description}
+
+platforms           darwin
+
+homepage            http://scikits.appspot.com
+
+# Nothing to see here, move along
+distfiles
+build {}
+
+destroot {
+    set scikits_dir ${destroot}${python.pkgd}/scikits
+    file mkdir ${scikits_dir}
+    file copy ${portpath}/${filesdir}/__init__.py ${scikits_dir}
+}
+
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111218/ba3800b3/attachment.html>


More information about the macports-changes mailing list