Commit graph

9 commits

Author SHA1 Message Date
adam
5760b9fe15 py-colour: updated to 0.1.5
0.1.5:
fix: pkg: update license number in README.rst.
2017-11-24 12:46:42 +00:00
adam
bf2686243a 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-26 17:41:28 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
rodent
ac61db665b Depend on devel/py-d2to1. Seems to be the solution for build failure on
OmniOS.
2015-04-05 23:20:58 +00:00
rodent
aee31c5d12 Changelog
=========

0.1.0 (2015-03-15)
------------------

Fix
~~~

- Avoid casting an exception when comparing to non-``Colour`` instances.
  (fixes #14) [Riziq Sayegh]

0.0.6 (2014-11-18)
------------------

New
~~~

- Provide all missing *2* function by combination with other existing
  ones (fixes #13). [Valentin Lab]

- Provide full access to any color name in HSL, RGB, HEX convenience
  instances. [Valentin Lab]

  Now you can call ``colour.HSL.cyan``, or ``colour.HEX.red`` for a direct encoding of
  ``human`` colour labels to the 3 representations.
2015-04-02 22:29:54 +00:00
rodent
06f09e8c94 Import py27-colour-0.0.5 as textproc/py-colour.
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.
2014-06-14 13:43:48 +00:00