Add materialyoucolor
This commit is contained in:
parent
50bc5e1d9c
commit
27704abfac
1 changed files with 30 additions and 0 deletions
30
dev-python/materialyoucolor/materialyoucolor-9999.ebuild
Normal file
30
dev-python/materialyoucolor/materialyoucolor-9999.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit git-r3 distutils-r1 shell-completion
|
||||
|
||||
DESCRIPTION="Material You color algorithms for python!"
|
||||
HOMEPAGE="https://github.com/T-Dynamos/materialyoucolor-python"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/T-Dynamos/materialyoucolor-python.git"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=${DEPEND}
|
||||
|
||||
BDEPEND="dev-vcs/git"
|
||||
|
||||
src_compile() {
|
||||
esetup.py
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils-r1_python_install
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue