dev-python/pynello: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 22:19:11 +02:00 committed by Andreas Billmeier
parent 957252b684
commit 4bca9172f7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST pynello-2.0.3.tar.gz 7683 BLAKE2B 13dfc2422e594277c5c471ef3eab12197808c1cac630842cae52c2b03cd7cfcb8bc8c83cb7ef392d5d5fcdc182d9591c8c2f47f61ffa998dd731a2ddfab7b11c SHA512 6330f95ca21f75ab45e3929e011e70206210725e12739e401489e01797fe07bdfe855f11e49d635496c4dd1a343c263ef37a88f3f1537b17a6836b8a2ed9d017
EBUILD pynello-2.0.3.ebuild 767 BLAKE2B b156a58793f938cc56f770098a47fc11c076904152ad3d5e4ffb5fe4a26331d06296597cf2f2ed695f9ead143fdd661f0160dd11022b6b75fac6c951335eed35 SHA512 3bdc5c52d963d3f48fad0d1c74a2cbb7de677f4fb9b3c07b90ee3815248e56e511e72aa3a421a7fcb57afc3686c0fcc98f432732cfe5baa593efd8e11c77af3d
EBUILD pynello-2.0.3.ebuild 610 BLAKE2B 6747e9502bb9e6c52332a2cac3254e2f5b5354911f986bd1eb23f9bb0c312a0c5677c2cba90cfc434ba648cb5c7729d03187e544794b737b2eae8206ea59f031 SHA512 410918253f8245eb4289ee126da81d7172a425fec6e5781f93466e5b635bde7203bf1834b2726a243bf99fff6a3294fdc478c87b7ea2207cbba097c47f96064a
MISC metadata.xml 511 BLAKE2B b98d281dac014f71c0f2ccf9ce2fd9a8ab0926ba7bfc194ccca9451c86d9056e584a98200776d7b6fa0d71510030fbc20dedfacf327d192a1b4c631dc2e0aaa6 SHA512 b7d64d84bac4192b00361823c2f80797e894f3a7efdb6156e9bc5d53ceb029bc5c92534ac29e017095ee4010d0299a1a18917bbb93529bdc4517a6e538ad7965

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 library for nello.io intercoms"
HOMEPAGE="https://github.com/pschmitt/pynello https://pypi.org/project/pynello/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@ -20,14 +19,5 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/requests-oauthlib[${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