rework & clean up python-jose-cryptodome-1.3.2-r2

This commit is contained in:
Andreas Billmeier 2020-09-05 17:25:27 +02:00 committed by Andreas Billmeier
parent f25bb66ecd
commit 7e1bef5f4b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
6 changed files with 48 additions and 41 deletions

View File

@ -42,6 +42,7 @@
* vallox-websocket-api-2.4.0: fix websockets-8.0 compytibility
* update discord-py DEPENDs
* home-assistant-cli: fix Typo
* rework & clean up python-jose-cryptodome-1.3.2-r2
2020-09-01
* bump xknx-0.13.0

View File

@ -1,4 +1,4 @@
DIST python-jose-cryptodome-1.3.2.tar.gz 13375 BLAKE2B f94a0de9091f4a9a62ae5fb8478e3753bce24a481a51297678a551f2d97bed7c065166a78cd0e7ea221d989ba6c3b9f99e8f8826dce96edb10c3e9adb647a79c SHA512 f7ca2e297d1c39bcf5c771bd140287698f2680f6c710059e73ad74712db21429665e59cb17e767b8e45b62cf9c2ffdca560936d52756b3122064c7ce3f3b9aee
EBUILD python-jose-cryptodome-1.3.2-r1.ebuild 719 BLAKE2B 8400f25d1360101e30b8a7304696bfe18eeb10f5d32d8090cf2aa7c562a1750b0d123ceccf7e23a9fc8664a365e1f1d19ecc347fbcdaf138abd90e4d3573d558 SHA512 4ac81ff073a564c839dc14bebc6d9cfada439930af31981ae8469e301ae722240aa5d9be0960eff7c1f79c253326b1cbfa757b1a9f8b887c924585864d06f228
EBUILD python-jose-cryptodome-1.3.2.ebuild 717 BLAKE2B 245f203ba67c2832fb933ff3ab031ce45e2fc094e430b9e0ef4d67868617e8449cd64dfec7ff43805d95d83b422e1b6741a5c74f74a1f3de2b0e60bca833124c SHA512 c17608b2453dac4b591a768a73790abea687983d4c31914ea6540142cb809b6afd368fc3d83d88dc002d10f10e39116069a803228884f43a4ebf18e0acdaeec0
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
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
MISC metadata.xml 475 BLAKE2B a7027a62acaaaffd801a351c0334c78f542575861a449849e404094ab70ecb02a5d4f84b1753e6db6e67b670160c116e9657a3116197314c265a107ff3850464 SHA512 f0d2d2fadc62c3e5f6eaf14c89d87f7e8a098ce48d3e798ca4a18a127cfcfe7b81555f5b40e43c444fa55f3aef692e464ff0e21b461be57d80cd5b1261389ce0

View File

@ -5,4 +5,11 @@
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">python-jose-cryptodome</remote-id>
<maintainer status="unknown">
<email>mike.philip.davis@gmail.com</email>
<name>Michael Davis</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -16,13 +16,10 @@ SLOT="0"
KEYWORDS="amd64 arm64 x86 amd64-linux x86-linux"
IUSE="test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/ipaddress[${PYTHON_USEDEP}]
)
"
)"
# Many tests fail, even on a regular tox run on a upstream clone
RESTRICT="test"

View File

@ -0,0 +1,34 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="JOSE implementation in Python using pycryptodome"
HOMEPAGE="http://github.com/capless/python-jose-cryptodome https://pypi.org/project/python-jose-cryptodome/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/pycryptodome-3.3.1[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/ecdsa[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
${PYTHON} psutil/tests/__main__.py || die
}

View File

@ -1,32 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
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 x86 amd64-linux x86-linux"
IUSE="test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/ipaddress[${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
}