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

(-)net/py-dugong/Makefile (-1 / +7 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	dugong
3
PORTNAME=	dugong
4
PORTVERSION=	3.5
4
PORTVERSION=	3.7.3
5
CATEGORIES=	net python
5
CATEGORIES=	net python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 Link Here
12
LICENSE=	PSFL
12
LICENSE=	PSFL
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
16
17
NO_ARCH=	yes
15
USES=		python:3.3+ tar:bzip2
18
USES=		python:3.3+ tar:bzip2
16
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
17
20
21
do-test:
22
	${PYTHON_CMD} -m pytest ${WRKSRC}/test
23
18
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)net/py-dugong/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (dugong-3.5.tar.bz2) = 44bc81cd25b2e8762458b59f2f2382a3e59869c457edbbcdfe03541e576f1978
1
TIMESTAMP = 1533273559
2
SIZE (dugong-3.5.tar.bz2) = 192228
2
SHA256 (dugong-3.7.3.tar.bz2) = e0fd39eb6e2845d5365e158af94e20aad2d5275c15b02a698dd14e64de5db48f
3
SIZE (dugong-3.7.3.tar.bz2) = 206720

Return to bug 230317