dev-python/pycoolmasternet-async: remove olds, cleanup, enable pytest

This commit is contained in:
2022-10-16 17:02:26 +02:00
committed by Andreas Billmeier
parent 40aef8beb7
commit 24bcb342c9
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
DIST pycoolmasternet-async-0.1.2.tar.gz 5043 BLAKE2B 45429dc50158d51530f3c388ef69611937ab4b8cbc0f65107cd050c9441df49db450b49b0cfb16168c70e60ec731e8bc9109740c33b30cca7f7fbd0afb1c9d81 SHA512 3b5203b1e6df634349d19c570a4ce462196298f5e730356ca6b4d6c9473cc4b2ea97369c9c1cd0c0a4f796b295abb9596924d737c60ed38ef472771c9a669580
EBUILD pycoolmasternet-async-0.1.2.ebuild 774 BLAKE2B 94915a431d580bb5c59f4be5f8e7f3131959a7ab2c3ce83cc619d466918a85f3ae4bc539275bdc828577724fe04dfdae5f645a1b96d720b7d3c48785b8b1e75e SHA512 a378f75e2b17315a829f01a22a3918100c93ca563db58dbe8e61ac06a59a84829068d75e28499035f9594dc81457c1317bf7ca8d9378aee2d72a4cc5ab5e58c0
EBUILD pycoolmasternet-async-0.1.2.ebuild 775 BLAKE2B e2d9ac0868b97df02b0589c36bfd3dffdbb17d7e4cbb918d5bd7ca89242d1707e7f81ce6936f09808222f37e726e1f3586a44507b021bb92043ec761d69557a5 SHA512 0a0012b0d6fac16129dd69426209cdc86b62501222411a5f625cdf84db8c2619af7e6b79f6da8700df3593c250fe328a0093e73f35d485122301c11dad461a04
MISC metadata.xml 461 BLAKE2B a50dbfcfbc0b667a5ef1c3be08f2ccc35f34f935c9e8c4ba76a8b4de0b2d0b9783593a71a27c06b2e8fa670a1e042adc6372ef5821cc29fd95a609cfb6a57029 SHA512 156e2a09247f8a8ad458ef33af9eb570876262ccf9f138d976c92364a1398184b11c301e87c1d100b2970b6ad35c79ee1140a23d8e08dccfc59baa969ab7079c

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="MIT"
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