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

(-)./py-dugong/Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/net/py-dugong/Makefile 477472 2018-08-18 03:05:24Z wen $
1
# $FreeBSD: head/net/py-dugong/Makefile 477472 2018-08-18 03:05:24Z wen $
2
2
3
PORTNAME=	dugong
3
PORTNAME=	dugong
4
PORTVERSION=	3.7.3
4
PORTVERSION=	3.7.5
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 14-23 Link Here
14
14
15
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
15
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
16
16
17
NO_ARCH=	yes
18
19
USES=		python:3.3+ tar:bzip2
17
USES=		python:3.3+ tar:bzip2
20
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist distutils
19
20
NO_ARCH=        yes
21
21
22
do-test:
22
do-test:
23
	${PYTHON_CMD} -m pytest ${WRKSRC}/test
23
	${PYTHON_CMD} -m pytest ${WRKSRC}/test
(-)./py-dugong/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1534556579
1
TIMESTAMP = 1599668126
2
SHA256 (dugong-3.7.3.tar.bz2) = e0fd39eb6e2845d5365e158af94e20aad2d5275c15b02a698dd14e64de5db48f
2
SHA256 (dugong-3.7.5.tar.bz2) = d0d07606282230fd9832f2de647e4cb46882c227883e6a12a8ff811ac46d7283
3
SIZE (dugong-3.7.3.tar.bz2) = 206720
3
SIZE (dugong-3.7.5.tar.bz2) = 211642
(-)./py-dugong/pkg-descr (-1 / +1 lines)
Lines 21-24 Link Here
21
in latin1. Request and response body must be bytes-like objects or binary
21
in latin1. Request and response body must be bytes-like objects or binary
22
streams.
22
streams.
23
23
24
WWW: https://bitbucket.org/nikratio/python-dugong/
24
WWW: https://github.com/python-dugong/python-dugong/

Return to bug 249215