Source: python-aniso8601
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonathan Carter <jcc@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-dateutil,
               python-setuptools,
               python3-all,
               python3-dateutil,
               python3-setuptools
Standards-Version: 4.1.3
Homepage: https://bitbucket.org/nielsenb/aniso8601
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-aniso8601.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-aniso8601.git
Testsuite: autopkgtest-pkg-python

Package: python-aniso8601
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: python2 library for parsing dates and time
 Library for parsing the following:
  - Parse a time, get a datetime.time
  - Parse a date, get a datetime.date
  - Parse a datetime, get a datetime.datetime
  - Parse a duration, get a datetime.timedelta
  - Parse an interval, get a tuple of dates or datetimes
  - Parse a repeating interval, get a date or datetime generator
 .
 This package provides the python2 version, a python3 package
 is also available.

Package: python3-aniso8601
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: python3 library for parsing dates and time
 Library for parsing the following:
  - Parse a time, get a datetime.time
  - Parse a date, get a datetime.date
  - Parse a datetime, get a datetime.datetime
  - Parse a duration, get a datetime.timedelta
  - Parse an interval, get a tuple of dates or datetimes
  - Parse a repeating interval, get a date or datetime generator
 .
 This package provides the python3 version.
