commit: 4605cb4a06f5cdc64f17312c88fe7adba7790b6f Author: Ceres <ceres <AT> ceressees <DOT> dev> AuthorDate: Wed Nov 5 19:04:35 2025 +0000 Commit: Ceres Milner <ceres <AT> ceressees <DOT> dev> CommitDate: Wed Nov 5 19:04:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4605cb4a
dev-python/materialyoucolor: new package, add 2.0.10, 9999 Signed-off-by: Ceres <ceres <AT> ceressees.dev> dev-python/materialyoucolor/Manifest | 1 + .../materialyoucolor-2.0.10.ebuild | 30 ++++++++++++++++++++++ .../materialyoucolor/materialyoucolor-9999.ebuild | 30 ++++++++++++++++++++++ 3 files changed, 61 insertions(+) diff --git a/dev-python/materialyoucolor/Manifest b/dev-python/materialyoucolor/Manifest new file mode 100644 index 0000000000..c9b41f0a2d --- /dev/null +++ b/dev-python/materialyoucolor/Manifest @@ -0,0 +1 @@ +DIST materialyoucolor-2.0.10.tar.gz 42876 BLAKE2B 470f1dced00da310006957c5da08c0702ab0fe9621d04dae54e21388032a56b960d2fb4021237fff94acf94d50080f2ca4bec81101ded129a7248163a33e0a34 SHA512 f5c7f9954f3d65cbeefb84775b3a6124d4d738827091b76106f9c0681d255932267630aaeeaeb3623cc60556d78ad87f38759621045cb616dd91e8f903823624 diff --git a/dev-python/materialyoucolor/materialyoucolor-2.0.10.ebuild b/dev-python/materialyoucolor/materialyoucolor-2.0.10.ebuild new file mode 100644 index 0000000000..16f67ef6f7 --- /dev/null +++ b/dev-python/materialyoucolor/materialyoucolor-2.0.10.ebuild @@ -0,0 +1,30 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Material You color algorithms for python!" +HOMEPAGE="https://github.com/T-Dynamos/materialyoucolor-python" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RESTRICT="network-sandbox" +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_EXT=1 +EPYTHON=/usr/bin/python +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 + +if [[ "${PV}" = *9999 ]]; then + inherit git-r3 + BDEPEND="dev-vcs/git" + EGIT_REPO_URI="https://github.com/T-Dynamos/materialyoucolor-python.git" +else + SRC_URI="https://github.com/T-Dynamos/materialyoucolor-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-python-${PV}" +fi + +distutils_enable_tests import-check diff --git a/dev-python/materialyoucolor/materialyoucolor-9999.ebuild b/dev-python/materialyoucolor/materialyoucolor-9999.ebuild new file mode 100644 index 0000000000..16f67ef6f7 --- /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 + +DESCRIPTION="Material You color algorithms for python!" +HOMEPAGE="https://github.com/T-Dynamos/materialyoucolor-python" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RESTRICT="network-sandbox" +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_EXT=1 +EPYTHON=/usr/bin/python +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 + +if [[ "${PV}" = *9999 ]]; then + inherit git-r3 + BDEPEND="dev-vcs/git" + EGIT_REPO_URI="https://github.com/T-Dynamos/materialyoucolor-python.git" +else + SRC_URI="https://github.com/T-Dynamos/materialyoucolor-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-python-${PV}" +fi + +distutils_enable_tests import-check
