NOTICE: This package has been removed from pkgsrc

./textproc/py-colour, Converts and manipulates various color representation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.1.5nb1, Package name: py310-colour-0.1.5nb1, Maintainer: pkgsrc-users

Converts and manipulates common colour representations (RGB, HSV, web, ...)

Features:

* Damn simple and pythonic way to manipulate colour representations
* Full conversion between RGB, HSV, 6-digit hex, 3-digit hex, human colour
* One object (Color) or bunch of single purpose function (rgb2hex, hsl2rgb ...)
* Web format that uses the smallest representation between 6-digit, 3-digit,
fully-spelled colour, that is following W3C color naming for CSS or HTML
colour specifications.
* Smooth intuitive colour scale generation choosing N colour gradients.
* Can pick colours for you to identify objects of your application.


Required to run:
[devel/py-d2to1] [lang/python310]

Master sites:

Filesize: 24.195 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2017-11-24 13:46:42 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-colour: updated to 0.1.5

0.1.5:
fix: pkg: update license number in README.rst.
   2017-09-26 19:41:28 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-colour: update to 0.1.4

0.1.4:
Fix
- ``rgb2hsl`` would produce invalid hsl triplet when red, blue, green
  component would be all very close to ``1.0``.

  Typically, saturation would shoot out of range 0.0..1.0. That could then
  lead to exceptions being casts afterwards when trying to reconvert this
  HSL triplet to RGB values.
   2017-09-16 21:27:31 by Thomas Klausner | Files touched by this commit (372)
Log message:
Reset maintainer
   2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229)
Log message:
Switch github HOMEPAGEs to https.
   2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356)
Log message:
Switch to MASTER_SITES_PYPI.