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

This commit is contained in:
2022-10-17 20:41:01 +02:00
committed by Andreas Billmeier
parent b3458bb31f
commit 7f7533ec94
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
DIST python-digitalocean-1.13.2.tar.gz 23326 BLAKE2B 2a983e8919439dd01a8f4f6631b37a73fe0e1d4fed06fbb12d6cd209d94a78f4c1ff366a69e28712e3eafd114e67b2c85ef4301296ddaeb0efdf345d6af8a514 SHA512 6f27713b90c4d7b98868313b584490cce67394f328a02e0365aaedd6ac1fdd08f767aaa9597e8635f027576f42a01b0fdc6bf5c809c649f57f897e58f0d40c6e
EBUILD python-digitalocean-1.13.2.ebuild 844 BLAKE2B cfc7026dc571b9047ff5c3b0928c5d0b7c587642af1dd788d273b16f07dbe0ed22a308a9db0d95ad8c6999323b31a52fcd3c3eada36af11f576cabd218e6dc6b SHA512 b1789ba3cfb742ec84e305ecd258f8097d9e06fac8ac2be008e81a5b6e418bdffe64ae0a284eadaa20c704e08533ca13e3cd3930b89ccdd37586b93ee05bee72
EBUILD python-digitalocean-1.13.2.ebuild 845 BLAKE2B 544927928bba75ee3ccd0d124586a41c1f44bfa14b6d33313ca6f0de55bfe2ffaa359e797547fb7abd324e6853abaa25421c0d2d8be93d38ad392eccae8d1431 SHA512 85bfb0897d82cbe9e02b6f4d94bce819698e7ac8b90b78841d0f6f4845e11931e100c4957d89448c5547d3e281a05a2aa03e68d7ecdf1eca645b1f33d8c9a264
MISC metadata.xml 463 BLAKE2B 72c5e8aebe6972bc1cf710cfde16ea9bd81caacb909f6b9063061b2e6c4aab7bc7494762114130f12b9d5756dc0f3aa6855ddb22e26ba1c06fde57d3900bbb93 SHA512 339d0e364924d54309f02e0fba0ff4f514701b15b0a4fe48166591739d038b2089f22ddf3d774c60c9b74b18bd15caaa7df1a822efdb22fa446dfa46daa0dce2

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