net-irc/quarg - 1.1.0 (guru)

Search

Install

Install this version:

emerge -a =net-irc/quarg-1.1.0

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

autounmask =net-irc/quarg-1.1.0

Or alternatively:

emerge --autounmask-write -a =net-irc/quarg-1.1.0

Package Information

Description:
Search Quassel logs for matching messages and print them
Homepage:
https://git.oriole.systems/quarg
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..15} )
DISTUTILS_USE_PEP517=hatchling

VERIFY_SIG_METHOD="signify"
inherit distutils-r1 verify-sig

DESCRIPTION="Search Quassel logs for matching messages and print them"
HOMEPAGE="https://git.oriole.systems/quarg"
SRC_URI="
	https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz
	verify-sig? (
		https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz.asc
			-> ${P}.sha.sig
	)
"

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

IUSE="sqlite postgres"

DEPEND="${RDEPEND}"
RDEPEND="${PYTHON_DEPS}
	dev-python/python-dateutil[${PYTHON_USEDEP}]
	postgres? ( dev-python/psycopg:0[${PYTHON_USEDEP}] )
	>=dev-python/sqlalchemy-2.0[${PYTHON_USEDEP},sqlite?]
"
BDEPEND="verify-sig? ( sec-keys/signify-keys-oriole-systems )"

VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/signify-keys/oriole-systems-20240330.pub"

src_unpack() {
	if use verify-sig; then
		cp "${DISTDIR}"/${P}.{sha.sig,tar.gz} "${WORKDIR}" || die
		verify-sig_verify_signed_checksums \
			${P}.sha.sig sha256 ${P}.tar.gz
	fi
	default
}

python_install_all() {
	default

	doman quarg.1
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/python-dateutil[]
	postgres? ( dev-python/psycopg:0[] )
	>=dev-python/sqlalchemy-2.0[,sqlite?]

BDEPEND

verify-sig? ( sec-keys/signify-keys-oriole-systems )

Manifest for 1.1.0

Type File Size Source URLs
DIST quarg-1.1.0.sha.sig 239 bytes https://git.oriole.systems/quarg/snapshot/quarg-1.1.0.tar.gz.asc
DIST quarg-1.1.0.tar.gz 38673 bytes https://git.oriole.systems/quarg/snapshot/quarg-1.1.0.tar.gz