dev-python/baidu-aip: remove olds, cleanup, enable pytest

This commit is contained in:
2022-10-15 19:47:00 +02:00
committed by Andreas Billmeier
parent 187144c80b
commit b368c823ac
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
DIST baidu-aip-1.6.6.0.tar.gz 8199 BLAKE2B acea45d4f9ee2a17f5024fb0c6e78b4fc4858169b7fbd7ef5aeb805865f3a8e4dbb436da9a8227b76dea651362c245f6ebb6e385a037ae9cc8280a9507e17896 SHA512 2d2f192130c9b124321b008bebf068cbef30041abff1c95b983c1718f30124ec233e8839b78ba17e2cd6a0990da37b1d023233e3ca0659a4151a50ad66c73276
EBUILD baidu-aip-1.6.6.0.ebuild 671 BLAKE2B 3b0e6cda9c9bdc591e4c40939c698dd9d5bba59387a262eee1518d84c50448381811168b8227a2dd1482ab851b95fe18fd60f45b042794270841b87f5e24c2f1 SHA512 199b234900581b1801e7e31c0f928787bfc58078577c1e7c487ea264be7aff1f4f7cc49c07b2c839672ee3ab1c0bc5cfbc02caa894b3080dac646f179ca35e0c
EBUILD baidu-aip-1.6.6.0.ebuild 676 BLAKE2B ea67ab92c46b0e241c9179a6c698c444ae4182e4a2ee8f5ab94b1ebd2802fcc7fa7d299a9eb83df8e4ade571dde53a2aec679663d3d431ae971ec55ba471908d SHA512 999453a7b06e11ff0278e0eff4ce48ef0ba4a26b6ece373c2484d1757f5a9238af11eef30d80e254ffae581ade91d91776d6b809aa316138697da9564acac2ae
MISC metadata.xml 440 BLAKE2B 5ed306345b2cbf9ef6fef4f560a44723d9f930142ab3346e06156bedd02935347fe428f46f2350265740aa78709c2e3c1802537a9a1f1e7040f9be2ff3d76b12 SHA512 6b3d11f574d67c19f9158c19d6d16fcc0ed433e92b5f51e0377b9911cbfec43dd22eb76271ff6feb88e577fc8647f0e740669390d4c0ea898c7635802b405d60

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_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
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