- Add a missing run dependency (devel/py-pytest)
- Bump PORTREVISION
This commit is contained in:
parent
ea149ef2ce
commit
b2b618779f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489504
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue