dev-python/python-gammu: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-07-11 21:07:30 +02:00
committed by Andreas Billmeier
parent e3d9ac4e6c
commit 2fb9a5b022
3 changed files with 8 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
DIST python-gammu-3.2.4.tar.gz 138986 BLAKE2B c42a5e47d5639236a18879dd1f620055bb3106b0b8449304d8dd8c8146c16579beef4460eade661689f274126918583e4351ded4c37045f55254456a03d80f4d SHA512 80908c0b587677ca81a64e22993963f23a394c5c8e3b762dc4f5858d82843dbb0f99180a6ab34649d238b0f2b78a8bd0109706749fc632cb2d8df7a735edc2b9
EBUILD python-gammu-3.2.4.ebuild 808 BLAKE2B aecb5e7991ed1e8a439934c354e253c3dcb0dacdc4f91fd24896ee78f8a2b443f6c49774595e4a0e4a8a79f5dd5f6779e8a553118e721100e61d61821df9b7e6 SHA512 be0b23be531a993d936fdc867053e8f6ca31f4ea5578fd4dc1e441952ccec421ad8b627b7063ed745905a64a58da997314143a1bf6c186406f53130909c92033
MISC metadata.xml 453 BLAKE2B 646703a14c883f9a4a3bb8dcbf62e10e9faa956621c679ee384926a1db9d349def1f8e6a35819e7b1c91e38a5320a7cab245dc3ec440594ead32f6ec98e2523a SHA512 487fe4104999bbc3a2dc926138b583e7e244f8c61db1fa2683bb33693ef44346df2c4ec34fe907a3f777a9449c9a8ea5f46291f5c3b2d1241cf57600b88ff8f5
EBUILD python-gammu-3.2.4.ebuild 814 BLAKE2B 56f92e3d7a849d1226923763c3c08d937af13b0ba19e2323311629ad9513ebdb8041da6395d1086c53740973c5d4315d1d7f5413a7e6c13765f14a29c4ed6203 SHA512 8db9a1513b7702d2830a842b48a4f59ead86b509c6e2abcd862e1b0c028924f5270472034a99d3300926840132330bf21ef9624df5212cb18b44e04bafc027ae
MISC metadata.xml 513 BLAKE2B 8026af401c73f1e4ad6007a1c01e2218ada667d9de4d55e50d6e98664bdf6a9b51ee56c635116fec545c52c1dcb57226d6a1558069dbdaac7adcd90f375c2f87 SHA512 57a794bbcbd16fd4f4482c7af06baead5310aedd361a526987b2c7499ab83316dcdc05e14305adabe37f054f96626dd5adfc36ee5a2d26a64571257514ea0de0

View File

@@ -7,6 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">python-gammu</remote-id>
<remote-id type="github">gammu/python-gammu</remote-id>
<maintainer status="unknown">
<email>michal@cihar.com</email>
<name>Michal Cihar</name>

View File

@@ -1,15 +1,15 @@
# 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_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Gammu bindings"
HOMEPAGE="https://wammu.eu/python-gammu/ https://github.com/gammu/python-gammu/ https://pypi.org/project/python-gammu/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"