dev-python/roboart - 9999 (phackerlay)

Search

Install

Install this version:

emerge -a =dev-python/roboart-9999

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

autounmask =dev-python/roboart-9999

Or alternatively:

emerge --autounmask-write -a =dev-python/roboart-9999

Package Information

Description:
Library for Kawaski Robots painting
Homepage:
https://github.com/IgorMIV/RoboArt
License:
Artistic

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
EGIT_REPO_URI="https://github.com/IgorMIV/RoboArt.git"

inherit git-r3 distutils-r1

PROPERTIES="live"

DESCRIPTION="Library for Kawaski Robots painting"
HOMEPAGE="https://github.com/IgorMIV/RoboArt"
KEYWORDS=""
LICENSE="Artistic"
SLOT="0"
IUSE=""
DEPEND=""

Inherited Eclasses