f56105dda9
- https://github.com/byllyfish/precis_i18n/blob/master/CHANGELOG.rst#103 Submitted by: Goran Mekić (maintainer)
26 lines
578 B
Makefile
26 lines
578 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= precis_i18n
|
|
DISTVERSION= 1.0.3
|
|
CATEGORIES= textproc devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= meka@tilda.center
|
|
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} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -rs -o addopts= \
|
|
-k "not test_derived_props_files"
|
|
|
|
.include <bsd.port.mk>
|