File: control

package info (click to toggle)
django-shortuuidfield 0.1.3-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 124 kB
  • ctags: 18
  • sloc: python: 57; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 1,449 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
Source: django-shortuuidfield
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper (>= 8.0.0),
               dh-python,
               python-all (>= 2.7),
               python-setuptools,
               python-six,
               python3-all,
               python3-setuptools,
               python3-six,
               quilt
Build-Depends-indep: python3-django,
                     python3-shortuuid
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Homepage: https://github.com/nebstrebor/django-shortuuidfield

Package: python-django-shortuuidfield
Architecture: all
Provides: ${python:Provides}
Depends: ${python:Depends}, ${misc:Depends}, python-django, python-shortuuid
Description: Short UUIDField for Django
 Provides a ShortUUIDField for your Django models which uses the base-57 "Short
 UUID" package. Originally, a fork from David Cramer's excellent
 django-uuidfield, but not much is left of that besides a bit of structure.

Package: python3-django-shortuuidfield
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-django, python3-shortuuid
Description: Short UUIDField for Django for Python 3
 For Python 3.
 Provides a ShortUUIDField for your Django models which uses the base-57 "Short
 UUID" package. Originally, a fork from David Cramer's excellent
 django-uuidfield, but not much is left of that besides a bit of structure.