Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2015 16:36:39 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Kurt Jaeger <pi@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r392940 - in head/devel: . py-raven
Message-ID:  <55B5D177.7050504@FreeBSD.org>
In-Reply-To: <201507261859.t6QIxGkK008084@repo.freebsd.org>
References:  <201507261859.t6QIxGkK008084@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <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?55B5D177.7050504>