diff options
-rw-r--r-- | app-crypt/trezorctl/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/trezorctl/trezorctl-0.10.2.ebuild (renamed from app-crypt/trezorctl/trezorctl-0.9.1.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/trezorctl/Manifest b/app-crypt/trezorctl/Manifest index ebb0adfc..dbdd531b 100644 --- a/app-crypt/trezorctl/Manifest +++ b/app-crypt/trezorctl/Manifest @@ -1 +1 @@ -DIST trezorctl-0.9.1.tar.gz 211046 BLAKE2B 9ae80b4b02cd093f64cc85e7fc3a897c057589ac2ed8f58f1f030039c0b917d628a7023e1ce8d8e12fb8110e59aa5ddf0274094acae38e7ad085cc20ff1fa6a7 SHA512 48f4248ade97acf831d2fea3809db61a7d32e3179fd27d61bac8d0acffa8a00e54605af033306072136128f63163d21624422984321b7388bce1e1b75a08c483 +DIST trezorctl-0.10.2.tar.gz 254192 BLAKE2B 39d1d282178a8e85d1f28b7c76a35919b9500ec9e4cacc80e5becb226f9f36207fbc22eb4ef85b95ba13d8518278a72a4013e8a16aecd98d29858b2fbef13915 SHA512 ec73c2ab75ddbff85fea014a5ad2988b8417fecc28188d33b4f66a444920e88f3f64e7b1973ac149c51545120da8b3acc1890626178372302ea2133f922f349c diff --git a/app-crypt/trezorctl/trezorctl-0.9.1.ebuild b/app-crypt/trezorctl/trezorctl-0.10.2.ebuild index ad8d1438..e4afedbe 100644 --- a/app-crypt/trezorctl/trezorctl-0.9.1.ebuild +++ b/app-crypt/trezorctl/trezorctl-0.10.2.ebuild @@ -3,14 +3,14 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit distutils-r1 bash-completion-r1 DESCRIPTION="Client side implementation for TREZOR-compatible Bitcoin hardware wallets" HOMEPAGE="https://trezor.io/" SRC_URI="https://github.com/trezor/python-trezor/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" |