File: control

package info (click to toggle)
python-timeago 1.0.16%2Bgit20220818.46d23e7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 444 kB
  • sloc: python: 3,070; javascript: 16; makefile: 2; sh: 1
file content (27 lines) | stat: -rw-r--r-- 830 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
Source: python-timeago
Section: python
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.3
Homepage: https://github.com/hustcc/timeago
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/timeago.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/timeago

Package: python3-timeago
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: convert datetime to a "time ago" statement
 A very simple python library, used to format datetime
 as ``*** time ago`` statement, eg: "3 hours ago".
 .
 NB: The python3-humanize package offers the timeago functionality
 combined with "humanized" output for size and throughput.