From owner-svn-ports-all@freebsd.org Mon Jul 27 06:36:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDD819AB9F0; Mon, 27 Jul 2015 06:36:46 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B9BBFEF7; Mon, 27 Jul 2015 06:36:46 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pachj5 with SMTP id hj5so46265630pac.3; Sun, 26 Jul 2015 23:36:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Zp7r6cKEYyE54WfNuRqBDz4oG1wnJ0BI2kLocSaEvx8=; b=MQ0/tCUsF9cnl6r77YH1kRFWGHbPQ1qFUdXQ/Xcl5CiU5IJBb7agWq5Z4e4mOphWu9 RjXIQmyqvsYnl7fDd4Vh481c0eXmm8t+mU8GrIY8gs6GWZvzXEfRKosQmBYFBuQFWCxm 7dG4SXH2hMxv6wBWC9LqyTdPGYBNovkhZbEPn1jBx8we5dSgvNsjVZd/2R/EDvGBokOA 1V1Utoc/LuGcuvQH8JWegcuJ42eZBUClsImhxtZC12Xcq4SwJlpx9eY4nCx7dcj+DrQJ k4SYkCQFE9z+cAa9v62MROXlRoH//3cPEp90oIbU+lNGSpaeWlKpHFR+wuPH0wedPmHr 7+/w== X-Received: by 10.66.231.69 with SMTP id te5mr64430027pac.98.1437979006339; Sun, 26 Jul 2015 23:36:46 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::9? (2001-44b8-31ae-7b01-0000-0000-0000-0009.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::9]) by smtp.gmail.com with ESMTPSA id ra10sm27430658pab.19.2015.07.26.23.36.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Jul 2015 23:36:45 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r392940 - in head/devel: . py-raven References: <201507261859.t6QIxGkK008084@repo.freebsd.org> To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55B5D177.7050504@FreeBSD.org> Date: Mon, 27 Jul 2015 16:36:39 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507261859.t6QIxGkK008084@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2015 06:36:47 -0000 On 27/07/2015 4:59 AM, Kurt Jaeger wrote: > Author: pi > Date: Sun Jul 26 18:59:15 2015 > New Revision: 392940 > URL: https://svnweb.freebsd.org/changeset/ports/392940 > > Log: > New port: devel/raven > > Raven is a Python client for Sentry (http://getsentry.com/). > > It provides full out-of-the-box support for many of the popular > frameworks, including Django, Flask, and Pylons. Raven also includes > drop-in support for any WSGI-compatible web application. > > WWW: https://pypi.python.org/pypi/raven > > Added: > head/devel/py-raven/ > head/devel/py-raven/Makefile (contents, props changed) > head/devel/py-raven/distinfo (contents, props changed) > head/devel/py-raven/pkg-descr (contents, props changed) > Modified: > head/devel/Makefile > > Modified: head/devel/Makefile > ============================================================================== > --- head/devel/Makefile Sun Jul 26 18:45:43 2015 (r392939) > +++ head/devel/Makefile Sun Jul 26 18:59:15 2015 (r392940) > @@ -4141,6 +4141,7 @@ > SUBDIR += py-qt4-scripttools > SUBDIR += py-qt4-test > SUBDIR += py-rauth > + SUBDIR += py-raven > SUBDIR += py-repl > SUBDIR += py-repoze.lru > SUBDIR += py-repoze.tm2 > > Added: head/devel/py-raven/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-raven/Makefile Sun Jul 26 18:59:15 2015 (r392940) > @@ -0,0 +1,16 @@ > +# $FreeBSD$ > + > +PORTNAME= raven > +PORTVERSION= 5.5.0 > +CATEGORIES= devel python > +MASTER_SITES= CHEESESHOP Missing PKGNAMEPREFIX > +MAINTAINER= pi@FreeBSD.org > +COMMENT= Client for Sentry > + > +LICENSE= BSD2CLAUSE > + > +USES= python:3 Is 2.x and 3.x compatible: https://github.com/getsentry/raven-python/blob/master/setup.py#L127 > +USE_PYTHON= distutils autoplist Could do with using 'concurrent' too, to create version suffixed console_scripts (installed in LOCALBASE/bin) https://github.com/getsentry/raven-python/blob/master/setup.py#L117 > + > +.include > > Added: head/devel/py-raven/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-raven/distinfo Sun Jul 26 18:59:15 2015 (r392940) > @@ -0,0 +1,2 @@ > +SHA256 (raven-5.5.0.tar.gz) = ede426f8d8b4df665f881516602ca0bafbb38eb2d8e2d9a338363aecba41f989 > +SIZE (raven-5.5.0.tar.gz) = 249261 > > Added: head/devel/py-raven/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-raven/pkg-descr Sun Jul 26 18:59:15 2015 (r392940) > @@ -0,0 +1,7 @@ > +Raven is a Python client for Sentry (http://getsentry.com/). > + > +It provides full out-of-the-box support for many of the popular > +frameworks, including Django, Flask, and Pylons. Raven also includes > +drop-in support for any WSGI-compatible web application. > + > +WWW: https://pypi.python.org/pypi/raven >