dev-python/twilio: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-01 22:49:12 +01:00 committed by Andreas Billmeier
parent 086c182c29
commit 7bba49947d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,3 @@
DIST twilio-6.32.0.tar.gz 541109 BLAKE2B 0cc208b5dac808e2e19ded3411555292ffe366d9c726c3763bf5e4ad70881fa892b06273c3aed8eb1812ebff105ebe758d98d04afc93af7d414a5850b91c7de0 SHA512 5c5beb3d0d454937d2720b97dd38948f51e0f9ab61fc29a34c9660942f4e865075955bd0b1e4ee55ea83c6a79a4da971a98f55095b6dec58c4c653a916310a49
EBUILD twilio-6.32.0.ebuild 788 BLAKE2B 79863ae3cb44038ad8dd7c024efc1bc6885be349f6051c3c1b9dee439b847729a781410e48f31651ebd623f31bd1797501de3af8ac558b3791cd51fe094a9aeb SHA512 f0738cc97179c98f4eeed5c865373b065bb287b9be0b2a8ffe251099673113ce57fa87c1f6088b55145e1e3cc5ce857a5ab4be861e21c3ecade8042c497747ea
DIST twilio-6.32.0.gh.tar.gz 541911 BLAKE2B 0863ae0c9c200d45ffc88bc95f0d98a872a08ee783720ee76a0d94e4dfa7c5748ca6d51db0c960c1616a28fd911696f7dfbed15571d68e8ecd1c853168fe257c SHA512 7e0f63a2397a81bc19a839aadb28645446e15f97575dfce4145dc44920ce51f542d346b475c941564c024ba529c2362cff0192a936a4215745916f27a4455ebc
EBUILD twilio-6.32.0.ebuild 846 BLAKE2B f9ea6b78b1de21b08b9cab2b4fb116d4d6ffe7b5074f07de1b1b1237fadaa84321c4e01354dfadaa490fdaafec19588e76cff1dda65a9fa71396c6529da351b9 SHA512 bd828ef25e65b113094c289104db704e54f5c3f10a813874c551e3164c3fde714c4f310ba994638cbf04a4d9ddbdb8bc9b3992eef2f5dca981a5619c37dc7e73
MISC metadata.xml 502 BLAKE2B 86a3dbebc98d3b228e08ba828a2721e597da648ad50bba2502aca226f1a3ca14118fdc03c25f407e50882b7516c277fa586986bc20ffcc893d7bfd1902494168 SHA512 eb2e45f715985a43ed0e9d39d73a8a755ddcff79e809a1d98d88e488d6842d1b869c46c5e84a5caabcbff8418884f0ca3764d5d40a778925746f59f6bd5c6c95

View File

@ -1,15 +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} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Helper library for the Twilio API"
HOMEPAGE="https://github.com/twilio/twilio-python https://www.twilio.com/docs/python/install"
SRC_URI="https://github.com/twilio/${PN}-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/twilio/${PN}-python/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${P}.gh"
LICENSE="MIT"
SLOT="0"