dev-python/huisbaasje-client: remove olds, cleanup, enable pytest
This commit is contained in:
parent
7437ab3640
commit
3e3c391d71
@ -1,3 +1,3 @@
|
||||
DIST huisbaasje-client-0.1.0.tar.gz 4261 BLAKE2B 337089494710fcb9b42d9306e4bd5d5025602fcb4e9e9be94a55ba7cb869b57d03cd694ffb6eda6a2696947ea429b6812e0776a40fccb601b8340fde7b94025d SHA512 90f3e3af5291bca051b50467da664ab6faa66240987aac86f141634e00b27b086af62c6c1102243d30ab5ef798c2decafdab91b80196bb6f4134db80427620f9
|
||||
EBUILD huisbaasje-client-0.1.0.ebuild 726 BLAKE2B 3e366d02f33d7f32cc4953b31f17a8585c349114db096a65f8efbaecfe2a72b5cb96278bbd25fd2a29474d57fde0b246428d55e76a275b6151e10e26ff2a2745 SHA512 84a728c68e9067ae4aae8b3f9948b8097adcfadcf399ca3251f2cd01b4d4bd09b3a6114c0acfeafdb85982a8e641271bd742d7f3548e23b0998ddc492ce34afd
|
||||
EBUILD huisbaasje-client-0.1.0.ebuild 717 BLAKE2B b2fac57b8842d87b0cc92587501099a3076fa69048a9cbcaead40f031db60441cc8bdbda2fb8c7663997b485657d3e9980c50d7af6b5b5d7d81fee2cd6f2c877 SHA512 a3cd88309f926e83192b216bca7467dfa286ba97efce9ab9189fe48ffbd28a8fb8ef5378339edaa49fd04f421f0af5f91a849e3379a705948c8563e9a540e4d7
|
||||
MISC metadata.xml 464 BLAKE2B 904f6d533d5c8c774154e5b190eaed66798b0b6a50f8a4970f0a631e479c96cbfd43c83858687d4be61559d2971710a8e12e559200a68e5d577e503c589aa65e SHA512 32c06edbdf23ab86104881411d30562b0831af42c57d95494eb6c9fa98b2ee052baea1c3d80e1803753bc7ea23510f949e014f7215b9e230dad77410e7f88647
|
||||
|
||||
@ -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_{7..9} )
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -13,13 +13,12 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
@ -31,3 +30,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user