gentoo/dev-python/orderedmultidict/orderedmultidict-1.0.1.ebuild
Alfredo Tupone 8b8fb72886
dev-python/orderedmultidict: new package, add 1.0.1
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-05-20 20:36:55 +02:00

21 lines
441 B
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="Ordered Multivalue Dictionary. Powers furl"
HOMEPAGE="https://pypi.org/project/orderedmultidict/"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
distutils_enable_tests pytest