dev-python/noiseprotocol: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
d49682819e
commit
23bde720e5
@ -1,3 +1,3 @@
|
||||
DIST noiseprotocol-0.3.1.tar.gz 16890 BLAKE2B c9cc26c56540ea29ed342f734fd0fc74f0ba91b6e785042c0d2a5b13801b18d8f49a61ad9ec4a3c6301b157ea7861c8a0e5bcbeb716c145d373b2f44ef9f1431 SHA512 dab72a3633549fc245c3f440da557879d148c7bc84167f79bcdb726dfc0896cc395b982af82d2a04457b09d8bc73f4daa24e7d8c648892ea603ab3e34f508094
|
||||
EBUILD noiseprotocol-0.3.1.ebuild 718 BLAKE2B 1d818dfb5b1302eda1ea427cf2566ead01c9fd8899d8e784a5e9ceb9ce5a2af942c51187bee74c3f94981cd0ab514a1a10e5a40cfca4b41595c74883ce6c4950 SHA512 f625b1d3bf6f3bf123c9e22cd9af8124cf03a7ce1f5e3e2158721438e7e2521ae629d9422424efe833632bfb26220895bac857a471c52cf6541c280fe2bd44a2
|
||||
EBUILD noiseprotocol-0.3.1.ebuild 724 BLAKE2B 1a4993927cdf06f49464ee33493af0c2b69a4275b8e33cc98e5d77390764880eb5e081c8eeb0e93b7ed81f48448000c9aa1e6cf8785020ce6ce64f4bb165808a SHA512 077dba92dac193bc677ff0c5ee43fbb8ffe27cb3daa9993aad09c111e1c5dba2c2174e242d558c759e45bd9b585a6d78bbc713b8e21aac3beb0a1577786132e5
|
||||
MISC metadata.xml 534 BLAKE2B b385b0efe100e3db950d8de7a6b4a796a9ebc4630af4f3ea1f517ad974e00161698610c94e56815732e7b471e611afefd573dc720f72eb7487909b25ebfb20ed SHA512 30e11d3b5a4071e2de411cb54308dcffbb4a405e2b58d9cb457fbf90c792f45d1d79691f76b1be6f8450ab814a4e3c9f25c4bdd0f13ab31bf98f2e5ac39780e1
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
# 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="Implementation of Noise Protocol Framework"
|
||||
HOMEPAGE="https://github.com/plizonczyk/noiseprotocol https://pypi.org/project/noiseprotocol/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user