dev-python/pystaff - 0.2 (vayerx)

Search

Install

Install this version:

emerge -a =dev-python/pystaff-0.2

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

autounmask =dev-python/pystaff-0.2

Or alternatively:

emerge --autounmask-write -a =dev-python/pystaff-0.2

Package Information

Description:
Miscellaneous Python staff, vayerx edition
Homepage:
http://github.com/vayerx/vayerx-gentoo
License:
GPL-3

Ebuild Details

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

EAPI=8

DESCRIPTION="Miscellaneous Python staff, vayerx edition"
HOMEPAGE="http://github.com/vayerx/vayerx-gentoo"
SRC_URI=""

LICENSE="GPL-3"
KEYWORDS="~x86 ~amd64"
SLOT="0"
IUSE="database rich +testing"

PDEPEND="
	dev-python/httplib2
	rich? (
		dev-python/git-python
		dev-python/paramiko
	)

	testing? (
		dev-python/mock
	)

	database? (
		dev-python/sqlalchemy
	)
"

# coverage - Code coverage measurement for Python
# dev-python/git-python - Python API for Git
# mock - Python Mocking and Patching Library
# mox -  A mock object framework for Python
# paramiko - SSH2 protocol library
# sqlalchemy - Python SQL toolkit and ORM

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/pystaff | euse -E <flag> -p dev-python/pystaff | euse -D <flag> -p dev-python/pystaff

Global/Standard Flags

testing
Default: Enabled (+)