Date: Mon, 24 May 2021 17:58:28 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6f5b4ed7905d - main - finance/electrum: This works fine with python 3.6+ Message-ID: <202105241758.14OHwS4s098594@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f5b4ed7905dbf1f3ebb573c178103bf575cfb5f commit 6f5b4ed7905dbf1f3ebb573c178103bf575cfb5f Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2021-05-24 17:58:18 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2021-05-24 17:58:18 +0000 finance/electrum: This works fine with python 3.6+ Accidentally bumped in the previous commit. --- finance/electrum/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index b714771ed31a..67ba04a8f9d3 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105241758.14OHwS4s098594>