mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
sniffio: stable
This commit is contained in:
parent
388d7b3d43
commit
72e1328c79
2 changed files with 2 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
|
|
@ -13,12 +13,11 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|||
|
||||
LICENSE="|| ( Apache-2.0 MIT )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
|
|
|
|||
|
|
@ -298,7 +298,6 @@ dev-python/aiomultiprocess
|
|||
dev-python/aiosqlite
|
||||
dev-python/pyee
|
||||
dev-python/trio
|
||||
dev-python/sniffio
|
||||
|
||||
~dev-python/click-plugins-1.0.3
|
||||
~dev-python/censys-0.0.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue