aboutsummaryrefslogtreecommitdiff
blob: 8cd5bf37b7bfc4930d9d4804a2d15c4f89ecbf5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )

inherit pypi distutils-r1

DESCRIPTION="A high-performance immutable mapping type for Python"
HOMEPAGE="https://pypi.org/project/immutables/"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="test? ( dev-python/mypy[${PYTHON_USEDEP}] )"

distutils_enable_tests pytest