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

Collapse All | Expand All

(-)b/devel/py-ordered-set/Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
# Created by: antoine@FreeBSD.org
1
# Created by: antoine@FreeBSD.org
2
2
3
PORTNAME=	ordered-set
3
PORTNAME=	ordered-set
4
PORTVERSION=	3.1.1
4
PORTVERSION=	4.1.0
5
CATEGORIES=	devel python
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 18-24 NO_ARCH= yes Link Here
18
USES=		python:3.6+
18
USES=		python:3.6+
19
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
20
20
21
do-test:
21
do-test: install
22
	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER} test.py)
22
	@cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER} test/test_ordered_set.py
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/devel/py-ordered-set/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1560772214
1
TIMESTAMP = 1653954658
2
SHA256 (ordered-set-3.1.1.tar.gz) = a7bfa858748c73b096e43db14eb23e2bc714a503f990c89fac8fab9b0ee79724
2
SHA256 (ordered-set-4.1.0.tar.gz) = 694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c77364a8
3
SIZE (ordered-set-3.1.1.tar.gz) = 10520
3
SIZE (ordered-set-4.1.0.tar.gz) = 12826

Return to bug 264357