python-jose-cryptodome-1.3.2-r2: cleanup & remove olds

This commit is contained in:
Andreas Billmeier 2020-09-06 06:49:37 +02:00 committed by Andreas Billmeier
parent fc6f02b9f8
commit c2466544d5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 4 additions and 32 deletions

View File

@ -6,6 +6,7 @@
* mypy: cleanup & remove olds
* psutil: cleanup & remove olds
* add pynacl-1.3.0-hypothesis-4.patch
* python-jose-cryptodome-1.3.2-r2: cleanup & remove olds
2020-09-05
* repair iglo-1.2.7, drop iglo-1.2.5, abondoned anyway: https://github.com/jesserockz/python-iglo/issues/1#issuecomment-558479023

View File

@ -1,4 +1,3 @@
DIST python-jose-cryptodome-1.3.2.tar.gz 13375 BLAKE2B f94a0de9091f4a9a62ae5fb8478e3753bce24a481a51297678a551f2d97bed7c065166a78cd0e7ea221d989ba6c3b9f99e8f8826dce96edb10c3e9adb647a79c MD5 05a84308b9d74100ca5f0a52faf57a80 SHA512 f7ca2e297d1c39bcf5c771bd140287698f2680f6c710059e73ad74712db21429665e59cb17e767b8e45b62cf9c2ffdca560936d52756b3122064c7ce3f3b9aee
EBUILD python-jose-cryptodome-1.3.2-r1.ebuild 675 BLAKE2B e89a4c8e10bfa51d0144d936e95c7314963c3e5e5f839211fb495cc0fc94dba415a4bc95ae418c41f9eea3f0ee87c9a1695849789ee424fe403dead45bd0fc6e SHA512 09f238b1937975c25b59858846cc2df53ee9f9a068d35fb2db491a499657389775e38b2fa05c415efa4f1ca3866f792e23080ed2c8aa21bdfa00fd29d9ddf4f5
EBUILD python-jose-cryptodome-1.3.2-r2.ebuild 913 BLAKE2B 8d297057748048d9bc97106ca6d63ed4a23381b1588b6675d9bbe0eae629d1e6ae1c377d24751395485f20c6e2942586ff72d1fef92d5e5e64341de10d28fd68 SHA512 ab33948c40a973cbc865b17d2ce58b3a09faca904e80ea2bf430b6bebd0ad129b640576c3a6dfb22bdc89d95fa7d116eb174a43a17960fa2493268556ec87105
DIST python-jose-cryptodome-1.3.2.tar.gz 13375 BLAKE2B f94a0de9091f4a9a62ae5fb8478e3753bce24a481a51297678a551f2d97bed7c065166a78cd0e7ea221d989ba6c3b9f99e8f8826dce96edb10c3e9adb647a79c SHA512 f7ca2e297d1c39bcf5c771bd140287698f2680f6c710059e73ad74712db21429665e59cb17e767b8e45b62cf9c2ffdca560936d52756b3122064c7ce3f3b9aee
EBUILD python-jose-cryptodome-1.3.2-r2.ebuild 946 BLAKE2B 9f019e183f459caa07b0bc2d670f1ceb943298caa8c086b89194bab0075077e96532162b6cc4c73219df636ca3484c0fe0f17e99959cab296172deedc373d812 SHA512 090388c853268af5663b6f2d459e3eeafd78cd403dd2fe1e03eed8d3b4d9793554235a38f3dd1934896e4272c88d20968f57f96fa4ae489f3c69b47ece5ab6c2
MISC metadata.xml 475 BLAKE2B a7027a62acaaaffd801a351c0334c78f542575861a449849e404094ab70ecb02a5d4f84b1753e6db6e67b670160c116e9657a3116197314c265a107ff3850464 SHA512 f0d2d2fadc62c3e5f6eaf14c89d87f7e8a098ce48d3e798ca4a18a127cfcfe7b81555f5b40e43c444fa55f3aef692e464ff0e21b461be57d80cd5b1261389ce0

View File

@ -1,29 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="JOSE implementation in Python using pycryptodome"
HOMEPAGE="https://github.com/capless/python-jose-cryptodome"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm64 x86 amd64-linux x86-linux"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/mock[${PYTHON_USEDEP}]
)"
# Many tests fail, even on a regular tox run on a upstream clone
RESTRICT="test"
python_test() {
${PYTHON} psutil/tests/__main__.py || die
}

View File

@ -16,6 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="!dev-python/python-jose"
RDEPEND=">=dev-python/pycryptodome-3.3.1[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/ecdsa[${PYTHON_USEDEP}]