dev-python/aiogithubapi: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-10 09:10:38 +02:00
committed by Andreas Billmeier
parent 3750b6b877
commit 905db36eb6
2 changed files with 5 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
DIST aiogithubapi-22.10.1.tar.gz 38264 BLAKE2B 7971519028bb72b9147b5deed274b4cd3a17bfe2607fc6b00e84942d02e72496437d4e5dcdadbce1ad1c5d374815a5053743b4e2cd92be79965b34b6d8058eb6 SHA512 419fbad33d6ad0c3fa9d416b4a3807c6d5f63910bdb95418f4f3ac838d9c7163660723eab903e052153da0e98c0b093dce50a7aa90bd4ea02bac559c456bfeb1
EBUILD aiogithubapi-22.10.1.ebuild 907 BLAKE2B c3edede17344d0f94bb5268b7038601c3134ffbbb0c8a735abad2203bf789760ac6ce5b4ce5507bd75494d2efbe67bea85f628ba28eb68e9d7557b2a008d8ced SHA512 c24e04cb7bb007ea3e09b9173348045f8d5d9e6e60b9e621e3ea713cca24ce1b2dc45f694cbf0a7f29a4d50f49aaa0ec958cd5e8dc238360277582e84ca00b4a
EBUILD aiogithubapi-22.10.1.ebuild 892 BLAKE2B ffbfb9d58016546d7713966e3ad55a9e46e23d3d5d694c8947ad23bde0e6ffe91dd917b2a137b9ca0cad318da7efb5620c4b563820e8c119c223c13fa4a7a945 SHA512 19a12ddf943701ce7dfb83df3a3df4cfdc3d49585e73087328b465649e955d162fd6627d00eed7c1571aab07b78683fab04053598673ecda1d95d135fb989c44
MISC metadata.xml 513 BLAKE2B 26e60ec444b54f315bb40176cbf2c764eb8118f9a8d294dbca99ba3a51f0e522cba5518ee33ac770d522a2382715fbfd5550f8958b9d43888206d6cc7fd2b81f SHA512 6e585021dd863c123ad307665387adf63b6ff37ab9794b324cbbd50907f84e7b264a82d2ea63100ee726366687e4266717c45902664a572fd3fc7be31edaa296

View File

@@ -1,16 +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} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for the GitHub API"
HOMEPAGE="https://github.com/ludeeus/aiogithubapi https://pypi.org/project/aiogithubapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"