net-misc/warcat - 2.2.5 (jm-overlay)

Search

Install

Install this version:

emerge -a =net-misc/warcat-2.2.5

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

autounmask =net-misc/warcat-2.2.5

Or alternatively:

emerge --autounmask-write -a =net-misc/warcat-2.2.5

Package Information

Description:
Tool and library for handling Web ARChive (WARC) files
Homepage:
https://github.com/chfoo/warcat
License:
GPL-3+

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_{11,12,13,14} pypy3_11 )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1

DESCRIPTION="Tool and library for handling Web ARChive (WARC) files"
HOMEPAGE="https://github.com/chfoo/warcat"
SRC_URI="https://github.com/chfoo/warcat/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND="dev-python/isodate[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

distutils_enable_sphinx doc

python_install_all() {
	distutils-r1_python_install_all

	newbin "${FILESDIR}/warcat.sh" "warcat"
	dodoc README.rst
	use examples && dodoc -r example
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-misc/warcat | euse -E <flag> -p net-misc/warcat | euse -D <flag> -p net-misc/warcat

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

dev-python/isodate[]

RDEPEND

dev-python/isodate[]

Manifest for 2.2.5

Type File Size Source URLs
DIST warcat-2.2.5.tar.gz 58428 bytes https://github.com/chfoo/warcat/archive/v2.2.5.tar.gz