diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/materialyoucolor | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/materialyoucolor')
| -rw-r--r-- | dev-python/materialyoucolor/materialyoucolor-9999.ebuild | 29 | ||||
| -rw-r--r-- | dev-python/materialyoucolor/metadata.xml | 11 |
2 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/materialyoucolor/materialyoucolor-9999.ebuild b/dev-python/materialyoucolor/materialyoucolor-9999.ebuild new file mode 100644 index 000000000000..09e6e0e9a9c7 --- /dev/null +++ b/dev-python/materialyoucolor/materialyoucolor-9999.ebuild @@ -0,0 +1,29 @@ +# 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 +PYTHON_COMPAT=( python3_{13..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/metadata.xml b/dev-python/materialyoucolor/metadata.xml new file mode 100644 index 000000000000..afac3b7576d9 --- /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>ceres@ceressees.dev</email> + <name>Ceres Milner</name> + </maintainer> + <upstream> + <remote-id type="github">T-Dynamos/materialyoucolor-python</remote-id> + </upstream> +</pkgmetadata> |
