aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Zuber <a.zuber@gmx.ch>2021-02-01 06:22:48 +0100
committerAndreas Zuber <a.zuber@gmx.ch>2021-02-01 06:22:48 +0100
commit6d11ff517552a72e2206d0314f790f063605c124 (patch)
treeed7ce94de47c1ecc4a080a401492610d62905351
parentdev-python/bitbox02: version bump to 5.2.0 (diff)
downloadguru-6d11ff517552a72e2206d0314f790f063605c124.tar.gz
guru-6d11ff517552a72e2206d0314f790f063605c124.tar.bz2
guru-6d11ff517552a72e2206d0314f790f063605c124.zip
dev-python/bitbox02: cleanup old version
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andreas Zuber <a.zuber@gmx.ch>
-rw-r--r--dev-python/bitbox02/Manifest1
-rw-r--r--dev-python/bitbox02/bitbox02-5.1.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/bitbox02/Manifest b/dev-python/bitbox02/Manifest
index 711327c38..b3a3bb367 100644
--- a/dev-python/bitbox02/Manifest
+++ b/dev-python/bitbox02/Manifest
@@ -1,2 +1 @@
-DIST bitbox02-5.1.0.tar.gz 51297 BLAKE2B 8450cbc4b040cc5b9d9923cff5c2f07e6819032a9fe1b54a108b6bc7a1571535c0930ec8f63a2c13c9abe098d7ba1c6c3f0e138caf1220ab484248cf164a18d4 SHA512 2088d8a93172a5d8a233c1dd0b73d08182d9828f7a799273cae3665b49751edd98660f305c3e8dad0df10300f2ebe38a1233498fe43ee40647a2b0a242bb2096
DIST bitbox02-5.2.0.tar.gz 53182 BLAKE2B 6794c5c6c8b269316f6ec851b0dfa3646a39bd53e5be8e1364f4e2d8706ff545f43793734cd96339f6761120f3ceb813c871c6e7b847439c2669cc2a4bf89970 SHA512 8c804c3ad09308f599cc45ba62a9db43e16f5f4a5a7de848b5e67f8f8f224832792da038ccdb7f91a4fac159c774080df3b44c9ab21ff9525cf9dec231d8ec3f
diff --git a/dev-python/bitbox02/bitbox02-5.1.0.ebuild b/dev-python/bitbox02/bitbox02-5.1.0.ebuild
deleted file mode 100644
index 35da71f8e..000000000
--- a/dev-python/bitbox02/bitbox02-5.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Python API for communicating with the BitBox02 device"
-HOMEPAGE="https://github.com/digitalbitbox/bitbox02-firmware"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-python/base58-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/ecdsa-0.13.0[${PYTHON_USEDEP}]
- >=dev-python/hidapi-0.7.99[${PYTHON_USEDEP}]
- >=dev-python/noiseprotocol-0.3.0[${PYTHON_USEDEP}]
- >=dev-python/protobuf-python-3.7.0[${PYTHON_USEDEP}]
- >=dev-python/semver-2.8.1[${PYTHON_USEDEP}]
- >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]"
-BDEPEND=""