add pytest-runner as BDEP, fixes https://bugs.gentoo.org/889536

This commit is contained in:
Andreas Billmeier 2023-05-01 17:08:18 +02:00 committed by Andreas Billmeier
parent 6e4da779e1
commit bc73632a68
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,3 @@
DIST slackclient-2.5.0.tar.gz 49814 BLAKE2B 19f9e66af086d431494de0ef7f3569657eb769022223d0e9b0f74c0600858e20de397fd385dc1c41d416eb3a98a7437d2b0c1b5e156be6d98941b26749103c5b SHA512 3a7a1e741e81e673cb09f8b1d9a18ca3d0e7a0e41a7ac6062725b87752f3877548faa0f9150eb1b1775479dfe9035d03fd4d991ac108b0f634cc179f4b70e2db
EBUILD slackclient-2.5.0.ebuild 660 BLAKE2B 18a4b8c37d481a7cbceccc77c211249907cb4c216366462f70193f6cfcdb5c2252fadaecaed00e1fc61171f6d920bb53f57b34c991e76f6997c947df243263f8 SHA512 61ac1ce35bb8d77dce88a21fc86c4ff9f2f7337d5d6f368ed2b4e5fc44d9033c7fca922a17361dad80f41504a2dbc60fd87b94e74438530ac3be0b3dd63993c8
EBUILD slackclient-2.5.0-r1.ebuild 688 BLAKE2B f2971d6522fdd2d5fcf4a7984bb385490a39a75c164ee02412d0259535902589833130f1eb0e28be68d07ee9d6988aed7b65e719219996db2b1325df685038ce SHA512 a0898d6dd8f90e541a08d027d00e82e18303d159f6663323f8d3fd64231bba58f236da2b6a056abdabce27e447c99da1660d2ca57837514826aa8490aab7a0ad
MISC metadata.xml 534 BLAKE2B 8a5c3291b0c6f5b48543b2728cd875cc9560bc1aedda9995a80d3d520982a72ce080472b3869be923c459e1d3b41df10723ae46498d1e7c9de2eb1f34126ddd9 SHA512 5d06c13feca56caa372337cf2b760e171607159c2e09c3e44ca49089146bbf1d670ef39744206da2f14a133349f86bcaa84bc44215e23f795794878437d7894c

View File

@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Slack API clients for Web API and RTM API"
HOMEPAGE="https://github.com/slackapi/python-slackclient https://pypi.org/project/slackclient/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,6 +18,7 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]