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

This commit is contained in:
Andreas Billmeier 2022-10-16 10:56:47 +02:00 committed by Andreas Billmeier
parent 1b159b5e84
commit 2a47ef7b07
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,3 @@
DIST locationsharinglib-4.1.5.tar.gz 54594 BLAKE2B d42b5cfea9b561c91c0f2f00add393219ce672b6303504c39434a1637e51a37ae5b4e393eac3f3ea71f17d874376686ba6a16cd73ed28ded95ab86e151047484 SHA512 3acbd33e4357748f21cd5f86f8757a91341ab14bf59d7501c08a76671b4e7c63365bc677188665389ba3b58e72663e11f7769445984e9ed7992b1c672c3cdacc
EBUILD locationsharinglib-4.1.5.ebuild 1188 BLAKE2B 2c0cd690ae2a9cdd4ff06111d3f8410ac4e4385d5bf6e23cd1c6133b0c180b45bc0badcb0c83e2d3dae97ce399f5217d65461f5651590d37ed4f40fd94b9b050 SHA512 7a77bfbe3e5344020127179360bd7937acf46acdec2bee0b8977fe96e0bdbdced1b9a8c3e7cfc3b3e8cb4728528b2ab33b6c48853dc057d5a5d81de9ca492495
EBUILD locationsharinglib-4.1.5.ebuild 1190 BLAKE2B cb86395adda9af578b2ab3ad26ed5107eed456af89738b0b4dbad9df126d45ff39bb6104f8638044854c08b55e2922f20afbbde4f0382ca989190114a1080418 SHA512 6b2a50e7fbc2cc1951dceb36323acbb1b6c8a1089c7b3cb82e1ed1824348ae955c22c896b733c186682477a7d34f45b74115a3212b4aac5be4990bd6d3c97bd5
MISC metadata.xml 467 BLAKE2B 433692ab1e732670b7a091d607f1e6b0d86ab62135307b18adb6cae58d39cc2920e205f96ec90b45fe2a805bac914c19699793d4275c4fcb13b790f9b82d9990 SHA512 78583d1e038014fce08956d044944638ff56c0cee155c9975c40a59a0b79123e5e807622d8a72516403779abdf19cac5342671a4320f69a4d5321ffb24636d49

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