head	1.5;
access;
symbols
	pkgsrc-2023Q2:1.4.0.12
	pkgsrc-2023Q2-base:1.4
	pkgsrc-2023Q1:1.4.0.10
	pkgsrc-2023Q1-base:1.4
	pkgsrc-2022Q4:1.4.0.8
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.4.0.6
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.4.0.4
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.4.0.2
	pkgsrc-2022Q1-base:1.4
	pkgsrc-2021Q4:1.3.0.16
	pkgsrc-2021Q4-base:1.3
	pkgsrc-2021Q3:1.3.0.14
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.3.0.12
	pkgsrc-2021Q2-base:1.3
	pkgsrc-2021Q1:1.3.0.10
	pkgsrc-2021Q1-base:1.3
	pkgsrc-2020Q4:1.3.0.8
	pkgsrc-2020Q4-base:1.3
	pkgsrc-2020Q3:1.3.0.6
	pkgsrc-2020Q3-base:1.3
	pkgsrc-2020Q2:1.3.0.4
	pkgsrc-2020Q2-base:1.3
	pkgsrc-2020Q1:1.3.0.2
	pkgsrc-2020Q1-base:1.3
	pkgsrc-2019Q4:1.2.0.20
	pkgsrc-2019Q4-base:1.2
	pkgsrc-2019Q3:1.2.0.16
	pkgsrc-2019Q3-base:1.2
	pkgsrc-2019Q2:1.2.0.14
	pkgsrc-2019Q2-base:1.2
	pkgsrc-2019Q1:1.2.0.12
	pkgsrc-2019Q1-base:1.2
	pkgsrc-2018Q4:1.2.0.10
	pkgsrc-2018Q4-base:1.2
	pkgsrc-2018Q3:1.2.0.8
	pkgsrc-2018Q3-base:1.2
	pkgsrc-2018Q2:1.2.0.6
	pkgsrc-2018Q2-base:1.2
	pkgsrc-2018Q1:1.2.0.4
	pkgsrc-2018Q1-base:1.2
	pkgsrc-2017Q4:1.2.0.2
	pkgsrc-2017Q4-base:1.2;
locks; strict;
comment	@# @;


1.5
date	2023.08.28.09.49.49;	author adam;	state dead;
branches;
next	1.4;
commitid	DHdaVboRMXRtlxCE;

1.4
date	2022.01.04.20.55.12;	author wiz;	state Exp;
branches;
next	1.3;
commitid	CYyhdK9qtoffkmnD;

1.3
date	2020.03.21.12.56.46;	author adam;	state Exp;
branches;
next	1.2;
commitid	bXmLk6VdZ0YdIg1C;

1.2
date	2017.10.28.08.54.11;	author adam;	state Exp;
branches;
next	1.1;
commitid	LlunSfJZMPqevNcA;

1.1
date	2017.09.29.21.22.51;	author joerg;	state Exp;
branches;
next	;
commitid	BFB3b50afFCRz89A;


desc
@@


1.5
log
@py-maya: removed; not updated upstream since 6 Jan 2019; unclog py-pandas update
@
text
@# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:12 wiz Exp $

DISTNAME=	maya-0.6.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	time python
MASTER_SITES=	${MASTER_SITE_PYPI:=m/maya/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/kennethreitz/maya
COMMENT=	Human-friendly date and time handling
LICENSE=	mit

DEPENDS+=	${PYPKGPREFIX}-dateparser>=0.7.0:../../time/py-dateparser
DEPENDS+=	${PYPKGPREFIX}-humanize-[0-9]*:../../textproc/py-humanize
DEPENDS+=	${PYPKGPREFIX}-pendulum>=2.0.2:../../time/py-pendulum
DEPENDS+=	${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
DEPENDS+=	${PYPKGPREFIX}-snaptime-[0-9]*:../../time/py-snaptime
DEPENDS+=	${PYPKGPREFIX}-tzlocal-[0-9]*:../../time/py-tzlocal

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27 # py-humanize

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


1.4
log
@*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2020/03/21 12:56:46 adam Exp $
@


1.3
log
@py-maya: updated to 0.6.1

v0.6.1
Fixed
Intervals don't produce an infinite generator

v0.5.0
Added
Localization for MayaDT.slang_time() and MayaDT.slang_date()

v0.4.3
Fixed
Fix RFC3339 representation.

v0.4.2
Added
Support local_datetime() method on MayaDT object to get it as datetime.datetime with local timezone.

v0.4.1
Fixed
Limited support pendulum versions to >= 1.0 and <= 1.5.1.

v0.4.0
Added
ISO 8601 format support for MayaInterval
Parsing snap modifiers
Allow specifying if datetime is from the past, current period or future when parsing with maya.when()

Fixed
Fix timezone problem when converting time from struct
Fix subtracting MayaDT objects
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2017/10/28 08:54:11 adam Exp $
d5 1
@


1.2
log
@py-maya: updated to 0.3.3

0.3.3:
Fix typos and correct spelling.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2017/09/29 21:22:51 joerg Exp $
d3 1
a3 1
DISTNAME=	maya-0.3.3
d13 1
a13 1
DEPENDS+=	${PYPKGPREFIX}-dateparser-[0-9]*:../../time/py-dateparser
d15 1
a15 1
DEPENDS+=	${PYPKGPREFIX}-pendulum-[0-9]*:../../time/py-pendulum
d17 1
a17 1
DEPENDS+=	${PYPKGPREFIX}-ruamel-yaml>=0.10.12:../../devel/py-ruamel-yaml
d22 2
@


1.1
log
@Add py-maya-0.3.2:

Datetimes are very frustrating to work with in Python, especially when
dealing with different locales on different systems. This library exists
to make the simple things much easier, while admitting that time is an
illusion (timezones doubly so).

Datetimes should be interacted with via an API written for humans.

Maya is mostly built around the headaches and use-cases around parsing
datetime data from websites.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2017/02/20 17:00:37 wiz Exp $
d3 1
a3 1
DISTNAME=	maya-0.3.2
d5 1
a5 1
CATEGORIES=	python time
d13 7
a21 6
DEPENDS+=		${PYPKGPREFIX}-ruamel-yaml>=0.10.12:../../devel/py-ruamel-yaml
DEPENDS+=		${PYPKGPREFIX}-humanize-[0-9]*:../../textproc/py-humanize
DEPENDS+=		${PYPKGPREFIX}-dateparser-[0-9]*:../../time/py-dateparser
DEPENDS+=		${PYPKGPREFIX}-pendulum-[0-9]*:../../time/py-pendulum
DEPENDS+=		${PYPKGPREFIX}-tzlocal-[0-9]*:../../time/py-tzlocal

@

