dev-python/pushbullet-py: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:47:09 +02:00 committed by Andreas Billmeier
parent 17c9c506f4
commit baec40c492
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 8 additions and 12 deletions

View File

@ -1,3 +1,3 @@
DIST pushbullet-py-0.11.0.tar.gz 21653 BLAKE2B a6c9b6f4958ce35b63ea4043d1d4f8691885bd0aa2927af541f2080a0b0b65a7df979a497967f3adceab8ad2382448a4c6a02d1184c9d72a18d91844eb970722 SHA512 b236f30b99e5bb79eff183529716c1c8f83cfd2526fdf50d86041eb6d3fcd6670d0c4dce407ae6e50aea0fa96d6a5527af980148f0c71ef758c480f972ad9659
EBUILD pushbullet-py-0.11.0.ebuild 930 BLAKE2B 02ac7ce1e53b5d05dd7673006feee339dbeeef6774b5c0a9a0f2937609d5382e6fc04c9b535faec0d5116d220a75157c817f40532c93e76d5d88cb48283b67da SHA512 db988ac18a19248f9f8598e5bd5c9499b89e4dc8803db0734a35c6eb638f0de0ee11dc49ca7188b9d096dd2b6d91152d24bb309906bdc71070c5074a8e2ab699
DIST pushbullet.py-0.11.0.tar.gz 21653 BLAKE2B a6c9b6f4958ce35b63ea4043d1d4f8691885bd0aa2927af541f2080a0b0b65a7df979a497967f3adceab8ad2382448a4c6a02d1184c9d72a18d91844eb970722 SHA512 b236f30b99e5bb79eff183529716c1c8f83cfd2526fdf50d86041eb6d3fcd6670d0c4dce407ae6e50aea0fa96d6a5527af980148f0c71ef758c480f972ad9659
EBUILD pushbullet-py-0.11.0.ebuild 786 BLAKE2B dd14e11de9918fc4fac0affe189f370c73d3a0bbf8114f0229ca4fdde5a55b9015c7c4cff5c4d2c5e00f3c3b7707a6a2230c5dd4af619aa834156c8b555dd6f5 SHA512 903de52662b8c46b3c55ea8447b900ad70df89842cd4560e6749e904a890e8c29829b509e4c2c5325800d648e03bc5e1155863d5b89cff5188b535f2f5d56f8c
MISC metadata.xml 510 BLAKE2B f91ef8ddd5f18922d4cb488be0061e39762da3cf682ae3455989f052e8a16e4875eaa8cb71e894aaed0db5a12c530cfc74b5ea67b792eb39ecbc85a9a1343037 SHA512 2ad2104f72f6508adafda3bbdaa423b9e8de521134ecc1583677f816e45f75d09d9de9a384a6ee003bae61220d02981d0652abea99f1c8d9eccb23da2407b7f8

View File

@ -1,19 +1,16 @@
# 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
PYPI_PN=${PN/-/.}
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A simple python client for pushbullet.com"
HOMEPAGE="https://github.com/rbrcsk/pushbullet.py https://pypi.org/project/pushbullet.py/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
MY_PN=${PN/-/.}
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
@ -27,7 +24,6 @@ RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/python-magic[${PYTHON_USEDEP}]
>=dev-python/websocket-client-0.53.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"