dev-python/python-libzim - 3.12.0 (sinustrom)

Search

Install

Install this version:

emerge -a =dev-python/python-libzim-3.12.0

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

autounmask =dev-python/python-libzim-3.12.0

Or alternatively:

emerge --autounmask-write -a =dev-python/python-libzim-3.12.0

Package Information

Description:
The Python-libzim package allows you to read/write ZIM files in Python.
Homepage:
https://wiki.openzim.org/wiki/OpenZIM
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
3.12.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2021-2023 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_{10..14} )
inherit distutils-r1

DESCRIPTION="The Python-libzim package allows you to read/write ZIM files in Python."
HOMEPAGE="https://wiki.openzim.org/wiki/OpenZIM"
SRC_URI="https://github.com/openzim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	>=app-arch/libzim-9.3.0
"
RDEPEND="${DEPEND}"
BDEPEND="${RDEPEND}"

distutils_enable_tests pytest

python_compile() {
	local -x USE_SYSTEM_LIBZIM=1
	distutils-r1_python_compile
}

python_install() {
	local -x USE_SYSTEM_LIBZIM=1
	distutils-r1_python_install
}

Inherited Eclasses

Dependencies

DEPEND

	>=app-arch/libzim-9.3.0

RDEPEND

	>=app-arch/libzim-9.3.0

BDEPEND

	>=app-arch/libzim-9.3.0

Manifest for 3.12.0

Type File Size Source URLs
DIST python-libzim-3.12.0.tar.gz 79843 bytes https://github.com/openzim/python-libzim/archive/v3.12.0.tar.gz