dev-python/gitterpy: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 12:55:26 +02:00 committed by Andreas Billmeier
parent 011286a76d
commit 7a04688a8e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 11 deletions

View File

@ -1,3 +1,3 @@
DIST gitterpy-0.1.7.tar.gz 2958 BLAKE2B aa91d017fd3df81a13911221d73625d7bb6297aecd55f32f4dd81682a26c192660346151da63654271f33ad79bca9de51be8615bad4e28096d2a6053ef262940 SHA512 149ea70a62e4ec11371b26e10a5dac909df231f61767b2e1cad9495d53d5cf8be8af5ffd0dbb177bbf25c8bbfc14631a8a3131191636c47148ad702f4e31df91
EBUILD gitterpy-0.1.7.ebuild 703 BLAKE2B 170bff11f6c89ced785f1b57a45797441eacfe41cc2aa1df33b8fb631e52a6a97cd6fae5b563a6b4117febe10cb8e263b9f2d4fdf231bd3020f1f9cb387453e0 SHA512 f47c0a4617aa4b0f5d1e90b5fc4dea1fa5ee212138e05f6b1ce30f81191eded9dbe72748111732e71717b5a7c41200e3b53b61780ad1138d2954babc12a3479d
EBUILD gitterpy-0.1.7.ebuild 607 BLAKE2B 7aa73d250d14435e8f06fed8a27a07782ecd37d82a11dc7ad3761ff455355f50a6a7c8f8f2603906946b794c2b554ccdc93f8107aa0469bbafdcfba4c02ffc5b SHA512 de970fe9158e802989cd5ac6384413f04f2fa9f4d3b54dd1a1bf47d0d216122c236289cea0f5a2946cdebaf2dc3d934ff3bbf37caf450231b53a97fae649cfda
MISC metadata.xml 516 BLAKE2B 01e608c3e51c22b7c5e8fab900a01eda83faca187a01691056816c7f304eda01fdd382002643fdb83acfa81e1b49aceb88d7553a1d08af47322e912d606aaeb8 SHA512 56fc296ca800220e02ab02a33f005050ade2cfd0475fe39d68936abe7c88b889a25f31246278ed329c23eea87a5991e61d04dc4b8497dfa5d9715cb621e4b1ca

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="Python interface for the Gitter API"
HOMEPAGE="https://github.com/MichaelYusko/GitterPy https://pypi.org/project/gitterpy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,13 +20,8 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/requests-2.20.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest