dev-python/notifications-android-tv: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 18:55:19 +02:00 committed by Andreas Billmeier
parent 28856943f5
commit e2de136fd7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 12 deletions

View File

@ -1,3 +1,3 @@
DIST notifications-android-tv-0.1.5.tar.gz 4503 BLAKE2B 6940972deb34a9e8019f4738474cf0ad2cab5790ade353173c8337138c7be59056a5280f728645aba199091446f646c52873585b6f2f343eba66ca4312ffe0a9 SHA512 2cf443710e85c5dd9661ded01ee9e2c2c21a7a0e38fa3390dd45ac9364b966661177f54a37a09d128097fc6bd4046d38fa047c149cb3c3d47d937f0e9eb514b5
EBUILD notifications-android-tv-0.1.5.ebuild 794 BLAKE2B bd1a23d0c49699bcaabae826aeb2a625027b896520d1038e23ddd7acefeac776c29bda2d7abc82ee1c4f4070b3475a87a81fe2b0db97c001bb6ac1697c90f77d SHA512 12be485cc18b192cac886959db9173752bbdbebdd974934c8e72626575ef3c723b712d9b0d99a058895c26c70f06b9b7495090444b33a3c47f3b3f52708f5052
DIST notifications_android_tv-0.1.5.tar.gz 4503 BLAKE2B 6940972deb34a9e8019f4738474cf0ad2cab5790ade353173c8337138c7be59056a5280f728645aba199091446f646c52873585b6f2f343eba66ca4312ffe0a9 SHA512 2cf443710e85c5dd9661ded01ee9e2c2c21a7a0e38fa3390dd45ac9364b966661177f54a37a09d128097fc6bd4046d38fa047c149cb3c3d47d937f0e9eb514b5
EBUILD notifications-android-tv-0.1.5.ebuild 643 BLAKE2B c1e5800095bf26be54dcec7ae444efc8ce6b34a4fbdf49699cc26a618f2aa1a4e23a6715ebdcc854b3fa896c6a8306de123e5b8104ea2104444d42875b731346 SHA512 a75679ca816b95fdd85426c481b408c6752d5670a87cf33c59812e3c34664feb7b5d5c1008f2f37513404cf325513da39f1df102faac38863b4135dae80a070d
MISC metadata.xml 541 BLAKE2B 99e910f6ee142ca8d14b818f935286029319adefc9b80650eee4135f08a0c33ffc3fdb1ff2ffae33e099b1e63b3a6202374050e51be8c404cd391f6c75a8e8c8 SHA512 a9bf2dcd3c307e05f08e47bfb075ba740bd7e941954dd69c4c644ed5588148ca0a3c9a23f05f60eb407aeecf15c2840512f207fb3e8fdb9e7a27770e2ef5dccc

View File

@ -1,17 +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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Notifications for Android/Fire TVs"
HOMEPAGE="https://github.com/engrbm87/notifications_android_tv https://pypi.org/project/notifications-android-tv/"
MY_PN=${PN//-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
@ -19,11 +16,8 @@ KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.MD"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"