[102139] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Jan 28 02:54:12 PST 2013


Revision: 102139
          https://trac.macports.org/changeset/102139
Author:   jmr at macports.org
Date:     2013-01-28 02:54:12 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
py27-daemon: Use unified portgroup, mark noarch, and rename. This is 'python-daemon' on pypi, which is different to 'daemon' as provided by the py-daemon port.

Modified Paths:
--------------
    trunk/dports/python/py-python-daemon/Portfile
    trunk/dports/python/py27-daemon/Portfile

Added Paths:
-----------
    trunk/dports/python/py-python-daemon/

Modified: trunk/dports/python/py-python-daemon/Portfile
===================================================================
--- trunk/dports/python/py27-daemon/Portfile	2013-01-28 05:45:30 UTC (rev 102102)
+++ trunk/dports/python/py-python-daemon/Portfile	2013-01-28 10:54:12 UTC (rev 102139)
@@ -1,13 +1,14 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
-name                py27-daemon
+name                py-python-daemon
 set real_name       python-daemon
 version             1.5.5
 categories-append   devel
 platforms           darwin
+supported_archs     noarch
 license             PSF-2+
 maintainers         nomaintainer
 description         Library to implement a well-behaved Unix daemon process.
@@ -26,4 +27,8 @@
                     sha1    8d2565bbb0d035c4c379ed683b322fd7a93935ef \
                     rmd160  44a65672345795bbb55caefa4e32757bf5a2f9af
 
-depends_build       port:py27-distribute
+python.versions     27
+
+if {$subport != $name} {
+    depends_build       port:py${python.version}-distribute
+}

Modified: trunk/dports/python/py27-daemon/Portfile
===================================================================
--- trunk/dports/python/py27-daemon/Portfile	2013-01-28 10:32:42 UTC (rev 102138)
+++ trunk/dports/python/py27-daemon/Portfile	2013-01-28 10:54:12 UTC (rev 102139)
@@ -1,29 +1,13 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
 
+replaced_by         py27-python-daemon
+PortGroup           obsolete 1.0
+
 name                py27-daemon
-set real_name       python-daemon
 version             1.5.5
-categories-append   devel
-platforms           darwin
-license             PSF-2+
-maintainers         nomaintainer
-description         Library to implement a well-behaved Unix daemon process.
-long_description  \
-    This library implements the well-behaved daemon specification of PEP 3143, \
-    \"Standard daemon process library\". A well-behaved Unix daemon process is \
-    tricky to get right, but the required steps are much the same for every \
-    daemon program. A DaemonContext instance holds the behaviour and \
-    configured process environment for the program\; use the instance as a \
-    context manager to enter a daemon state.
+revision            1
+categories          python devel
 
 homepage            http://pypi.python.org/pypi/python-daemon/
-master_sites        http://pypi.python.org/packages/source/p/${real_name}
-distname            ${real_name}-${version}
-checksums           md5     1f6cd41473c2e201021a0aeef395b2b1 \
-                    sha1    8d2565bbb0d035c4c379ed683b322fd7a93935ef \
-                    rmd160  44a65672345795bbb55caefa4e32757bf5a2f9af
-
-depends_build       port:py27-distribute
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130128/5ec32d32/attachment.html>


More information about the macports-changes mailing list