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

(-)b/textproc/py-precis_i18n/Makefile (-2 / +5 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	precis_i18n
3
PORTNAME=	precis_i18n
4
DISTVERSION=	1.0.1
4
DISTVERSION=	1.0.2
5
CATEGORIES=	textproc devel python
5
CATEGORIES=	textproc devel python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-23 COMMENT= Internationalized usernames and passwords Link Here
12
LICENSE=	MIT
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
14
15
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
16
15
USES=		python:3.3+
17
USES=		python:3.3+
16
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist distutils
17
19
18
NO_ARCH=	yes
20
NO_ARCH=	yes
19
21
20
do-test:
22
do-test:
21
	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
23
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -rs -o addopts= \
24
		-k "not test_derived_props_files"
22
25
23
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/textproc/py-precis_i18n/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1563901468
1
TIMESTAMP = 1597962683
2
SHA256 (precis_i18n-1.0.1.tar.gz) = 5abd7c06e5247fb519089c7649c9b775f934f0d1cc0a680b44fbeb2d5403aed8
2
SHA256 (precis_i18n-1.0.2.tar.gz) = f51b350221be1cfe952af468d0d6e3a062fa35b283eb5e399ef66a75a905ff2f
3
SIZE (precis_i18n-1.0.1.tar.gz) = 63941
3
SIZE (precis_i18n-1.0.2.tar.gz) = 65375

Return to bug 248793