dev-python/python-telegram-bot: remove olds, cleanup, enable pytest
This commit is contained in:
parent
ba0aebc2ee
commit
2d0a61897c
@ -1,3 +1,3 @@
|
||||
DIST python-telegram-bot-13.1.tar.gz 284408 BLAKE2B 223985a9dd26d13dc344021c5c0e265cf2a6d867455c3dda26076ce82d59add2363b825bb4112d5949aaf22ef57ab3b116476a2e89101c332f61c1584e4a16d3 SHA512 128e6107acbbdcf5a8f4052032ba8b2c49e2a4df6f08d8d595f189e865a7a925340e471d36639e8b547b7405c785945f426e4c2df8647e85e4927071165979ba
|
||||
EBUILD python-telegram-bot-13.1.ebuild 905 BLAKE2B 6d0080bcc9ade8a07f3dc928d06739bdfb3eca526955f516221658df7b0bb65506807b170e877183d30b67485127f058da968d2fa02f016b28098e58c4ef18fe SHA512 0e937a53582655708ffb31d5669005811899f1d1e8530ca52b251767232b36ad2716a2c64dc55ee7a3c3c48ff9395c5b09a50f9e901c7e5d3e3da3e5336ac018
|
||||
EBUILD python-telegram-bot-13.1.ebuild 843 BLAKE2B 0973e67bd2a041bd5e0aec9695f285116daf355357f786d308049730e8df88cebb096c627ef6c643fbc139bbcf08d8327ad2a2545207a919d733e0ddcbc3003b SHA512 0b2b0be74e26115d62fdf04bbbe00c8130b3df8941d421623ded96ad54573380e4cea052a50a1b6961410c5e32d21c626b11cd9fb854350f8f09025d352c29b7
|
||||
MISC metadata.xml 474 BLAKE2B 267b8eb7a533ef2bfbd5b553c3b40a42e9c42e4d0f7fd95dfbd9716a047f5e7a15a96232ed8d4e35907eb7f017845ca5dbbcdcb24177d84f4b915fac182a51f2 SHA512 87636d0dd61d7a9326e9e06b0d7a1514d886fc7d94d86ff34867d7abd0e40857c97a09abeb2e65897fd0b12dc866533ea757f0a94f4a640897a7983a586cefb9
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 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_{6..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="LGPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@ -26,11 +26,11 @@ RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
|
||||
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