dev-python/pymata-express: remove olds, cleanup, enable pytest

This commit is contained in:
2022-10-16 18:21:00 +02:00
committed by Andreas Billmeier
parent e2650f00c7
commit db92a896ab
2 changed files with 7 additions and 5 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 791 BLAKE2B 13e27012882edb95070bda54a7e90d297e11961e44879e41641079e4bc7d5ce08e7a1075dcdd1423a905b1a0d32138755bf58f63706999ef50da7c1ed89bce09 SHA512 09c0542321ec1fba60b7282847ebca3b5165fc4c8bf3b4c8b1914d6328239454b2ab71622d49aa3d7896124467feb455d79ada3a954a20d6af10071958b2b0f7
EBUILD pymata-express-1.19.ebuild 793 BLAKE2B 2aa0f9c3fb9041e1ffcaec8ce90db971f829cac56d4b10b2f9d8a8d1a7a172e32a5d50da4f59185e57caf75c1141c873d5e52173036d2f809e34cf01ae97e417 SHA512 1834d5cd61c0f73b0c572f03c12547ce58bf4a7b1d4e5cd0933ba9af2e00fa7e5e55b8a4652108b36b3b5ebbf2d28475f54fb80374849b2c7d6fa6406adab1c4
MISC metadata.xml 460 BLAKE2B 2a23546abfcfb119f6db14032bd4a260b6d3c61077bfc71a069ceb2063e84704aaa97042fbeaf96fb76549e8c14778d2722a94345137a3c4a8e9a5b774dd2815 SHA512 ca1ab1b6f3ffc3ef7973b2d7f623b3a47c5a4bff2352f7585f75b4568d9cfd187bdd157ced1586b2f7d4034b384fff35368165d088615d4828684e60b893b2df

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="AGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -29,3 +29,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest