Source: python-arrow
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/arrow-py/arrow/tags
Vcs-Browser: https://github.com/alvistack/arrow-py-arrow
Vcs-Git: https://github.com/alvistack/arrow-py-arrow.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-arrow
Architecture: all
Description: Better dates and times for Pythona
 Arrow is a Python library that offers a sensible and human-friendly
 approach to creating, manipulating, formatting and converting dates,
 times and timestamps. It implements and updates the datetime type,
 plugging gaps in functionality and providing an intelligent module API
 that supports many common creation scenarios. Simply put, it helps you
 work with dates and times with fewer imports and a lot less code.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-dateutil (>= 2.7.0),
 python3-tzdata,
