dev-python/pyuca - 1.2 (gentoo)

Search

Package Information

Description:
Python implementation of the Unicode Collation Algorithm
Homepage:
https://github.com/jtauber/pyuca https://pypi.org/project/pyuca/
License:
MIT

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1

DESCRIPTION="Python implementation of the Unicode Collation Algorithm"
HOMEPAGE="
	https://github.com/jtauber/pyuca
	https://pypi.org/project/pyuca/
"
SRC_URI="
	https://github.com/jtauber/pyuca/archive/refs/tags/v${PV}.tar.gz
		-> ${P}.gh.tar.gz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

distutils_enable_tests unittest

Manifest for 1.2

Type File Size Source URLs
DIST pyuca-1.2.gh.tar.gz 20114014 bytes https://github.com/jtauber/pyuca/archive/refs/tags/v1.2.tar.gz