aboutsummaryrefslogtreecommitdiff
path: root/security/py-trezor
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2018-02-12 20:03:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2018-02-12 20:03:05 +0000
commit47a00cfc43bf27d36869e7da1dadb6792830ee0d (patch)
tree5bd5fc8824074fb8dac1b4e5cc81856bf0b3ac8c /security/py-trezor
parent68aeca99d4dc97cf213ba57a9a8f7721f200e74e (diff)
downloadports-47a00cfc43bf27d36869e7da1dadb6792830ee0d.tar.gz
ports-47a00cfc43bf27d36869e7da1dadb6792830ee0d.zip
- Avoid conflict flavors by using 'concurrent' python keyword
- While here mark NO_ARCH PR: 225840 Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
Notes
Notes: svn path=/head/; revision=461647
Diffstat (limited to 'security/py-trezor')
-rw-r--r--security/py-trezor/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-trezor/Makefile b/security/py-trezor/Makefile
index d160084a53a8..7d4bfd8cf926 100644
--- a/security/py-trezor/Makefile
+++ b/security/py-trezor/Makefile
@@ -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:security/py-mnemonic@${FLAVOR} \
USES= python
USE_GITHUB= yes
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
+NO_ARCH= yes
GH_PROJECT= python-trezor