[92335] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Apr 25 05:23:18 PDT 2012


Revision: 92335
          https://trac.macports.org/changeset/92335
Author:   stromnov at macports.org
Date:     2012-04-25 05:23:16 -0700 (Wed, 25 Apr 2012)
Log Message:
-----------
cython_select: new port

Modified Paths:
--------------
    trunk/dports/python/cython_select/Portfile
    trunk/dports/python/cython_select/files/base
    trunk/dports/python/cython_select/files/none

Added Paths:
-----------
    trunk/dports/python/cython_select/

Modified: trunk/dports/python/cython_select/Portfile
===================================================================
--- trunk/dports/python/ipython_select/Portfile	2012-04-25 07:20:33 UTC (rev 92327)
+++ trunk/dports/python/cython_select/Portfile	2012-04-25 12:23:16 UTC (rev 92335)
@@ -4,29 +4,33 @@
 PortSystem          1.0
 PortGroup           select 1.0
 
-name                ipython_select
-version             0.2
+name                cython_select
+version             0.1
 revision            0
 categories          python
 license             BSD
+platforms           darwin
+supported_archs     noarch
+
 maintainers         nomaintainer
-description         common files for selecting default ipython version
+
+description         common files for selecting default cython version
+
 long_description \
    This port installs files that allow 'port select' to be used to \
-   create links to the preferred default version of ipython.
+   create links to the preferred default version of cython.
 
-platforms           darwin
-supported_archs     noarch
-
 homepage            http://www.macports.org/
 
 distfiles
 
 use_configure       no
+
 build               {}
+
 destroot {
-    select::install ipython ${filespath}/base
-    select::install ipython ${filespath}/none
+    select::install cython ${filespath}/base
+    select::install cython ${filespath}/none
 }
 
 livecheck.type      none

Modified: trunk/dports/python/cython_select/files/base
===================================================================
--- trunk/dports/python/ipython_select/files/base	2012-04-25 07:20:33 UTC (rev 92327)
+++ trunk/dports/python/cython_select/files/base	2012-04-25 12:23:16 UTC (rev 92335)
@@ -1,19 +1,2 @@
-bin/ipcluster
-bin/ipcontroller
-bin/ipengine
-bin/iplogger
-bin/iptest
-bin/ipython
-bin/ipython-wx
-bin/ipythonx
-bin/irunner
-bin/pycolor
-share/man/man1/ipcluster.1.gz
-share/man/man1/ipcontroller.1.gz
-share/man/man1/ipengine.1.gz
-share/man/man1/iplogger.1.gz
-share/man/man1/ipython.1.gz
-share/man/man1/ipython-wx.1.gz
-share/man/man1/ipythonx.1.gz
-share/man/man1/irunner.1.gz
-share/man/man1/pycolor.1.gz
+bin/cython
+bin/cygdb

Modified: trunk/dports/python/cython_select/files/none
===================================================================
--- trunk/dports/python/ipython_select/files/none	2012-04-25 07:20:33 UTC (rev 92327)
+++ trunk/dports/python/cython_select/files/none	2012-04-25 12:23:16 UTC (rev 92335)
@@ -1,19 +1,2 @@
 -
 -
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120425/85f8ba7f/attachment.html>


More information about the macports-changes mailing list