Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 2015 18:59:16 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392940 - in head/devel: . py-raven
Message-ID:  <201507261859.t6QIxGkK008084@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+
+MAINTAINER=	pi@FreeBSD.org
+COMMENT=	Client for Sentry
+
+LICENSE=	BSD2CLAUSE
+
+USES=		python:3
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507261859.t6QIxGkK008084>