[118201] trunk/dports

g5pw at macports.org g5pw at macports.org
Tue Mar 25 08:26:16 PDT 2014


Revision: 118201
          https://trac.macports.org/changeset/118201
Author:   g5pw at macports.org
Date:     2014-03-25 08:26:16 -0700 (Tue, 25 Mar 2014)
Log Message:
-----------
plumbum:
  update to 1.4.1
  use subports instead of one port

Modified Paths:
--------------
    trunk/dports/devel/plumbum/Portfile

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

Modified: trunk/dports/devel/plumbum/Portfile
===================================================================
--- trunk/dports/devel/plumbum/Portfile	2014-03-25 14:57:08 UTC (rev 118200)
+++ trunk/dports/devel/plumbum/Portfile	2014-03-25 15:26:16 UTC (rev 118201)
@@ -2,29 +2,11 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           github 1.0
-PortGroup           python 1.0
 
-github.setup        tomerfiliba plumbum 1.4.0 v
-python.default_version 27
+name                plumbum
+categories          devel
+version             1.4.1
 
-maintainers         g5pw
+replaced_by         py27-plumbum
 
-categories          devel python
-description         Plumbum (Latin for lead, which was used to create pipes \
-                    back in the day) is a small yet feature-rich library for \
-                    shell script-like programs in Python.
-long_description    ${description} The motto of the library is \"Never write \
-                    shell scripts again\", and thus it attempts to mimic the \
-                    shell syntax (\"shell combinators\") where it makes sense, \
-                    while keeping it all pythonic and cross-platform.
-
-license             X11
-platforms           darwin
-
-homepage            http://plumbum.readthedocs.org
-
-depends_lib         port:py${python.version}-six
-
-checksums           rmd160  7772bc076d965d3c15b2d0405b92d695b3d74e08 \
-                    sha256  a423771a443f7ff4e206924e39db7d2dea963f34b0e4562951c7031a71d1c823
+PortGroup           obsolete 1.0

Added: trunk/dports/python/py-plumbum/Portfile
===================================================================
--- trunk/dports/python/py-plumbum/Portfile	                        (rev 0)
+++ trunk/dports/python/py-plumbum/Portfile	2014-03-25 15:26:16 UTC (rev 118201)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           python 1.0
+
+github.setup        tomerfiliba plumbum 1.4.1 v
+name                py-${name}
+
+maintainers         g5pw openmaintainer
+
+categories          devel python
+description         Plumbum (Latin for lead, which was used to create pipes \
+                    back in the day) is a small yet feature-rich library for \
+                    shell script-like programs in Python.
+long_description    ${description} The motto of the library is \"Never write \
+                    shell scripts again\", and thus it attempts to mimic the \
+                    shell syntax (\"shell combinators\") where it makes sense, \
+                    while keeping it all pythonic and cross-platform.
+
+license             X11
+platforms           darwin
+
+homepage            http://plumbum.readthedocs.org
+
+python.versions     27 33 34
+
+if { ${subport} ne ${name} } {
+    depends_lib         port:py${python.version}-six
+
+    checksums           rmd160  68e5cd20f40b2d3446497370f76cd1e3619074b0 \
+                        sha256  7645343e680a3a80c835d0970bb431324d985e321acee3e845e69b6f66f8988e
+
+    livecheck.type      none
+}


Property changes on: trunk/dports/python/py-plumbum/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/20140325/c0d988c0/attachment.html>


More information about the macports-changes mailing list