head	1.5;
access;
symbols
	pkgsrc-2014Q3:1.2.0.6
	pkgsrc-2014Q3-base:1.2
	pkgsrc-2014Q2:1.2.0.4
	pkgsrc-2014Q2-base:1.2
	pkgsrc-2014Q1:1.2.0.2
	pkgsrc-2014Q1-base:1.2;
locks; strict;
comment	@# @;


1.5
date	2014.12.14.02.39.36;	author obache;	state dead;
branches;
next	1.4;
commitid	r8IhrnBa3NoY8X1y;

1.4
date	2014.10.26.11.49.53;	author wiz;	state Exp;
branches;
next	1.3;
commitid	i5s1HMyzOziJLHVx;

1.3
date	2014.10.25.22.10.35;	author cheusov;	state Exp;
branches;
next	1.2;
commitid	paOHFzmwV2QdeDVx;

1.2
date	2014.01.25.10.30.26;	author wiz;	state Exp;
branches;
next	1.1;
commitid	VOWgk3vYhVXj8umx;

1.1
date	2014.01.16.10.26.00;	author wiz;	state Exp;
branches;
next	;
commitid	wZ2vfuHm1s6Yoklx;


desc
@@


1.5
log
@Remove time/py-dateutil2, time/dateutil is newer than this package
and support both py2x and py3x.
@
text
@# $NetBSD: Makefile,v 1.4 2014/10/26 11:49:53 wiz Exp $

DISTNAME=	python-dateutil-2.2
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES=	time python
MASTER_SITES=	https://pypi.python.org/packages/source/p/python-dateutil/

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	http://labix.org/python-dateutil
COMMENT=	Extensions to the standard datetime module
LICENSE=	modified-bsd

EGG_NAME=	${DISTNAME:S/-/_/}

pre-build:
	chmod 644 ${WRKSRC}/python_dateutil.egg-info/*

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
@


1.4
log
@Fix MASTER_SITES (add missing slash)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2014/10/25 22:10:35 cheusov Exp $
@


1.3
log
@
Remove PYTHON_VERSIONS_INCOMPATIBLE. This module works fine with py-{26,27}

Update to version 2.2
   Version 2.2
   -----------
     - Updated zoneinfo to 2013h
     - fuzzy_with_tokens parse addon from Christopher Corley
     - Bug with LANG=C fixed by Mike Gilbert
   Version 2.1
   -----------
     - New maintainer
     - Dateutil now works on Python 2.6, 2.7 and 3.2 from same codebase (with
       - six)
     - #704047: Ismael Carnales' patch for a new time format
     - Small bug fixes, thanks for reporters!
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:26 wiz Exp $
d6 1
a6 1
MASTER_SITES=	https://pypi.python.org/packages/source/p/python-dateutil
@


1.2
log
@Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2014/01/16 10:26:00 wiz Exp $
d3 1
a3 1
DISTNAME=	python-dateutil-2.0
d6 1
a6 1
MASTER_SITES=	http://labix.org/download/python-dateutil/
d10 1
a10 1
COMMENT=	Extensions to the standard datetime module (Python-3.x version)
d15 2
a16 1
PYTHON_VERSIONS_INCOMPATIBLE=	26 27
@


1.1
log
@Import py33-dateutil-2.0 as time/py-dateutil2.

The dateutil module provides powerful extensions to the standard datetime
module.

Features

* Computing of relative deltas (next month, next year, next monday, last week
  of month, etc);
* Computing of relative deltas between two given date and/or datetime objects;
* Computing of dates based on very flexible recurrence rules, using a superset
  of the iCalendar specification. Parsing of RFC strings is supported as well.
* Generic parsing of dates in almost any string format;
* Timezone (tzinfo) implementations for tzfile(5) format files
  (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all
  known formats), iCalendar format files, given ranges (with help from
  relative deltas), local machine timezone, fixed offset timezone, and UTC
  timezone.
* Computing of Easter Sunday dates for any given year, using Western, Orthodox
  or Julian algorithms;
* More than 400 test cases.

This package contains the Python-3.x version of the module.

Changes compared to py-dateutil-1.5:

Version 2.0
-----------

- Ported to Python 3, by Brian Jones.  If you need dateutil for Python 2.X,
  please continue using the 1.X series.

- There's no such thing as a "PSF License".  This source code is now
  made available under the Simplified BSD license.  See LICENSE for
  details.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2012/10/08 13:04:28 asau Exp $
a14 1
PYTHON_VERSIONS_INCLUDE_3X=	yes
@

