From 27704abfac0613b0af3a31ebcb4ff5902fa028f7 Mon Sep 17 00:00:00 2001 From: Paddy Milner Date: Mon, 18 Aug 2025 21:14:28 +0100 Subject: [PATCH] Add materialyoucolor --- .../materialyoucolor-9999.ebuild | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dev-python/materialyoucolor/materialyoucolor-9999.ebuild diff --git a/dev-python/materialyoucolor/materialyoucolor-9999.ebuild b/dev-python/materialyoucolor/materialyoucolor-9999.ebuild new file mode 100644 index 0000000..450227f --- /dev/null +++ b/dev-python/materialyoucolor/materialyoucolor-9999.ebuild @@ -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 +} \ No newline at end of file