Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37399401
en ru br
Репозитории ALT
5.1: 1.1-alt0.2.1
4.1: 1.1-alt0.2.1
4.0: 1.1-alt0.1
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: python-module-dateutil

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: python-module-dateutil
Version: 1.1
Release: alt0.2.1

Summary: Extensions to the standard datetime module

License: PSF
Group: Development/Python
Url: http://labix.org/python-dateutil

Packager: Vitaly Lipatov <lav at altlinux.ru>

%setup_python_module dateutil
%add_python_req_skip _winreg

Source: http://labix.org/download/python-dateutil/python-dateutil-%version.tar.bz2

BuildArch: noarch

# Automatically added by buildreq on Sun Nov 12 2006

BuildRequires: python-dev python-modules-encodings

%description
The dateutil module provides powerful extensions to the standard
datetime module, available in Python 2.3+. Allows:
- computing of relative deltas (next month, next year, next monday,
 last week of month, etc),
- computing of dates based on very flexible recurrence rules, using a
 superset of the [WWW] iCalendar specification,
- parsing of RFC strings,
- peneric parsing of dates in almost any string format.

%prep
%setup -q -n python-dateutil-%version

%build
%__python setup.py build

%install
%__python setup.py install \
--root=%buildroot --optimize=2

%files
%doc LICENSE NEWS README
%dir %python_sitelibdir/dateutil
%python_sitelibdir/dateutil/*.py*
#NOTE: Not sure but seems zoneinfo is needed under windows only
#%%dir %python_sitelibdir/dateutil/zoneinfo
#%%{py_sitescriptdir}/dateutil/zoneinfo/*.py[co]


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin