File: control

package info (click to toggle)
python-pytimeparse 1.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 104 kB
  • sloc: python: 485; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 911 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
Source: python-pytimeparse
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-nose,
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pytimeparse
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pytimeparse.git
Homepage: https://github.com/wroberts/pytimeparse
Testsuite: autopkgtest-pkg-python

Package: python3-pytimeparse
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: time expression parser - Python 3.x
 A small Python library to parse various kinds of time expressions, inspired by
 this StackOverflow question: http://stackoverflow.com/questions/4628122
 .
 This package contains the Python 3.x module.