net-irc/quasselgrep - 0.3 (jjakob)

Search

Install

Install this version:

emerge -a =net-irc/quasselgrep-0.3

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

autounmask =net-irc/quasselgrep-0.3

Or alternatively:

emerge --autounmask-write -a =net-irc/quasselgrep-0.3

Package Information

Description:
Tool for searching quassel logs from the commandline
Homepage:
https://github.com/jjakob/quasselgrep
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.3 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_{11..15} )
PYTHON_REQ_USE="sqlite?"
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="Tool for searching quassel logs from the commandline"
HOMEPAGE="https://github.com/jjakob/quasselgrep"

SRC_URI="https://github.com/jjakob/quasselgrep/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+postgres +sqlite server"

RDEPEND="
	$(python_gen_cond_dep '
		dev-python/python-dateutil[${PYTHON_USEDEP}]
		server? ( dev-python/pycryptodome[${PYTHON_USEDEP}] )
		postgres? ( dev-python/psycopg:0[${PYTHON_USEDEP}] )
	')
"

RESTRICT="test"

USE Flags

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

Global/Standard Flags

postgres
Default: Enabled (+)
sqlite
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

	$(python_gen_cond_dep '
		dev-python/python-dateutil[${PYTHON_USEDEP}]
		server? ( dev-python/pycryptodome[${PYTHON_USEDEP}] )
		postgres? ( dev-python/psycopg:0[${PYTHON_USEDEP}] )
	')

Manifest for 0.3

Type File Size Source URLs
DIST quasselgrep-0.3.gh.tar.gz 30021 bytes https://github.com/jjakob/quasselgrep/archive/refs/tags/0.3.tar.gz