summaryrefslogtreecommitdiff
path: root/dev-python/colour
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-05-31 21:30:14 -0500
committerroot <root@alpha.trunkmasters.com>2026-05-31 21:30:14 -0500
commit7d009d2bc561a2df178eac5df75421e4bb4c6b62 (patch)
tree565722a7aadd75a31d89afcb22a04abea1bffb17 /dev-python/colour
parent2c156b24300b45a66e20e90fe26d2837c2b1ea7d (diff)
downloadbaldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.gz
baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.xz
baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.zip
Adding metadata
Diffstat (limited to 'dev-python/colour')
-rw-r--r--dev-python/colour/metadata.xml31
1 files changed, 17 insertions, 14 deletions
diff --git a/dev-python/colour/metadata.xml b/dev-python/colour/metadata.xml
index 5a335163476d..44eef9f1cf0d 100644
--- a/dev-python/colour/metadata.xml
+++ b/dev-python/colour/metadata.xml
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
<pkgmetadata>
- <maintainer type="person">
- <email>xgqt@gentoo.org</email>
- <name>Maciej Barć</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription>
+ <maintainer type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <longdescription>
Converts and manipulates common color representation (RGB, HSL, web, ...).
Full conversion between RGB, HSL, 6-digit hex, 3-digit hex, human color.
One object (Color) or bunch of single purpose function (rgb2hex, hsl2rgb
@@ -19,7 +20,9 @@
intuitive color scale generation choosing N color gradients. Can pick
colors for you to identify objects of your application.
</longdescription>
-
- <origin>liguros-repo</origin>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file
+ <stabilize-allarches />
+ <upstream>
+ <remote-id type="github">vaab/colour</remote-id>
+ <remote-id type="pypi">colour</remote-id>
+ </upstream>
+</pkgmetadata>