2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-20 00:00:50 +03:00
Files
gentoo/dev-python/annotated-types/annotated-types-0.5.0.ebuild
Michał Górny dc822b01fb dev-python/annotated-types: New package, v0.5.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-06-04 16:34:28 +02:00

28 lines
527 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Reusable constraint types to use with typing.Annotated"
HOMEPAGE="
https://github.com/annotated-types/annotated-types/
https://pypi.org/project/annotated-types/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
test? (
dev-python/pytest-mock[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest