Commit graph

5 commits

Author SHA1 Message Date
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