[152198] trunk/dports/python

sean at macports.org sean at macports.org
Wed Aug 31 13:59:29 PDT 2016


Revision: 152198
          https://trac.macports.org/changeset/152198
Author:   sean at macports.org
Date:     2016-08-31 13:59:29 -0700 (Wed, 31 Aug 2016)
Log Message:
-----------
py-requests-cached: add new library

Added Paths:
-----------
    trunk/dports/python/py-requests-cache/
    trunk/dports/python/py-requests-cache/Portfile

Added: trunk/dports/python/py-requests-cache/Portfile
===================================================================
--- trunk/dports/python/py-requests-cache/Portfile	                        (rev 0)
+++ trunk/dports/python/py-requests-cache/Portfile	2016-08-31 20:59:29 UTC (rev 152198)
@@ -0,0 +1,32 @@
+# -*- 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           github 1.0
+PortGroup           python 1.0
+
+github.setup        reclosedev requests-cache 0.4.12 v
+name                py-requests-cache
+categories-append   devel
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34 35
+
+maintainers         nomaintainer
+
+description         Transparent persistent cache for py-requests
+long_description    ${description}
+
+checksums           rmd160  855131950a98f15b1291dc0ec40d3671655f8f26 \
+                    sha256  c401670f27a5be664143f0c2eb509c17354bafafbf511cb9d39c7f56ee759c39
+
+if {${name} ne ${subport}} {
+    depends_lib-append \
+                        port:py${python.version}-requests
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160831/c3c6197b/attachment.html>


More information about the macports-changes mailing list