guru/dev-python/material-color-utilities/material-color-utilities-9999.ebuild
Pascal Jäger 7d5fb486d4
dev-python/material-color-utilities: new package, v 0.1.5 & live ebuild
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
2022-10-08 12:09:31 +02:00

22 lines
563 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 git-r3
DESCRIPTION="Python port of material-color-utilities used for Material You colors"
HOMEPAGE="https://python-telegram-bot.org https://github.com/python-telegram-bot/python-telegram-bot"
EGIT_REPO_URI="https://github.com/avanishsubbiah/material-color-utilities-python"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
BDEPEND="
${PYTHON_DEPS}
dev-python/poetry-core
"