dev-python/freesms: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 12:03:30 +02:00 committed by Andreas Billmeier
parent 1e4d949e38
commit 158ea6f71d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST freesms-0.2.0.tar.gz 4295 BLAKE2B 9244ce773e906dcbd18a6fa7b36e1444922ed7f8fa86d32a447a0dedf9035b7ca322658b2dfec2223c453fcd8b13432e9444a539d100faaa3effce44f3a0ffe5 SHA512 41e45185bbfdd5cc35a538c89bea7e52ac2acbff83aef7f694f51b270124c57719c0086e53930ca36ff4de77b05beb186d4357dc0dcd1cd07767ae1f0eab59d5
EBUILD freesms-0.2.0.ebuild 754 BLAKE2B 1fc935e87a8e292d320c46ff4ff29fac9da65ef30b894e65f20ed3afdd73d2394d16770ca472282b39f3217559751c3571338039c94c8e4b78e16d82bc1c6126 SHA512 4298da0cccbff59b3e0f5aff76a4be3ca9e63682f65b71e36384d4d656cbd15ed8c7048d9306a355a4633e2194da83d1298a4c485616aa94fddb4ddb642e235e
EBUILD freesms-0.2.0.ebuild 699 BLAKE2B 5591fea08936151a28aa977748b879d86e0c951683941a49604fd89d66756f956cafa8829577f7bf99bebc7dfdb1d6438266fdf0850e21c170babb4a1a05b085 SHA512 68fd9af45a9fa3b3559e70ee0568a7d4316bc242ff41f85ec95b1f616772694d6cbc523b17657a01595bf90c508596b94bd3dcba69a59ed8a61d461ae9d8fafb
MISC metadata.xml 515 BLAKE2B 6a25f8f6c1558af5ccfcdf9735aa8b930476658382bfba8d1a826a47c984bcb83dbef886a42467b8e4afe64010aee640bb1e4cc80060cdb787cf4e223b963a9d SHA512 58722afb4798a7fb8c9782e6472db71c07ed4b11044849ccd53e6a08398ea32ab82a8a76805007035def94b109a35ddbf3553ab7ad3545356b25c8ef4ece8f27

View File

@ -1,15 +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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Send SMS with Free Mobile"
HOMEPAGE="https://github.com/bfontaine/freesms https://pypi.org/project/freesms/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -23,7 +22,6 @@ RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/certifi[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"