textproc/py-precis_i18n: Update to 1.0.2
PR: 248793 Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
This commit is contained in:
parent
2323567a11
commit
213fcbfa91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545610
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= precis_i18n
|
||||
DISTVERSION= 1.0.1
|
||||
DISTVERSION= 1.0.2
|
||||
CATEGORIES= textproc devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,12 +12,15 @@ COMMENT= Internationalized usernames and passwords
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.3+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -rs -o addopts= \
|
||||
-k "not test_derived_props_files"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1563901468
|
||||
SHA256 (precis_i18n-1.0.1.tar.gz) = 5abd7c06e5247fb519089c7649c9b775f934f0d1cc0a680b44fbeb2d5403aed8
|
||||
SIZE (precis_i18n-1.0.1.tar.gz) = 63941
|
||||
TIMESTAMP = 1597962683
|
||||
SHA256 (precis_i18n-1.0.2.tar.gz) = f51b350221be1cfe952af468d0d6e3a062fa35b283eb5e399ef66a75a905ff2f
|
||||
SIZE (precis_i18n-1.0.2.tar.gz) = 65375
|
||||
|
Loading…
Reference in New Issue
Block a user