File: control

package info (click to toggle)
django-bitfield 1.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 176 kB
  • ctags: 192
  • sloc: python: 920; makefile: 4
file content (49 lines) | stat: -rw-r--r-- 1,776 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: django-bitfield
Maintainer: Debian Python Modules Packaging Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Luke Faraone <lfaraone@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-django-nose,
               python-nose,
               python-psycopg2,
               python-setuptools,
               python-six,
               python3-all,
               python3-django-nose,
               python3-nose,
               python3-psycopg2,
               python3-setuptools,
               python3-six
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-bitfield.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-bitfield.git
Homepage: https://github.com/disqus/django-bitfield
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-django-bitfield
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: Django module implementing BitFields
 django-bitfield provides a custom field which allows various bits to be
 stored inside one fixed-width BigIntegerField.
 .
 The custom field provides syntatic sugar for accessing those flags
 easily from a Django application.

Package: python3-django-bitfield
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Django module implementing BitFields (Python3 version)
 django-bitfield provides a custom field which allows various bits to be
 stored inside one fixed-width BigIntegerField.
 .
 The custom field provides syntatic sugar for accessing those flags
 easily from a Django application.
 .
 This package contains the Python 3 version of the library.