dev-python/pyrail: remove olds, cleanup, enable pytest
This commit is contained in:
parent
4f7a290268
commit
0bdaff143f
@ -1,3 +1,3 @@
|
||||
DIST pyrail-0.0.3.tar.gz 2112 BLAKE2B 38adb2f94740412c681e8896e6004c512772e58757fdf8271394b14ca6c4442ae800c8cf3b974b713923518dc8924955244b9f342afbd35f306f5483fd6527f3 SHA512 a848a62df82e27414912b6d4a8ce048c1be5bc921ca43088696633b9bcf17d985aad83105b64c63c849a0ded3f5af7cec47a82823893f00d81ef449a68fa6b13
|
||||
EBUILD pyrail-0.0.3.ebuild 972 BLAKE2B 7f15ade2940e33065d04d8dba1412b83b3ed27d8e67b03823177523ca8cc00fe316a25d308d26e81714be351a504f9855737dc7c9d2b2313561f47ea9dadadcc SHA512 c3842eda236204666edd702df6cf55f07e950e6a1daddeeff95be5ccc44dd631ce12f340f7d1a886b0532bd58a68e918edb9061d84fff60179007782cbff2087
|
||||
EBUILD pyrail-0.0.3.ebuild 973 BLAKE2B 04a61bfc0b9dcd8438c7c11027cc306b4ddd8d4e8910f777829d7587d2a41673ae6dfa3b69b9690f44d183fe3e966c40a99c52395a77ee6bb461d38cc313d8ee SHA512 fbeb872853f5f34a90b0cecbe8411447f32d402e8a7a8a847e1ef5871bad9aba32f45e491aad63178da9b74a2e3c8ecc42e90b6987d7f261dfe27127aad02309
|
||||
MISC metadata.xml 459 BLAKE2B 212bf1fb6fadde75c202e6aad46ab0f6b3029e26ec6d7d648a567abe375fe9bc72981ad2d7e5e2d2884dc668e1554d950446af2fd2bb265d45daa30a06ed67c1 SHA512 0e7aa48963e9bb7e5740effb4200f6129a241fb0580eafea8905e35c10f7f706dd6d2740b007fd5b07a47d16dba2164b0327ae84439f6a7199381fcb933d2f71
|
||||
|
||||
@ -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 )"
|
||||
|
||||
@ -37,3 +37,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user