summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: fb6dec8c70338686d3e87cb5d3129a873f8618ee (plain)
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: pendulum
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-maturin,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://pendulum.eustace.io
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pendulum
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/pendulum

Package: python3-pendulum
Section: python
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python datetimes made easy
 Native Python datetime is enough for basic cases, pendulum provides a cleaner
 and more easy to use API while still relying on the standard library. It’s
 still datetime but better.