dev-python/oscrypto: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:26:53 +02:00 committed by Andreas Billmeier
parent f0b85afd9c
commit bab6b5ea2d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST oscrypto-1.3.0.tar.gz 184590 BLAKE2B e54fded25e6e3c14ff0048175725ab567a2b19807ec41bce950c37be5ba50515caa6ac79a18f1857cfe227f4013ceab9f1393ac92fa4d4f45dcc1ec69fc16320 SHA512 da88fa7ad7530909e7face20b122d54fa9e7cea497c6727f655c9c5605496d57add4c21b63dbdfe0692e4ab7e0ba25647b14c2f611098f3227c98666eeca27f0
EBUILD oscrypto-1.3.0.ebuild 783 BLAKE2B 68bc2ebe827450ef2cb8e23a154581f14a00811bf7c8acf5b87f6ed72438c080a3fa50145d7d8c8ee0ff67961bd373bf4bfd550bb9ec72e368d2d73712eca09c SHA512 df42f57a9767e98b3853a803eb54b9de0a133a1565db1b9771a3005559e1658ff1d72e06d5bc67594b22379f0c8e3e12350a0ccf2aeef8271a811b9ab6bf12be
EBUILD oscrypto-1.3.0.ebuild 728 BLAKE2B 2f92f7214d4c4fa3333a55ca12c80316676dae6fb2503d82062d4efe72901608a38dff0c8e8094c40937472355f3e657850eef35af4e6e2da5117c83f04dba6d SHA512 cb55a9356b80c92236394508c567fd4197f89e86c7122053db97046f63f835cb225a3dc1f80bb62a4e599fc343e2b6a363b13080ce755b19340fbf17b69b2884
MISC metadata.xml 496 BLAKE2B 9fe17607b59737b65aa7c987b2fc1ddb2f40105fb71eda8280374fd48956dccc0e61d14f9c4644b3f23e1509de1d2c2ac61cfe7e565f978f406e5c4582878880 SHA512 4af0b905a8ce50995f4dcd7a1fa3aa522bb3f947b42c34efd991288d5e0b4054b2b1d45abc423eaf4d3742529721c1acdf35d8ba142717f8e2a893631f7ebefe

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="TLS (SSL) sockets, key generation, encryption, decryption, signing, verification and KDFs using the OS crypto libraries."
HOMEPAGE="https://github.com/wbond/oscrypto https://pypi.org/project/oscrypto/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +20,6 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/asn1crypto-1.5.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"