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

This commit is contained in:
2022-10-16 18:31:39 +02:00
committed by Andreas Billmeier
parent ad2e64f51d
commit abbfb95f17
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
DIST pynello-2.0.3.tar.gz 7683 BLAKE2B 13dfc2422e594277c5c471ef3eab12197808c1cac630842cae52c2b03cd7cfcb8bc8c83cb7ef392d5d5fcdc182d9591c8c2f47f61ffa998dd731a2ddfab7b11c SHA512 6330f95ca21f75ab45e3929e011e70206210725e12739e401489e01797fe07bdfe855f11e49d635496c4dd1a343c263ef37a88f3f1537b17a6836b8a2ed9d017
EBUILD pynello-2.0.3.ebuild 829 BLAKE2B d407443e499c18cb33082d1298eabab5df61e72e517d346eba6747a918a1a4ce6944db4b92594cb583486b664236e28b41883aa84a759b65677ab61a10105e4d SHA512 7cef230761dd3936f54cdffbf6d50a535769318a3113fc2ca7aeee1c9655713fca0e92981695b3ff5ba5c5d3dc3fa9a39287fb625087b36f683e8abf623a68b8
EBUILD pynello-2.0.3.ebuild 831 BLAKE2B 4489556eea70d8c23cdc7b07e5c8507a9b5dcfa05fad2c355ebea2b4b698ac799be3d72d64b3cdec63dc64a7cd27e347ec2c6e03788d2858401be5285c06e9af SHA512 b965cc94f155173b0e9aaa12f34ba7dc3edeb0450cfaf39ad3409a7bf3ec7714ec7836fd0edd1bb15d4057de1d7b173a21e79de9c02a8796015fcfa25df0b795
MISC metadata.xml 453 BLAKE2B 5e6bd277d56014e22ede9cb5220c79bbba6fa23048bd834a7fbb64be68161ef517ff007ef4fb303b85ae582476a126e748f7502a10cbad6a55906c718bb95f5e SHA512 0b7483c038c99efd16ebb5464503623de5f0b3c5299797cf68926c1127ec2d8b88ef92459b2dbfeab2c6575b4173946f5e2356c78cc093a8f6ecf12cfa5c4d85

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..9} )
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