dev-python/sendgrid: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST sendgrid-6.8.2.tar.gz 47681 BLAKE2B 7f9d03f57278f86e8f51598bb58b715958e8ddb1f685e1a831bd47f21e78609297258bad5bde835cb42fbc95495171d42857f30e3612ed8e38d560447196fb6a SHA512 d7f93fdecdf60b423598468e4b773a9cdeda0dc85e22275ab6d9ddadaab25cd80ab710fdf9890ed053efc4e099c2a691b214edafb3b7c77c2914e3a2efd883c2
EBUILD sendgrid-6.8.2.ebuild 769 BLAKE2B 3440d06a500363366066f3b8393437362f37f1c3aaac30487a671bb8c69970c2edd5fa53573fb5204010cf2a627eac6d53c96520e111cec72bde5c3459b982c2 SHA512 a7d0b976c7e76efbfabbbad327dd32d14ead1a6b0978ceb40c08add3df9673caad3bbeae95222626a9dc2b1e60cfa110403428baa9d796611e0d811d9847b58c
EBUILD sendgrid-6.8.2.ebuild 713 BLAKE2B e192ed9d3e68fcff1138301bfc945f92b979848fac36a7c797a74e42c847ce171d982659dd5f56ca089f0f80e0a833199124f9bba0c7a00b444aad17cfa0d507 SHA512 5b020bef722620564ffe3fd3cf8635f945eed00a322284c0325699744f34ac7550cd29dc7cb32ddeabbf07353fedc769d14e34b338c09ffac1eb1ecabdb759a6
MISC metadata.xml 528 BLAKE2B 2ecd328493a59c3349a86ae39548257122bae9b8cea25e5fc3210ce3d262281bbcd5ebfe0564e1265a9064b14d0672a9aa54e5a6ce4e4472b674b8fd8756880e SHA512 ae4864c8da4bfe3cc8447462f925a3b131038b7258ff01480160d2b414668dc131fac541bc24fdeea32bcd6faaee3a96957f3eed4704ba4312f9ae7e720d81e3

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="Twilio SendGrid library for Python"
HOMEPAGE="https://github.com/sendgrid/sendgrid-python/ https://pypi.org/project/sendgrid/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +20,6 @@ DOCS="README.rst"
RDEPEND=">=dev-python/python-http-client-3.2.1[${PYTHON_USEDEP}]
>=dev-python/starkbank-ecdsa-1.0.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"