File: control

package info (click to toggle)
pyrfc3339 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: python: 261; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 1,378 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: pyrfc3339
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Debian Let's Encrypt Team <team+letsencrypt@tracker.debian.org>,
           Harlan Lieberman-Berg <hlieberman@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all,
               python-nose,
               python-setuptools,
               python-tz,
               python3-all,
               python3-nose,
               python3-setuptools,
               python3-tz
Standards-Version: 4.1.4
Homepage: https://pypi.python.org/pypi/pyRFC3339
Vcs-Git: https://salsa.debian.org/python-team/modules/pyrfc3339.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyrfc3339

Package: python-rfc3339
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: parser and generator of RFC 3339-compliant timestamps (Python 2)
 pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python
 datetime.datetime objects.
 .
 This is the Python 2 module.

Package: python3-rfc3339
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: parser and generator of RFC 3339-compliant timestamps (Python 3)
 pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python
 datetime.datetime objects.
 .
 This is the Python 3 module.