[147654] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Mon Apr 11 14:10:42 PDT 2016


Revision: 147654
          https://trac.macports.org/changeset/147654
Author:   stromnov at macports.org
Date:     2016-04-11 14:10:42 -0700 (Mon, 11 Apr 2016)
Log Message:
-----------
py-pathlib2: new port (part of #51115)

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

Added: trunk/dports/python/py-pathlib2/Portfile
===================================================================
--- trunk/dports/python/py-pathlib2/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pathlib2/Portfile	2016-04-11 21:10:42 UTC (rev 147654)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-pathlib2
+version             2.1.0
+categories-append   devel
+platforms           darwin
+license             MIT
+supported_archs     noarch
+
+python.versions     27
+
+maintainers         stromnov openmaintainer
+
+description         Backport of pathlib from Python 3.4+
+long_description    ${description}
+
+homepage            https://pypi.python.org/pypi/pathlib2/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  78b3c9f3bf8b8d377991ad64051f013e99b81ece \
+                    sha256  deb3a960c1d55868dfbcac98432358b92ba89d95029cddd4040db1f27405055c
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-six
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-pathlib2/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/20160411/78901eb6/attachment.html>


More information about the macports-changes mailing list