[143088] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sat Dec 12 08:30:25 PST 2015


Revision: 143088
          https://trac.macports.org/changeset/143088
Author:   stromnov at macports.org
Date:     2015-12-03 03:03:12 -0800 (Thu, 03 Dec 2015)
Log Message:
-----------
py-lazy_object_proxy: new port

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

Added: trunk/dports/python/py-lazy_object_proxy/Portfile
===================================================================
--- trunk/dports/python/py-lazy_object_proxy/Portfile	                        (rev 0)
+++ trunk/dports/python/py-lazy_object_proxy/Portfile	2015-12-03 11:03:12 UTC (rev 143088)
@@ -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=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-lazy_object_proxy
+version             1.2.1
+revision            0
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34 35
+
+maintainers         stromnov openmaintainer
+
+description         A fast and thorough lazy object proxy.
+long_description    ${description}
+
+homepage            https://github.com/ionelmc/python-lazy-object-proxy
+master_sites        pypi:l/lazy-object-proxy
+
+distname            lazy-object-proxy-${version}
+
+checksums           rmd160  889e10544605973004a4617cac956cfe63673c80 \
+                    sha256  22ed751a2c63c6cf718674fd7461b1dfc45215bab4751ca32b6c9b8cb2734cb3
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    livecheck.type      none
+} else {
+    livecheck.name      lazy-object-proxy
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-lazy_object_proxy/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/20151212/d5d5842a/attachment.html>


More information about the macports-changes mailing list