dev-python/etoolkit - 2.3.0 (sgs)

Search

Install

Install this version:

emerge -a =dev-python/etoolkit-2.3.0

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

autounmask =dev-python/etoolkit-2.3.0

Or alternatively:

emerge --autounmask-write -a =dev-python/etoolkit-2.3.0

Package Information

Description:
A simple toolkit for setting environment variables in a flexible way
Homepage:
https://codeberg.org/sgs/etoolkit
License:
GPL-3+

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..14} )

inherit distutils-r1 verify-sig

DESCRIPTION="A simple toolkit for setting environment variables in a flexible way"
HOMEPAGE="https://codeberg.org/sgs/etoolkit"
MY_PN="etoolkit"
MY_P="${MY_PN}-${PV}"

SRC_URI="
	https://codeberg.org/sgs/etoolkit/releases/download/${PV}/${MY_P}.tar.gz
	verify-sig? ( https://codeberg.org/sgs/etoolkit/releases/download/${PV}/${MY_P}.tar.gz.asc )
"

S="${WORKDIR}/${MY_P}"

LICENSE="GPL-3+"
SLOT="0"

KEYWORDS="amd64 arm64"

RDEPEND="
	>=dev-python/cryptography-3.2.0[${PYTHON_USEDEP}]
"
BDEPEND="
	verify-sig? ( sec-keys/openpgp-keys-simeonsimeonov )
"

RESTRICT="mirror"

distutils_enable_tests pytest

VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/simeonsimeonov.asc

python_test() {
	epytest -s
}

python_install_all() {
	distutils-r1_python_install_all
}

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/cryptography-3.2.0[]

BDEPEND

	verify-sig? ( sec-keys/openpgp-keys-simeonsimeonov )

Manifest for 2.3.0

Type File Size Source URLs
DIST etoolkit-2.3.0.tar.gz 46915 bytes https://codeberg.org/sgs/etoolkit/releases/download/2.3.0/etoolkit-2.3.0.tar.gz
DIST etoolkit-2.3.0.tar.gz.asc 870 bytes https://codeberg.org/sgs/etoolkit/releases/download/2.3.0/etoolkit-2.3.0.tar.gz.asc