File: control

package info (click to toggle)
django-macaddress 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: python: 212; makefile: 4
file content (46 lines) | stat: -rw-r--r-- 1,293 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
Source: django-macaddress
Section: python
Priority: optional
Maintainer: Jonathan Wiltshire <jmw@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools,
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/python-team/modules/django-macaddress.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-macaddress
Homepage: https://pypi.python.org/pypi/django-macaddress/

Package: python-django-macaddress
Architecture: all
Depends:
 python-django,
 python-pkg-resources,
 ${misc:Depends},
 ${python:Depends},
Description: MAC address model and form fields for Django apps
 MAC Address model and form fields for Django
 .
 netaddr is used to parse and validate the MAC address.  The tests aren't
 complete yet.
 .
 This is the Python2 package.

Package: python3-django-macaddress
Architecture: all
Depends:
 python3-django,
 python3-pkg-resources,
 ${misc:Depends},
 ${python3:Depends},
Description: MAC address model and form fields for Django apps
 MAC Address model and form fields for Django
 .
 netaddr is used to parse and validate the MAC address.  The tests aren't
 complete yet.
 .
 This is the Python3 package.