dev-python/google-crc32c - 1.8.0 (science)

Search

Package Information

Description:
A python wrapper of the C library crc32c
Homepage:
https://github.com/googleapis/python-crc32c
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.8.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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

inherit distutils-r1

DESCRIPTION="A python wrapper of the C library crc32c"
HOMEPAGE="https://github.com/googleapis/python-crc32c"
SRC_URI="https://github.com/googleapis/python-crc32c/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/python-crc32c-${PV}"

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

RDEPEND="dev-libs/crc32c"
DEPEND="${RDEPEND}"

python_compile() {
	local -x CRC32C_PURE_PYTHON=0
	distutils-r1_python_compile
}

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Dependencies

DEPEND

dev-libs/crc32c

RDEPEND

dev-libs/crc32c

Manifest for 1.8.0

Type File Size Source URLs
DIST google-crc32c-1.8.0.gh.tar.gz 65739 bytes https://github.com/googleapis/python-crc32c/archive/refs/tags/v1.8.0.tar.gz