diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-01 19:51:16 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-01 19:51:16 +0200 |
commit | 49236b0ef2c261b6b2f21e8623fa73efa10f062d (patch) | |
tree | 7f40d13408f1b21985bf985cacc3437e5ad3b3e0 /dev-python/nest_asyncio | |
parent | dev-python/pkginfo: Stabilize 1.8.2 ALLARCHES, #830413 (diff) | |
download | gentoo-49236b0ef2c261b6b2f21e8623fa73efa10f062d.tar.gz gentoo-49236b0ef2c261b6b2f21e8623fa73efa10f062d.tar.bz2 gentoo-49236b0ef2c261b6b2f21e8623fa73efa10f062d.zip |
dev-python/nest_asyncio: Stabilize 1.5.4 ALLARCHES, #830414
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/nest_asyncio')
-rw-r--r-- | dev-python/nest_asyncio/nest_asyncio-1.5.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.4.ebuild b/dev-python/nest_asyncio/nest_asyncio-1.5.4.ebuild index be2f4e2dd502..f0e6d83af43c 100644 --- a/dev-python/nest_asyncio/nest_asyncio-1.5.4.ebuild +++ b/dev-python/nest_asyncio/nest_asyncio-1.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" distutils_enable_tests pytest |