dev-python/asterisk_mbox: remove olds, cleanup, enable pytest

This commit is contained in:
2022-10-15 19:32:42 +02:00
committed by Andreas Billmeier
parent 5db703db65
commit ce4e638b6b
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
DIST asterisk_mbox-0.5.0.tar.gz 17727 BLAKE2B 6ef1f3bed4e00a3be7da2fc12e9727cae19164279e57a62b370d5a6ab31da0edc67b2ec1841b85c4f9287df23f1c8bce5295d225304a539753057d01499dce98 SHA512 2aa7cbed790030440714a66ba935f79ed60aafc6c27f102d30be29c1b461158e64bab9c65dcebf2edd60ac878a967636b8e95f0a3481456d49c55831144c5d3f
EBUILD asterisk_mbox-0.5.0.ebuild 779 BLAKE2B bb4c0d0900ffa294f44491e8b22d0cf4013282cfb50c21194c977e8c03f676471f495da482db0f5d0605aee196f79b665a3fd2a48dbc373e2360b92933f46740 SHA512 c9f34889bbbc474c0528aeaccefd74ad18544430667bb9e0e39563be37b59b367b799166496cbac7cad5a55360f9546697b9402bb79aa0d5d07c5dc928a546ae
EBUILD asterisk_mbox-0.5.0.ebuild 780 BLAKE2B 5fdabd23a347719e8b4fd214d3d23beb7f3afdc03ab9044ff4a61d64a59ca7889362a9f3fffc976edbe225de3e121eda640908d7200b17c424d3b1b906a45e7c SHA512 3280eb8084bc1178906cdcb771972c4525c0b74728584f27b176a7a1a907607768cf167bf2f0190d9dbfb04c9b50d7a61f8346d4749641ab9a1250f48608e55f
MISC metadata.xml 456 BLAKE2B 651ce235f1de3091d152c3429671f8d06dbf5d480635d4f14294655a6c45b6ac099549298496771781b439d1962b83d7355960af822f20b14fbdf8aac3953374 SHA512 b43349597bf159be182df1d8eefab7f9b0867c15bed248c70f35fcf3ed01ee7c92b50d0985a1832424a760ea0092b0c1793fd486994af4cae77cf0f3e641725f

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="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -31,3 +31,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest