dateutil: Extensions to the standard Python module datetime#
Description#
The dateutil module provides powerful extensions to the standard datetime module.
License#
Simplified BSD License
Upstream Contact#
Author: Gustavo Niemeyer <gustavo@niemeyer.net>
Home page: http://labix.org/python-dateutil
Type#
standard
Dependencies#
$(PYTHON_TOOLCHAIN)
$(PYTHON)
Version Information#
package-version.txt:
2.8.2
install-requires.txt:
python-dateutil >=2.8.1
Equivalent System Packages#
arch:
$ sudo pacman -S python-dateutil
conda:
$ conda install python-dateutil
Debian/Ubuntu:
$ sudo apt-get install python3-dateutil
Fedora/Redhat/CentOS:
$ sudo yum install python-dateutil
freebsd:
$ sudo pkg install devel/py-dateutil
gentoo:
$ sudo emerge dev-python/python-dateutil
macports: install the following packages: py-dateutil
opensuse:
$ sudo zypper install python3${PYTHON_MINOR}-python-dateutil
void:
$ sudo xbps-install python3-dateutil
See https://repology.org/project/python:python-dateutil/versions
If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.