dev-python/uharfbuzz - 0.53.6 (4nykey)

Search

Install

Install this version:

emerge -a =dev-python/uharfbuzz-0.53.6

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

autounmask =dev-python/uharfbuzz-0.53.6

Or alternatively:

emerge --autounmask-write -a =dev-python/uharfbuzz-0.53.6

Package Information

Description:
Streamlined Cython bindings for the HarfBuzz shaping engine
Homepage:
https://github.com/harfbuzz/uharfbuzz
License:
Apache-2.0

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
inherit distutils-r1
if [[ -z ${PV%%*9999} ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/harfbuzz/${PN}.git"
else
	MY_PV="3e8a1e2"
	[[ -n ${PV%%*_p*} ]] && MY_PV="v${PV}"
	MY_HB="harfbuzz-14.0.0"
	SRC_URI="
		mirror://githubcl/harfbuzz/${PN}/tar.gz/${MY_PV} -> ${P}.tar.gz
		https://github.com/harfbuzz/harfbuzz/releases/download/${MY_HB#*-}/${MY_HB}.tar.xz
	"
	RESTRICT="primaryuri"
	KEYWORDS="~amd64"
fi

DESCRIPTION="Streamlined Cython bindings for the HarfBuzz shaping engine"
HOMEPAGE="https://github.com/harfbuzz/${PN}"

LICENSE="Apache-2.0"
SLOT="0"
IUSE=""

RDEPEND="
"
DEPEND="
	${RDEPEND}
"
BDEPEND="
	dev-python/cython[${PYTHON_USEDEP}]
	dev-python/pkgconfig[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest

python_prepare_all() {
	distutils-r1_python_prepare_all
	[[ -z ${PV%%*9999} ]] && return
	export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
	mv "${WORKDIR}"/${MY_HB}/* harfbuzz
}

python_install() {
	distutils-r1_python_install
	python_optimize "${ED}"/$(python_get_sitedir)/${PN}
}

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
githubcl

Dependencies

DEPEND

	

RDEPEND


    
    
    

BDEPEND

	dev-python/cython[]
	dev-python/pkgconfig[]

Manifest for 0.53.6

Type File Size Source URLs
DIST uharfbuzz-0.53.6.tar.gz 224968 bytes mirror://githubcl/harfbuzz/uharfbuzz/tar.gz/3e8a1e2