1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

finance/beancount, finance/fava: add USE_PYTHON=noflavors

[00:01:44] Warning: (finance/beancount@py37): Error: Duplicated origin for beancount-2.1.3: finance/beancount@py37 AND finance/beancount. Rerun with -v to see which ports are depending on these.
[00:01:44] Warning: (finance/beancount@py35): Error: Duplicated origin for beancount-2.1.3: finance/beancount@py35 AND finance/beancount. Rerun with -v to see which ports are depending on these.
[00:01:44] Warning: (finance/fava@py35): Error: Duplicated origin for fava-1.9: finance/fava@py35 AND finance/fava. Rerun with -v to see which ports are depending on these.
[00:01:44] Warning: (finance/fava@py37): Error: Duplicated origin for fava-1.9: finance/fava@py37 AND finance/fava. Rerun with -v to see which ports are depending on these.

Approved by:	portmgr (antoine)
This commit is contained in:
Tobias C. Berner 2019-01-06 13:08:02 +00:00
parent 20868663c1
commit 1e111b4852
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489488
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_F
${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist distutils noflavors
# Project hosted on Bitbucket
BB_ACCOUNT= blais

View File

@ -23,6 +23,6 @@ RUN_DEPENDS= beancount>=2.1.2:finance/beancount \
${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR}
USES= python:3.5+ # same as finance/beancount
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist distutils noflavors
.include <bsd.port.mk>