dev-python/siphash24 - 1.9 (gentoo)

Search

Install

Install this version:

emerge -a =dev-python/siphash24-1.9

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/siphash24-1.9

Or alternatively:

emerge --autounmask-write -a =dev-python/siphash24-1.9

Package Information

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+ )

Ebuild Details

Version EAPI Keywords Slot
1.9 8 ~amd64 ~arm64 ~ppc64 ~riscv 0
View Raw Ebuild
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=meson-python
PYPI_VERIFY_REPO=https://github.com/dnicolodi/python-siphash24
PYTHON_COMPAT=( python3_{12..15} )

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

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/c-siphash

BDEPEND

	>=dev-python/cython-3.1.0[]