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

This commit is contained in:
2022-10-17 06:43:36 +02:00
committed by Andreas Billmeier
parent d0f835f2e1
commit feb7ee3830
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
DIST pyprosegur-0.0.5.tar.gz 4715 BLAKE2B fd81d88f2beed1c1dbeb30379dff5d0eef0c8129c0470e16dd660d5ec1cade88afd2b658ecc07c2dee30a8d0cae6ba2ac51a811ad1e1d63229a81239b8fa1609 SHA512 d1fdd289d388d82b90da1418d68e62a3461f25faf2e4016899aa1214d8e7a8fbc0caf354d0d7e3bbdccea1c2f42e6cc600537efa78736086d0a8eace6bcf4231
EBUILD pyprosegur-0.0.5.ebuild 859 BLAKE2B 39ce09bdb94ec324e4dc5515a74f5539ff414a5199d21e5ba502c0d69f0cb6964a9b7765e84081456c6a8ed468fd81821c2da8f906096b5a32b76f4b8fd1297d SHA512 d2399b5a83833f0a52d532ff5358d13f6badd1b5b51a4cf66c9d8353e17e5049a90f3097b7636ec08b068ed08431cd0136a84b52785ccf93858959f6a3123082
EBUILD pyprosegur-0.0.5.ebuild 860 BLAKE2B 0403d91623d6e0284ed6fcbcfa1fea52de21a934ea3d9e96d3cf496ff5c4bd42456af6124ef38d9ac1a24d0142bc044629b382217e04177351cd242ffade006c SHA512 10408d1e2616b14000f53572801699955fbd4f8467fa9a7fe0ccb74dea009308de6368c0903278df5ab181d3b46f746d029dad30525464215efca5d2e54106a7
MISC metadata.xml 454 BLAKE2B bd01251072762ecf15cccaf15ecf5594d874e9fa9f5ee045ee25889e08d1f55b53571efb3992052d888a726fc69755a0cb4d78b3ab8d2d54d0c16b93a69a9dc1 SHA512 a6132c3a9f8fc5ec0d38a291d28fa4486d3e00ef350b56040ed80670881d36e753f93ba9482c4fd385a016b09fccd776734e3c2e29064ced4438f4f5b0079848

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 )"
@@ -33,3 +33,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest