dev-python/pymata-express: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 22:09:27 +02:00 committed by Andreas Billmeier
parent 98235a3750
commit 638ab94236
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST pymata-express-1.19.tar.gz 24816 BLAKE2B c93496d90c1b782d36f03514b37061f63d3c4b000585c8cfdede63737ae528f739bb8214ab77e2ed34ee9fe83704a72805fc36a5157089f12dcc72041d10831b SHA512 1c6a3c0c45998b39b711ddf6bdf10466cc8cd1e48df13f51967a1a9cf7cc4c396958d8a48ca5877a970b5ba5aca84455488bdd39d2f96076094853f31fb54b95
EBUILD pymata-express-1.19.ebuild 729 BLAKE2B ad0bcfc7951424ad2f5ff014e2462a2d207fba1c3cef8bbdbbf51d08935cfa37749fab993ea9b3aefa24f394faae65be57995722c25c0b619e95c7b0eb092358 SHA512 33e39842b5f7d21d245807d2197b5acdd38ff52972b67e198f3623d6101e63e52ac254ea762e6927031c940a58b549f1b55a415f621964aa15e5e114da57cdc4
EBUILD pymata-express-1.19.ebuild 592 BLAKE2B c699e70a2913e13937ab74ee2d7b2e99ece8e98c22c4ff5b2f7ea27f5c7b6d50b28333bf184c076bc812f3bb6ef8d5fa215d61da83ec5eb7080a8815782ad490 SHA512 ed7fc3110179844f8400832ac7a5466bae2dba23f5ef859d330ce7c8b9a26d073c1cfc0589534f3a5958d67a46d1f14d7e3efc322cb29142ee94a836b63a7959
MISC metadata.xml 460 BLAKE2B 2a23546abfcfb119f6db14032bd4a260b6d3c61077bfc71a069ceb2063e84704aaa97042fbeaf96fb76549e8c14778d2722a94345137a3c4a8e9a5b774dd2815 SHA512 ca1ab1b6f3ffc3ef7973b2d7f623b3a47c5a4bff2352f7585f75b4568d9cfd187bdd157ced1586b2f7d4034b384fff35368165d088615d4828684e60b893b2df

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="A Python Protocol Abstraction Library For Arduino Firmata using Python asyncio"
HOMEPAGE="https://mryslab.github.io/pymata-express/ https://pypi.org/project/pymata-express/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="AGPL-3+"
SLOT="0"
@ -18,14 +18,5 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest