File: control

package info (click to toggle)
python-spectra 0.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 184 kB
  • sloc: python: 1,777; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download
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
26
27
28
Source: python-spectra
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Dylan Aïssi <bob.dybian@gmail.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-colormath (>= 3.0.0),
               python3-nose
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/python-spectra
Vcs-Git: https://salsa.debian.org/med-team/python-spectra.git
Homepage: https://pypi.org/project/spectra/

Package: python3-spectra
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Easy color scales and color conversion for Python (Python 3 version)
 Spectra is a Python library that makes color math, color scales, and
 color-space conversion easy. Support for: Color scales, Color ranges, Color
 blending, Brightening/darkening colors, Saturating/desaturating colors,
 Conversion to/from multiple color spaces.
 .
 This package contains the Python 3 version of the library.