- Add a missing run dependency (devel/py-pytest)

- Bump PORTREVISION
This commit is contained in:
Nicola Vitale 2019-01-06 16:29:22 +00:00
parent ea149ef2ce
commit b2b618779f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489504

View file

@ -2,6 +2,7 @@
PORTNAME= fava
PORTVERSION= 1.9
PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= CHEESESHOP
@ -20,7 +21,8 @@ RUN_DEPENDS= beancount>=2.1.2:finance/beancount \
${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown2>0:textproc/py-markdown2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.5+ # same as finance/beancount
USE_PYTHON= autoplist distutils noflavors