dev-python/gaphas - 4.1.1 (yellow)

Search

Install

Install this version:

emerge -a =dev-python/gaphas-4.1.1

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

autounmask =dev-python/gaphas-4.1.1

Or alternatively:

emerge --autounmask-write -a =dev-python/gaphas-4.1.1

Package Information

Description:
Generic programming library for Python
Homepage:
https://generic.readthedocs.org
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
4.1.1 8 ~amd64 0
View Raw Ebuild
# SPDX-License-Identifier: GPL-2.0 OR ISC
# Copyright 2024 Jason André Charles Gantner
# Distributed under the terms of the ISC License

EAPI=8

DISTUTILS_USE_PEP517="poetry"
PYTHON_COMPAT=(python3_{11..13})
inherit distutils-r1

DESCRIPTION="Generic programming library for Python"
HOMEPAGE="https://generic.readthedocs.org"
SRC_URI="https://github.com/gaphor/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

IUSE="doc test"
RESTRICT="test"

DEPEND="
	dev-python/pycairo
	dev-python/pygobject
	${PYTHON_DEPS}
	doc? (
		dev-python/sphinx
		dev-python/furo
	)
	test? (
		dev-python/pytest
		dev-python/pytest-cov
	)
	"
	#	dev-python/pytest-archon
RDEPEND="${DEPEND}"

distutils_enable_tests pytest

USE Flags

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

Global/Standard Flags

doc

Inherited Eclasses

Dependencies

DEPEND

	dev-python/pycairo
	dev-python/pygobject
	
	doc? (
		dev-python/sphinx
		dev-python/furo
	)
	test? (
		dev-python/pytest
		dev-python/pytest-cov
	)
	

RDEPEND

	dev-python/pycairo
	dev-python/pygobject
	
	doc? (
		dev-python/sphinx
		dev-python/furo
	)
	test? (
		dev-python/pytest
		dev-python/pytest-cov
	)
	

Manifest for 4.1.1

Type File Size Source URLs
DIST gaphas-4.1.1.gh.tar.gz 652832 bytes https://github.com/gaphor/gaphas/archive/refs/tags/4.1.1.tar.gz