dev-python/nextcloudmonitor: remove olds, cleanup, enable pytest
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST nextcloudmonitor-1.1.0.tar.gz 1925 BLAKE2B 503a54b25a70314227f9da7ce9f0b736a0c32ea00bc9e8bb61cb325f48a0f840f55738d967481819594ed846f5bedb5ae02018dd46cd2670e8e4ec8a5f0ac871 SHA512 c42d77dbe28c16f2555ec9bc8190608a3e359d051ad1d425e95e802c62e1f74c06e204b1f476a2c26df99027b9848ec8db5a54d83c7fa95a003c246659382289
|
||||
EBUILD nextcloudmonitor-1.1.0.ebuild 778 BLAKE2B 684868ab9480481b931cee74870cf8a73edea07b28fb1277ce428573e7523f587fbdeb89fc07c0655c187a0e8e7645c2ac153c5d601f90820c6df3db01ff1a3c SHA512 fd921e09e340802349b9fe5ffc6e5ca78cbd144578aa3886cdad67a5676dd67015c2ba89916c599ac31f7aa8f20682219a3920619eaa83df5283436940a3be31
|
||||
EBUILD nextcloudmonitor-1.1.0.ebuild 779 BLAKE2B d9efa0a8251d4e44053ea4b2021a283ca89ab6fcf61f18c4debf30f20e088c9c88f70fc26f9f315e4de4e2a3985ea7abc194e0c7b378bd4c4d93162c575e522a SHA512 4ebda093921dfcdbfedda7760dd88718898806d935483b22ae34926a902252c40c2c39a57953fdf84f09c2cdea0701137ecaf416243f61a3a1b89298d438c0bf
|
||||
MISC metadata.xml 335 BLAKE2B 5400c60c200c7cd5284ab315a9f28e128e2cc209829f150a822a3271fb832fdcb1bd7d02cf0472d902d2e653a68cb373b550a361fa7f36bf8516edc96b790865 SHA512 3c1b8d9b72b82b4b01f3b524be172817ace1bcc898b01d4cf61c5a4a6bba7a5384487700237a86b1aea7c68a9091cda24a9577fce6b8ed7d2e3d4a77cd52dd8d
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
@@ -31,3 +31,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Reference in New Issue
Block a user