dev-python/pytrackr: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:01:07 +01:00 committed by Andreas Billmeier
parent dcb30a5405
commit 9d65d3e103
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST pytrackr-0.0.5.tar.gz 2560 BLAKE2B 5a5fda84d24718b14361a4ba6a6b7a3d4a934b2bbda0b8c6187c339e0b0b56ff80bbb3ba1a6330623e5f65efe7fdbb4fe67e257c0c26354957f45423cef77425 SHA512 48037eb9c53843fe7122441d5d70a2ba54f01bebe04fa480b7b17d66058e969d407603dbdb40dada4e16b4d8ef0a2ad6c346e660b5f62a8dec9fab743acb1c54
EBUILD pytrackr-0.0.5.ebuild 689 BLAKE2B a65cda435e90c8738e7880149868637c7c5b3c08193ed66c208bbcbbfadaea93b87bd41394d85756e746a3357c29e80078031999d1fa1b2922d010c5713d7f96 SHA512 b665c0fa47f12c9ba37bb97e14eaf38ad9f83ae6ca4b8a8f81dbe6767d4ab7776c8ffd9ed2d857b7c9d851db3fc417db27a009740f4818f393e6dc46858c29d5
EBUILD pytrackr-0.0.5.ebuild 633 BLAKE2B cfb8344dbbee448c55a6219bfd082d99beb627b14bb9a45dc1a49711cc4b0931f24757267bac6562e2aa976a4582212f539855a9601db90403c8c58acf607f35 SHA512 a79418307df825c8e215542ed06c4b065d2bc210d2208f62b47bae6fb9704f267a775f61a9251a77caa66ffaa4291d87736fc3aebcfc63802e2f12c1468ff5e3
MISC metadata.xml 387 BLAKE2B 46a45c4bfcde1dda18f3575c9dab385b3e72597c297dadabea446ffdc06a2bb3dd288ce24e529dd94fc06736c4ba679308fe5a8e9b36d183fc08c3aee030cd7f SHA512 85d56702f0ee04ba02bb6f7791a71951a932c43b4959fac15c46925e369bab2f2c84fe9770785daa61f797c924e139af6cbb7343381824cf1abb6385655ffe15

View File

@ -1,15 +1,13 @@
# 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="Interface to the TrackR API"
HOMEPAGE="https://github.com/w1ll1am23/pytrackr https://pypi.org/project/pytrackr/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +19,6 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"