[115634] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Jan 7 01:41:07 PST 2014


Revision: 115634
          https://trac.macports.org/changeset/115634
Author:   stromnov at macports.org
Date:     2014-01-07 01:41:07 -0800 (Tue, 07 Jan 2014)
Log Message:
-----------
py-raven: new port

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

Added: trunk/dports/python/py-raven/Portfile
===================================================================
--- trunk/dports/python/py-raven/Portfile	                        (rev 0)
+++ trunk/dports/python/py-raven/Portfile	2014-01-07 09:41:07 UTC (rev 115634)
@@ -0,0 +1,38 @@
+# -*- 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-raven
+version             4.0.2
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 33
+
+maintainers         stromnov openmaintainer
+
+description         Raven is a client for Sentry
+long_description    ${description}
+
+homepage            http://github.com/getsentry/raven-python
+master_sites        https://pypi.python.org/packages/source/r/raven/
+
+distname            raven-${version}
+
+checksums           rmd160  7cb6c41d258a56cb7f4c8866f837ba8b265c8fdd \
+                    sha256  8273a7c9da86c9d66220ad36c0da59e4c65baa54d1510da3a513449f7042ab18
+
+if {${name} ne ${subport}} {
+    depends_build       port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {raven-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-raven/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/20140107/d757ed12/attachment.html>


More information about the macports-changes mailing list