dev-python/pyppmd - 1.3.1 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/pyppmd-1.3.1

Package Information

Description:
PPMd compression/decompression library
Homepage:
https://github.com/miurahr/pyppmd https://pypi.org/project/pyppmd
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
1.3.1 8 amd64 arm arm64 x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_14 )

inherit distutils-r1 pypi

DESCRIPTION="PPMd compression/decompression library"
HOMEPAGE="https://github.com/miurahr/pyppmd	https://pypi.org/project/pyppmd"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses