dev-python/pysha3: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-09 18:45:36 +02:00
committed by Andreas Billmeier
parent 6d3526adbb
commit e5ec8b5a3b
2 changed files with 6 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
DIST pysha3-1.0.2.tar.gz 829192 BLAKE2B ff0c0e1cc35f5e2efc0a7d3074022aaa1e05fa72cc151560180fe08958c8f83ec2b0f50f9e1bf772fd386647f3d44e8b4139f5593f6d0d678412eabe4829e939 SHA512 57476d24b9d399471cf56c8c1413f58dbc863c16d4fe9ebd2cf65df8092e139e2505252605e3fccd68978f5ee3fffdfeeedee6788aab38a54c918a452fc19720
EBUILD pysha3-1.0.2.ebuild 639 BLAKE2B 00ab0b299a17da79573d50f2718fa36e9e3ec5c9b223f41cf52d5ed55ad5be6bd9e7d8987df564dcaf2eeae9fd43960be94eb0a1bf00255797145bdc9bc26ce7 SHA512 18eeaef69a67ce3f579d01087c750eab0cd7c83217a4ee80003c11dcae9735095e02180d28ae4be003aae91d7fc23d90aba0523bf8fa3398aec1d7c5a8e70e21
EBUILD pysha3-1.0.2.ebuild 644 BLAKE2B 3fc3ace856166cf41042b8ad2d60933d4bdeb8cb9f501b39556a32fbf7ff7df17e218b1a489ed4d1297b00471cc48b5b7eda7ba44674881545fa34270608d238 SHA512 800be442e097d5a08605b2721011d087d90a898434574df962e08611de47a02ac63485f47744290e87c15b58ecf64f54e822af2e00a58b3acad651039e08cec1
MISC metadata.xml 509 BLAKE2B f679188ac3b3168ec76e24b458c91788d3a1871fd155980f112ff7040e2599e6c6ba03d9d80c284c3fc4fe40604ee6958b0392dc20e7ca488982ef5588158ef4 SHA512 de57d3e1deb66800ce270de5b189c6eb8c1d991e889f569c5bb6e5f332a7b6e77f1a53b7097c8b0dbbd3ac7d2bc2955af63cd1bf505d38dfdc44fc7171755cb1

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="SHA-3 (Keccak) for Python 2.7 - 3.5"
HOMEPAGE="https://github.com/tiran/pysha3 https://pypi.org/project/pysha3/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2.4"
SLOT="0"