grapefruit 0.1~a3+dfsg-8 source package in Ubuntu

Changelog

grapefruit (0.1~a3+dfsg-8) unstable; urgency=medium

  * Add Breaks+Replaces for python-grapefruit-doc
    (Closes: #934599)
  * Remove suggestion for python-grapefruit-doc 

 -- Jonathan Carter <email address hidden>  Tue, 20 Aug 2019 07:58:45 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
grapefruit_0.1~a3+dfsg-8.dsc 2.1 KiB c3aac2d7ef0bdec6146d1f8caeade8a055490cb83c6b75081297b1685bc3b7ec
grapefruit_0.1~a3+dfsg.orig.tar.gz 27.9 KiB 3fd1a2f305ecfc7a47703eacd0a13824e7b9d0fec72e86f5c336c9497620aa20
grapefruit_0.1~a3+dfsg-8.debian.tar.xz 6.2 KiB cf242ea6670ead800da2517ffa0deda382ae9a14b6c7c233ecd2b7744af206d7

Available diffs

No changes file available.

Binary packages built by this source

python3-grapefruit: Python module to manipulate color information easily (Python 3)

 GrapeFruit is a pure Python module that lets you easily manipulate and convert
 color information. Its primary goal is to be natural and flexible.
 .
 The following color systems are supported by GrapeFruit:
   * RGB (sRGB)
   * HSL
   * HSV
   * YIQ
   * YUV
   * CIE-XYZ
   * CIE-LAB (with the illuminant you want)
   * CMY
   * CMYK
   * HTML/CSS color definition (#RRGGBB, #RGB or the X11 color name)
   * RYB (artistic color wheel)
 .
 This package provides the Python3 version.