dev-python/bitmerchant: abandoned by upstream; removed

This commit is contained in:
2022-11-15 14:27:46 -08:00
parent 439d119251
commit f44e272535
2 changed files with 0 additions and 27 deletions

View File

@@ -1,2 +0,0 @@
DIST bitmerchant-0.1.8.tar.gz 23420 SHA256 fba4c2091084ed0b4f9faac0ebbba8d255c5ccd3a18e7f877ce13aab71649ddc SHA512 c55dc7a35114394b8f4e4af039f63ddef5399d290cbd2bda11b0c09c20bf82be3d5f8016346bb95a71e24f99afd876290c7c2333a0d711d396d29fe54fed67b1 WHIRLPOOL 7892f099e09046630322d8ea0fe6e4e4633b2398c7f26c5b86a9637d88b40ede9df65ba6a4d1b19644c3377032e97308cee024558170f552a200f177e69535bd
EBUILD bitmerchant-0.1.8.ebuild 605 SHA256 3e9edb7dbf34f7332f394d2e31cdd9705168cdb96ee6f9f2f6e658411e480ecc SHA512 a72ec13908edc56721c197c8e282790e697c66254fe431d21a6482c4cac0df1c908503a39170b606bb91d668a5ce510b21185b4f47e9163d7402f28aef8aaae3 WHIRLPOOL 6f29430a8aeff4931bc13a6869b441e9ef372de7e73e7191fa605db73406c013af0dd8a05a595f7e008a16691e695277e0bb3629b95f94d7c444bff7f2f59928

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3)
inherit distutils-r1
DESCRIPTION="Bitmerchant is a work-in-progress python library for common bitcoin/altcoin merchant uses."
HOMEPAGE="https://pypi.python.org/pypi/bitmerchant"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
RDEPEND=">=dev-python/base58-0.2.1
>=dev-python/ecdsa-0.10
>=dev-python/six-1.5.2
>=dev-python/cachetools-1.1.1"