View | Details | Raw Unified | Return to bug 213166 | Differences between
and this patch

Collapse All | Expand All

(-)devel/py-traitlets/Makefile (-2 / +10 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	traitlets
4
PORTNAME=	traitlets
5
PORTVERSION=	4.2.2
5
PORTVERSION=	4.3.1
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 10-19 Link Here
10
MAINTAINER=	yuri@rawbw.com
10
MAINTAINER=	yuri@rawbw.com
11
COMMENT=	Configuration system for Python applications
11
COMMENT=	Configuration system for Python applications
12
12
13
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD3CLAUSE
14
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython_genutils>0:devel/py-ipython_genutils \
16
		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
17
		${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator
18
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
19
15
USES=		python
20
USES=		python
16
USE_PYTHON=	autoplist distutils
21
USE_PYTHON=	autoplist distutils
17
NO_ARCH=	yes
22
NO_ARCH=	yes
18
23
24
do-test:
25
	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test # No tests are run: https://github.com/ipython/traitlets/issues/328
26
19
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)devel/py-traitlets/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1467453710
1
TIMESTAMP = 1475448457
2
SHA256 (traitlets-4.2.2.tar.gz) = 7d7e3070484b2fe490fa55e0acf7023afc5ed9ddabec57405f25c355158e152a
2
SHA256 (traitlets-4.3.1.tar.gz) = ba8c94323ccbe8fd792e45d8efe8c95d3e0744cc8c085295b607552ab573724c
3
SIZE (traitlets-4.2.2.tar.gz) = 79332
3
SIZE (traitlets-4.3.1.tar.gz) = 88108

Return to bug 213166