Source: parsedatetime
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>
Build-Depends: debhelper (>= 9),
	       dh-python,
	       python-all (>= 2.6.6-3~),
	       python-setuptools,
	       python-nose,
	       python3,
	       python3-setuptools,
	       python3-nose
Standards-Version: 3.9.5
Homepage: https://pypi.python.org/pypi/parsedatetime/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/parsedatetime.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/parsedatetime.git

Package: python-parsedatetime
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, base-files (>= 4.0.4)
Recommends: python-pyicu
Description: Python module to parse human-readable date/time expressions
 parsedatetime is able to parse, for example, the following:
 .
   * August 25th, 2008
   * 25 Aug 2008
   * Aug 25 5pm
   * 5pm August 25
   * next saturday
   * tomorrow
   * next thursday at 4pm
   * at 4pm
   * eod
   * tomorrow eod
   * eod tuesday
   * eoy
   * eom
   * in 5 minutes
   * 5 minutes from now
   * 5 hours before now
   * 2 hours before noon
   * 2 days from tomorrow
 .
 This package provides the modules for Python 2.

Package: python3-parsedatetime
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, base-files (>= 4.0.4)
Recommends: python3-pyicu
Description: Python 3 module to parse human-readable date/time expressions
 parsedatetime is able to parse, for example, the following:
 .
   * August 25th, 2008
   * 25 Aug 2008
   * Aug 25 5pm
   * 5pm August 25
   * next saturday
   * tomorrow
   * next thursday at 4pm
   * at 4pm
   * eod
   * tomorrow eod
   * eod tuesday
   * eoy
   * eom
   * in 5 minutes
   * 5 minutes from now
   * 5 hours before now
   * 2 hours before noon
   * 2 days from tomorrow
 .
 This package provides the modules for Python 3.