[146226] trunk/dports/python

sean at macports.org sean at macports.org
Tue Mar 1 15:25:08 PST 2016


Revision: 146226
          https://trac.macports.org/changeset/146226
Author:   sean at macports.org
Date:     2016-03-01 15:25:08 -0800 (Tue, 01 Mar 2016)
Log Message:
-----------
py-cached-property: add new port; needed for docker-compose

Added Paths:
-----------
    trunk/dports/python/py-cached-property/
    trunk/dports/python/py-cached-property/Portfile

Added: trunk/dports/python/py-cached-property/Portfile
===================================================================
--- trunk/dports/python/py-cached-property/Portfile	                        (rev 0)
+++ trunk/dports/python/py-cached-property/Portfile	2016-03-01 23:25:08 UTC (rev 146226)
@@ -0,0 +1,27 @@
+# -*- 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
+PortGroup           github 1.0
+
+github.setup        pydanny cached-property 1.3.0
+name                py-cached-property
+categories-append   devel
+platforms           darwin
+license             BSD
+maintainers         sean openmaintainer
+description         A decorator for caching properties in classes
+long_description    ${description}
+
+checksums           rmd160  3ec81facf050c0fe5e43deddb1fc5acc94d97817 \
+                    sha256  afb2bf7637ee3fab7351262b9d3f9fc4c51608a8fb0beff6294f669f0cb0389a
+
+python.versions     27 34 35
+
+if {${subport} ne ${name}} {
+    depends_build-append \
+                    port:py${python.version}-setuptools
+
+    livecheck.type  none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160301/69eb0a43/attachment.html>


More information about the macports-changes mailing list