holgersson-overlay/dev-python/multi_key_dict/multi_key_dict-2.0.3-r3.ebuild
Nils Freydank 11dd0fb3c3
*/*: Drop all KEYWORDS beside ~amd64
Currently I am only able to seriously test for ~amd64. This also
evectivly reverts the commit that added ~riscv to sys-fs/gocryptfs:
535421924b18f602b971e605782a47cf2fd522ab
2024-08-19 05:00:00 +02:00

22 lines
438 B
Bash

# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 pypi
DESCRIPTION="Multi key dictionary implementation"
HOMEPAGE="
https://github.com/formiaczek/multi_key_dict
https://pypi.org/project/multi_key_dict/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RESTRICT="test" # no tests