[55052] trunk/dports/python
mnick at macports.org
mnick at macports.org
Thu Aug 6 04:48:04 PDT 2009
Revision: 55052
http://trac.macports.org/changeset/55052
Author: mnick at macports.org
Date: 2009-08-06 04:48:03 -0700 (Thu, 06 Aug 2009)
Log Message:
-----------
new port: py26-scikits-module
provides scikits/__init__.py which is needed by all scikits
Added Paths:
-----------
trunk/dports/python/py26-scikits-module/
trunk/dports/python/py26-scikits-module/Portfile
trunk/dports/python/py26-scikits-module/files/
trunk/dports/python/py26-scikits-module/files/__init__.py
Added: trunk/dports/python/py26-scikits-module/Portfile
===================================================================
--- trunk/dports/python/py26-scikits-module/Portfile (rev 0)
+++ trunk/dports/python/py26-scikits-module/Portfile 2009-08-06 11:48:03 UTC (rev 55052)
@@ -0,0 +1,29 @@
+# -*- 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
+master_sites ${homepage}
+
+# Nothing to see here, move along
+fetch {}
+checksum {}
+extract {}
+build {}
+
+destroot {
+ set scikits_dir ${destroot}${python.pkgd}/scikits
+ file mkdir ${scikits_dir}
+ file copy ${portpath}/${filesdir}/__init__.py ${scikits_dir}
+}
Property changes on: trunk/dports/python/py26-scikits-module/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/python/py26-scikits-module/files/__init__.py
===================================================================
--- trunk/dports/python/py26-scikits-module/files/__init__.py (rev 0)
+++ trunk/dports/python/py26-scikits-module/files/__init__.py 2009-08-06 11:48:03 UTC (rev 55052)
@@ -0,0 +1 @@
+__import__('pkg_resources').declare_namespace(__name__)
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090806/8abd73bd/attachment-0001.html>
More information about the macports-changes
mailing list