dev-python/httpsig: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
eb00fe2cc6
commit
501b8cc4f0
@ -1,3 +1,3 @@
|
||||
DIST httpsig-1.3.0.tar.gz 17856 BLAKE2B 45e28c962ba5177331600648b879a7152e0e63669ba052c0898ea74c78d3cb92b2bf3e1a2c10a624b8bf20a23970fc1201817a682517c3377899d6a4a4f1feea SHA512 29cceea9e643bcd3b38526bb3f30049adb5e69cadca0c5bb06d6245e61d4d0706760488bd241508682a3a45ce44ffeff564239cd03d0dcd115af3af9d05f8b7f
|
||||
EBUILD httpsig-1.3.0.ebuild 733 BLAKE2B acbfea8a69466ac2107fef8506add3b2280c098ca36c3af0179d5eeb3afc992b5af2e857428995a08a82710aec8cecbb91702a6e0eddeb27f19967ef3cbe3e6c SHA512 389e7983c52ea1d3afaf7ae2e9fef33196a7c11284912af317163ba8690296449839f1d463f83fdef7164656f3ed779f163732b03ea019d4ffbd02250d14c6ca
|
||||
EBUILD httpsig-1.3.0.ebuild 678 BLAKE2B da9369f70edc611706a7729aa3f98b92b4cd486d538d4e141a60556e4031f2e6031f81a723604df6230f190069c641e37204cd5cafa3978f94314afc3c46d57d SHA512 7dca32591b2a25303b4e97ab451fb19cc40bdf1a1182beeefa72802924bd481d02a59b3dfbf5a2ddf65ac9a6f6b737b41a9d63f054c3d165952a40a19b4be763
|
||||
MISC metadata.xml 501 BLAKE2B ca0113379c509e6734e87156f3efe8f824212c1dbfbe6783374e0950b671214d7fe1d9eee886a81b2680ba6648ba8a72e1cbee77aedb14b195ed5efed85a83ca SHA512 7130fea1d128cd11912b191369a041efbb59e68957d4be3aa02a6f8731d044b638484d87029c275df6a07bd0f85dceb250d2e791bd1cefb5d4a929261ea04278
|
||||
|
@ -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="Secure HTTP request signing using the HTTP Signature draft specification"
|
||||
HOMEPAGE="https://github.com/ahknight/httpsig https://pypi.org/project/httpsig/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -21,7 +20,6 @@ DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/pycryptodome-3[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user