gentoo-ebuilds/dev-python/siphash24/siphash24-1.8.ebuild
Arthur Zamarin ed6e597902
dev-python/siphash24: Stabilize 1.8 arm64, #964889
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-22 09:01:56 +03:00

29 lines
615 B
Bash

# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=meson-python
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="Streaming-capable SipHash-1-3 and SipHash-2-4 Implementation"
HOMEPAGE="
https://github.com/dnicolodi/python-siphash24/
https://pypi.org/project/siphash24/
"
LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
SLOT="0"
KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
DEPEND="
dev-libs/c-siphash
"
BDEPEND="
>=dev-python/cython-3.1.0[${PYTHON_USEDEP}]
"
distutils_enable_tests unittest