dev-python/PyMata: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-09 18:39:54 +02:00 committed by Andreas Billmeier
parent 9b460be5f0
commit 1d10c6128c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST PyMata-2.20.tar.gz 23143 BLAKE2B 1e007b69cccce99736a7b4c408bb850985d74ab8c1f9807c0926596d2ca0305e6acf0449ef3a39bf4bbb8703a0b1d4e34dd9f1eb2d560b6752f756d30ea4a1dc SHA512 22ccfa550cebcfd61246af07c131cc70ea478e8cf1b98371bba79b2239af598b3d966e09edf2c511f3afe4aeb83b7ce72d427758f09e42b926a2273661fa043f
EBUILD PyMata-2.20.ebuild 709 BLAKE2B 52300121846161d2f6acf21b49500242694d9add0e3290283c11190b39c5bd333ff7e88f8e1a423dc8273289c6a399bd419bd51d7743db63102f4b4157e97c46 SHA512 39f8d64716bce1fe03035982908842b80657c14574869ded4240c1280f42c8116245395c864aa06b3be777d165d5ede3dd591e33398236342e94fb8172c0a3a4
EBUILD PyMata-2.20.ebuild 714 BLAKE2B 9d7e898670f7331e4ae3015745121858e0b5408df8b562ca8b10e5316f3a25ce43e9d170405244079d61aafeb611b3501b57e8efa8787063954790efa044554a SHA512 de5ce5b3954d61b20774c7ae922719e904f7c593297d4590db1e22527235cf441c68a8c18b49b75f6a351ba8f0a8fd291adffd49d8b9f9bec1e446dbeac5cb95
MISC metadata.xml 508 BLAKE2B 0ae10d6d8a627650c2acb048a0445d3f01f62ec883083ade7afcd95aa36d9d0c9561667fc5e02e75723561076ae803a96fbe39516db0ac57e3cc3276edd9dbe9 SHA512 d0cec46d939e09be13e0985070197de45302151e2543dcd3990e57a4657e5e78ed5c3004ae52f1f65167f3dd55c90362d124edd2deb521052a2cc57a7a58dcaf

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A Python Protocol Abstraction Library For Arduino Firmata"
HOMEPAGE="https://github.com/MrYsLab/PyMata https://pypi.org/project/PyMata/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="AGPL-3"
SLOT="0"