dev-python/stringcase: remove olds, cleanup, enable pytest
This commit is contained in:
parent
e21054a035
commit
2727c6456b
@ -1,3 +1,3 @@
|
||||
DIST stringcase-1.2.0.tar.gz 2958 BLAKE2B a649604d079ae0ff00032b7c5efb9941b511ad32937de7f75b5946539641c3ece7d3bec61806f9457e716514bb272c92723bedd107412936c9376273df273240 SHA512 c987f9aa42d22bcfaa6559791bf9292e4300af00d2cf2165838cacd6203b913da197852d49285c30188ca529fd529513cce73a1984f5555cfb81e704977786d3
|
||||
EBUILD stringcase-1.2.0.ebuild 719 BLAKE2B b03fbb725c11b3ac3ca80ceaaca0a73426ba45f8cb4e73a4fc0cca1d80d81d849ac8c8b80865b17724f3472e8f0c6931a9a551d5bc8670613e690707e0937599 SHA512 265f60b8b8a95160f394a4ee0e32a67a657eec13fb0dee586f6c301b4c1c773d6c8d44964edb650c111b418b90f5ab4cfa878175f4528dbf55e717fe8fa3e1a2
|
||||
EBUILD stringcase-1.2.0.ebuild 645 BLAKE2B ff24c33db2f8cecfd750105a7e4dec2fc6f324d145162bcaec5c53b159e68fbe871d5323a9e6131d27fe61709c96b4bc29ac18a6f21ddfaad840887a54a8e1de SHA512 3cac6abc55028daa6e16d9811bbe9e259958bafcefef5920590502d89bf6e445a31a9c919f9f9fca7fd51bf63dc414297e46a8a9abfda84c3656417d907edf34
|
||||
MISC metadata.xml 462 BLAKE2B 96556670bc351d0c4689e23eac393889ffc21fcc9a1c4e9efd843405b0196448da790f0df066816c72d6e182f96cc5fa76f210547c8672dd8a5227e90cbca527 SHA512 d6998fcfdab2f8d58824944f038b70fb859b388243f73ab317be3560c4e684d52e621fe74356e20023455987397b59eb0a2f0fe2718fba8d3f982e47102144af
|
||||
|
||||
@ -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,21 +13,20 @@ 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 )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user