commit: 8b45c645a8d9adf82c5d7b829a93cb0b892712bb Author: Ceres <ceres <AT> ceressees <DOT> dev> AuthorDate: Thu Nov 20 19:44:07 2025 +0000 Commit: Ceres Milner <ceres <AT> ceressees <DOT> dev> CommitDate: Thu Nov 20 19:44:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b45c645
dev-python/materialyoucolor: Remove 2.0.10 Signed-off-by: Ceres <ceres <AT> ceressees.dev> dev-python/materialyoucolor/Manifest | 1 - .../materialyoucolor-2.0.10.ebuild | 30 ---------------------- .../materialyoucolor/materialyoucolor-9999.ebuild | 1 - dev-python/materialyoucolor/metadata.xml | 11 ++++++++ 4 files changed, 11 insertions(+), 32 deletions(-) diff --git a/dev-python/materialyoucolor/Manifest b/dev-python/materialyoucolor/Manifest deleted file mode 100644 index c9b41f0a2d..0000000000 --- a/dev-python/materialyoucolor/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 8028751868..0000000000 --- a/dev-python/materialyoucolor/materialyoucolor-2.0.10.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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" - -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}" - KEYWORDS="~amd64 ~arm64" -fi - -distutils_enable_tests import-check diff --git a/dev-python/materialyoucolor/materialyoucolor-9999.ebuild b/dev-python/materialyoucolor/materialyoucolor-9999.ebuild index 8028751868..470e8eeb10 100644 --- a/dev-python/materialyoucolor/materialyoucolor-9999.ebuild +++ b/dev-python/materialyoucolor/materialyoucolor-9999.ebuild @@ -12,7 +12,6 @@ SLOT="0" RESTRICT="network-sandbox" DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -EPYTHON=/usr/bin/python PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1 diff --git a/dev-python/materialyoucolor/metadata.xml b/dev-python/materialyoucolor/metadata.xml new file mode 100644 index 0000000000..afac3b7576 --- /dev/null +++ b/dev-python/materialyoucolor/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Ceres Milner</name> + </maintainer> + <upstream> + <remote-id type="github">T-Dynamos/materialyoucolor-python</remote-id> + </upstream> +</pkgmetadata>
