mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
- Update to 0.10.1
- Move from GitHub to PyPI release tarballs as the upstream project has started to externalize subdirectories to unversioned submodules. While this can be achieved by using GH_TUPLE together with tagnames it is easier to take the versioned PyPI releases.
This commit is contained in:
parent
04dc40cc0c
commit
5216132b95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472257
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= trezor
|
||||
PORTVERSION= 0.10.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTVERSION= 0.10.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
@ -19,13 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:security/py-mnemonic@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${FLAVOR}
|
||||
|
||||
USES= python:3.3+ shebangfix
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
GH_PROJECT= python-trezor
|
||||
GH_TUPLE= trezor:trezor-common:7be980a:common/vendor/trezor-common
|
||||
|
||||
SHEBANG_FILES= vendor/trezor-common/defs/coins/tools/build_coins.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,3 @@
|
||||
TIMESTAMP = 1528705638
|
||||
SHA256 (trezor-python-trezor-v0.10.0_GH0.tar.gz) = 0b1c59c39a2806ef7f04d7239d5ff222b33464218142bc6ae304da9a0cbc6dce
|
||||
SIZE (trezor-python-trezor-v0.10.0_GH0.tar.gz) = 253756
|
||||
SHA256 (trezor-trezor-common-7be980a_GH0.tar.gz) = 531108165901acae820db4282e0b0a28c087a7cbeac5c833d8f00087dc64a6cc
|
||||
SIZE (trezor-trezor-common-7be980a_GH0.tar.gz) = 294090
|
||||
TIMESTAMP = 1528812346
|
||||
SHA256 (trezor-0.10.1.tar.gz) = 5bcad3e97129fccd6f8b4cf08f81862e423373617c857feb492cfa1b1807844e
|
||||
SIZE (trezor-0.10.1.tar.gz) = 483953
|
||||
|
Loading…
Reference in New Issue
Block a user