svn commit: r526272 - head/finance/electrum

Emanuel Haupt ehaupt at FreeBSD.org
Sun Feb 16 17:23:02 UTC 2020


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


More information about the svn-ports-all mailing list