File: control

package info (click to toggle)
python-django-colorfield 0.4.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: javascript: 2,510; python: 231; makefile: 10; sh: 2
file content (25 lines) | stat: -rw-r--r-- 964 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
Source: python-django-colorfield
Maintainer: Debian Python Modules Team <python-modules-team@alioth-lists.debian.net>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/fabiocaccamo/django-colorfield
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3,
               python3-django,
               python3-setuptools,
               uglifyjs
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-colorfield.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-colorfield

Package: python3-django-colorfield
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django
Description: Simple color fields for Django (Python 3)
 This module contains functions to provide color fields
 picker in Django applications.
 .
 This package installs the library for Python 3.