From 9f720241a0dfa530ab75f43319239f58353568af Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 30 Jan 2021 09:01:49 +0100 Subject: Adding debian version 2.1.2-1. Signed-off-by: Daniel Baumann --- debian/control | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3