summaryrefslogtreecommitdiff
path: root/dev-python/colour/metadata.xml
blob: 6f1a00ce94bc9cc3780e913186ef10d03bfaf20b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/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>
    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
    ...). Web format that use the smallest representation between 6-digit (e.g.
    #fa3b2c), 3-digit (e.g. #fbb), fully spelled color (e.g. white), following
    W3C color naming for compatible CSS or HTML color specifications. Smooth
    intuitive color scale generation choosing N color gradients. Can pick
    colors for you to identify objects of your application.
  </longdescription>
 
 <origin>gentoo-staging</origin>
 <stabilize-allarches/>
</pkgmetadata>