1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

finance/electrum: This works fine with python 3.6+

Accidentally bumped in the previous commit.
This commit is contained in:
Emanuel Haupt 2021-05-24 19:58:18 +02:00
parent db7695aa0f
commit 6f5b4ed790

View File

@ -2,7 +2,7 @@
PORTNAME= electrum
PORTVERSION= 4.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= finance python
MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \
http://download.electrum.org/${PORTVERSION}/
@ -33,7 +33,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.3:net/py-aiohttp-socks@${PY
${PYTHON_PKGNAMEPREFIX}secp256k1>0:math/py-secp256k1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=3.7.9:databases/py-sqlite3@${PY_FLAVOR}
USES= python:3.8+ shebangfix
USES= python:3.6+ shebangfix
USE_PYTHON= autoplist concurrent distutils
PYDISTUTILS_PKGNAME= Electrum