View | Details | Raw Unified | Return to bug 213823
Collapse All | Expand All

(-)devel/py-raven/Makefile (-3 / +10 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	raven
3
PORTNAME=	raven
4
PORTVERSION=	5.13.0
4
PORTVERSION=	5.13.0
5
PORTREVISION=	1
5
CATEGORIES=	devel python
6
CATEGORIES=	devel python
6
#MASTER_SITES=	CHEESESHOP
7
#MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-21 COMMENT= Client for Sentry Link Here
11
12
12
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD2CLAUSE
13
14
14
USES=		python:3
15
USES=		python
15
# either CHEESESHOP or github, whatever is newer
16
# either CHEESESHOP or github, whatever is newer
16
USE_GITHUB=	yes
17
USE_GITHUB=	yes
17
GH_ACCOUNT=	getsentry
18
GH_ACCOUNT=	getsentry
18
GH_PROJECT=	raven-python
19
GH_PROJECT=	raven-python
19
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	autoplist concurrent distutils
20
21
21
.include <bsd.port.mk>
22
.include <bsd.port.pre.mk>
23
24
.if ${PYTHON_REL} < 3200
25
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}contextlib2>0:devel/py-contextlib2
26
.endif
27
28
.include <bsd.port.post.mk>

Return to bug 213823