summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-30 08:01:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-30 08:44:30 +0000
commit9f720241a0dfa530ab75f43319239f58353568af (patch)
treefc3dbf8429ed3fd3fbd6e99d7e2e216c3e31fa90 /debian/control
parentAdding upstream version 2.1.2. (diff)
downloadpendulum-9f720241a0dfa530ab75f43319239f58353568af.tar.xz
pendulum-9f720241a0dfa530ab75f43319239f58353568af.zip
Adding debian version 2.1.2-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ccba287
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: pendulum
+Section: python
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-python,
+ python3-all-dev,
+ python3-setuptools,
+Rules-Requires-Root: no
+Standards-Version: 4.5.1
+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.