Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 20:03:05 +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: r461647 - head/security/py-trezor
Message-ID:  <201802122003.w1CK35OM048871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Feb 12 20:03:05 2018
New Revision: 461647
URL: https://svnweb.freebsd.org/changeset/ports/461647

Log:
  - Avoid conflict flavors by using 'concurrent' python keyword
  - While here mark NO_ARCH
  
  PR:		225840
  Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>

Modified:
  head/security/py-trezor/Makefile

Modified: head/security/py-trezor/Makefile
==============================================================================
--- head/security/py-trezor/Makefile	Mon Feb 12 20:02:51 2018	(r461646)
+++ head/security/py-trezor/Makefile	Mon Feb 12 20:03:05 2018	(r461647)
@@ -3,6 +3,7 @@
 
 PORTNAME=	trezor
 PORTVERSION=	0.9.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +21,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mnemonic>=0:securi
 
 USES=		python
 USE_GITHUB=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
+NO_ARCH=	yes
 
 GH_PROJECT=	python-trezor
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802122003.w1CK35OM048871>