commit: 3ef6d7ba7ca50c669ba7d20deda8d53cddbf17e4
Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Mon Nov 30 09:00:43 2020 +0000
Commit: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
CommitDate: Mon Nov 30 09:00:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ef6d7ba
dev-python/bitbox02: cleanup old version
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>
dev-python/bitbox02/Manifest | 1 -
dev-python/bitbox02/bitbox02-5.0.0.ebuild | 26 --------------------------
2 files changed, 27 deletions(-)
diff --git a/dev-python/bitbox02/Manifest b/dev-python/bitbox02/Manifest
index e3dd845d..8f073a09 100644
--- a/dev-python/bitbox02/Manifest
+++ b/dev-python/bitbox02/Manifest
@@ -1,2 +1 @@
-DIST bitbox02-5.0.0.tar.gz 51158 BLAKE2B
16d068e6c649bb89e4b3bb72e1c9b5efb7c6f777e5e3123b1194c99c83ea8fea7305e07254c01b124625a6271e63406cec84f4a972293bed912e50f2441c807e
SHA512
02af9bb708f9cbf3dbd2bd91c8c62992b543563edc3e3c5a3968594626e10f5cded3c8d57cbcee6d5eb2600c208ee6c6fd1886532e11e735269329e874a0e7c1
DIST bitbox02-5.1.0.tar.gz 51297 BLAKE2B
8450cbc4b040cc5b9d9923cff5c2f07e6819032a9fe1b54a108b6bc7a1571535c0930ec8f63a2c13c9abe098d7ba1c6c3f0e138caf1220ab484248cf164a18d4
SHA512
2088d8a93172a5d8a233c1dd0b73d08182d9828f7a799273cae3665b49751edd98660f305c3e8dad0df10300f2ebe38a1233498fe43ee40647a2b0a242bb2096
diff --git a/dev-python/bitbox02/bitbox02-5.0.0.ebuild
b/dev-python/bitbox02/bitbox02-5.0.0.ebuild
deleted file mode 100644
index 35da71f8..00000000
--- a/dev-python/bitbox02/bitbox02-5.0.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=""