Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2020 17:23:02 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526272 - head/finance/electrum
Message-ID:  <202002161723.01GHN26h083599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun Feb 16 17:23:01 2020
New Revision: 526272
URL: https://svnweb.freebsd.org/changeset/ports/526272

Log:
  Chase security/py-ckcc-protocol update that now requires python 3.7 as minimum
  version.

Modified:
  head/finance/electrum/Makefile

Modified: head/finance/electrum/Makefile
==============================================================================
--- head/finance/electrum/Makefile	Sun Feb 16 17:21:55 2020	(r526271)
+++ head/finance/electrum/Makefile	Sun Feb 16 17:23:01 2020	(r526272)
@@ -3,6 +3,7 @@
 
 PORTNAME=	electrum
 PORTVERSION=	3.3.8
+PORTREVISION=	1
 CATEGORIES=	finance python
 MASTER_SITES=	https://download.electrum.org/${PORTVERSION}/ \
 		http://download.electrum.org/${PORTVERSION}/
@@ -34,7 +35,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp-socks>0:ne
 		${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR}
 
 # Supports 3.4+ but aiorpcX is 3.6+
-USES=		python:3.6+
+USES=		python:3.7+
 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?202002161723.01GHN26h083599>