head	1.13;
access;
symbols
	pkgsrc-2026Q1:1.13.0.8
	pkgsrc-2026Q1-base:1.13
	pkgsrc-2025Q4:1.13.0.6
	pkgsrc-2025Q4-base:1.13
	pkgsrc-2025Q3:1.13.0.4
	pkgsrc-2025Q3-base:1.13
	pkgsrc-2025Q2:1.13.0.2
	pkgsrc-2025Q2-base:1.13
	pkgsrc-2025Q1:1.12.0.4
	pkgsrc-2025Q1-base:1.12
	pkgsrc-2024Q4:1.12.0.2
	pkgsrc-2024Q4-base:1.12
	pkgsrc-2024Q3:1.9.0.8
	pkgsrc-2024Q3-base:1.9
	pkgsrc-2024Q2:1.9.0.6
	pkgsrc-2024Q2-base:1.9
	pkgsrc-2024Q1:1.9.0.4
	pkgsrc-2024Q1-base:1.9
	pkgsrc-2023Q4:1.9.0.2
	pkgsrc-2023Q4-base:1.9
	pkgsrc-2023Q3:1.7.0.4
	pkgsrc-2023Q3-base:1.7
	pkgsrc-2023Q2:1.7.0.2
	pkgsrc-2023Q2-base:1.7
	pkgsrc-2023Q1:1.6.0.10
	pkgsrc-2023Q1-base:1.6
	pkgsrc-2022Q4:1.6.0.8
	pkgsrc-2022Q4-base:1.6
	pkgsrc-2022Q3:1.6.0.6
	pkgsrc-2022Q3-base:1.6
	pkgsrc-2022Q2:1.6.0.4
	pkgsrc-2022Q2-base:1.6
	pkgsrc-2022Q1:1.6.0.2
	pkgsrc-2022Q1-base:1.6
	pkgsrc-2021Q4:1.3.0.6
	pkgsrc-2021Q4-base:1.3
	pkgsrc-2021Q3:1.3.0.4
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.3.0.2
	pkgsrc-2021Q2-base:1.3
	pkgsrc-2021Q1:1.2.0.6
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.4
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.2
	pkgsrc-2020Q3-base:1.2;
locks; strict;
comment	@# @;


1.13
date	2025.04.14.08.00.36;	author adam;	state Exp;
branches;
next	1.12;
commitid	sTw2hjapzi68CZQF;

1.12
date	2024.12.10.12.06.14;	author adam;	state Exp;
branches;
next	1.11;
commitid	RSPUDiYAOVlxZWAF;

1.11
date	2024.11.11.07.28.59;	author wiz;	state Exp;
branches;
next	1.10;
commitid	1fBDq3LwS98NncxF;

1.10
date	2024.10.14.06.45.58;	author wiz;	state Exp;
branches;
next	1.9;
commitid	ynDJEEQamKd33BtF;

1.9
date	2023.11.07.22.38.04;	author wiz;	state Exp;
branches;
next	1.8;
commitid	0SUcCzviRXnrjJLE;

1.8
date	2023.11.05.22.22.55;	author wiz;	state Exp;
branches;
next	1.7;
commitid	mkHVdTpP3CMjitLE;

1.7
date	2023.06.18.05.37.40;	author adam;	state Exp;
branches;
next	1.6;
commitid	puystYPeVDGmeotE;

1.6
date	2022.01.05.15.41.22;	author wiz;	state Exp;
branches;
next	1.5;
commitid	FQ77UruBIUsgzsnD;

1.5
date	2022.01.04.20.54.48;	author wiz;	state Exp;
branches;
next	1.4;
commitid	CYyhdK9qtoffkmnD;

1.4
date	2021.12.30.12.06.00;	author adam;	state Exp;
branches;
next	1.3;
commitid	G4E5SINqWFOTzFmD;

1.3
date	2021.05.31.13.49.55;	author adam;	state Exp;
branches;
next	1.2;
commitid	WxLeqGQMAKyYZiVC;

1.2
date	2020.08.27.12.32.48;	author joerg;	state Exp;
branches;
next	1.1;
commitid	LADFhjXHWljCtHlC;

1.1
date	2020.07.01.08.52.38;	author adam;	state Exp;
branches;
next	;
commitid	KwWkew7YbnIE5meC;


desc
@@


1.13
log
@py-eliot: updated to 1.17.5

1.17.0

Enhancements:

* Eliot's JSON output can now serialize pathlib.Path, Pandas objects, Polars objects, times, dates, Pydantic objects, sets, and complex numbers. Thanks to Anton Kulaga for the patch.

Deprecations and removals:

* Dropped support for Python 3.8.
@
text
@# $NetBSD: Makefile,v 1.12 2024/12/10 12:06:14 adam Exp $

DISTNAME=	eliot-1.17.5
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	sysutils python
MASTER_SITES+=	${MASTER_SITE_PYPI:=e/eliot/}
#MASTER_SITES+=	${MASTER_SITE_GITHUB:=itamarst/}
#GITHUB_TAG=	${PKGVERSION_NOREV}
#GITHUB_PROJECT=	eliot

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/itamarst/eliot
COMMENT=	Logging library that tells you why it happened
LICENSE=	apache-2.0

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+=	${PYPKGPREFIX}-boltons>=19.0.1:../../devel/py-boltons
DEPENDS+=	${PYPKGPREFIX}-orjson-[0-9]*:../../textproc/py-orjson
DEPENDS+=	${PYPKGPREFIX}-pyrsistent>=0.11.8:../../devel/py-pyrsistent
DEPENDS+=	${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
TEST_DEPENDS+=	${PYPKGPREFIX}-hypothesis>=1.14.0:../../devel/py-hypothesis
TEST_DEPENDS+=	${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
TEST_DEPENDS+=	${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools

USE_LANGUAGES=	# none

post-install:
	cd ${DESTDIR}${PREFIX}/bin && \
	${MV} eliot-prettyprint eliot-prettyprint-${PYVERSSUFFIX} || ${TRUE}

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


1.12
log
@py-eliot: updated to 1.16.0

1.16.0

Enhancements:
* Added official support for Python 3.13, though 1.15.0 works fine too.

Changes:
* Tests pass with latest Dask.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2024/11/11 07:28:59 wiz Exp $
d3 1
a3 1
DISTNAME=	eliot-1.16.0
d6 4
a9 4
#MASTER_SITES+=	${MASTER_SITE_PYPI:=e/eliot/}
MASTER_SITES+=	${MASTER_SITE_GITHUB:=itamarst/}
GITHUB_TAG=	${PKGVERSION_NOREV}
GITHUB_PROJECT=	eliot
d16 1
a16 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
@


1.11
log
@py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2024/10/14 06:45:58 wiz Exp $
d3 1
a3 1
DISTNAME=	eliot-1.15.0
d18 1
a19 1
DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
a21 1
TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
@


1.10
log
@*: clean-up after python38 removal
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2023/11/07 22:38:04 wiz Exp $
a16 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
@


1.9
log
@*: latest py-sphinx only support Python 3.9+
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2023/11/05 22:22:55 wiz Exp $
a26 2
PYTHON_VERSIONS_INCOMPATIBLE=	27 38

@


1.8
log
@py-eliot: update to 1.15.0.

Python 3.11 and 3.12 support
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2023/06/18 05:37:40 adam Exp $
d27 1
a27 1
PYTHON_VERSIONS_INCOMPATIBLE=	27
@


1.7
log
@py-eliot: updated to 1.14.0

Release 1.14.0
Merge pull request 483 from itamarst/1.14.0
Prepare for new release.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:22 wiz Exp $
d3 1
a3 1
DISTNAME=	eliot-1.14.0
d6 4
a9 1
MASTER_SITES=	${MASTER_SITE_PYPI:=e/eliot/}
d16 2
a28 2
USE_PKG_RESOURCES=	yes

d35 1
a35 4
do-test:
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} eliot/tests

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


1.6
log
@python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:48 wiz Exp $
d3 1
a3 1
DISTNAME=	eliot-1.13.0
a4 1
PKGREVISION=	2
a12 1
DEPENDS+=	${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
d16 1
d19 1
d33 1
a33 1
	cd ${WRKSRC} && pytest-${PYVERSSUFFIX} eliot/tests
@


1.5
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.4 2021/12/30 12:06:00 adam Exp $
d5 1
a5 1
PKGREVISION=	1
d24 2
@


1.4
log
@py-aiocontextvars: removed; Python 3.6 only
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2021/05/31 13:49:55 adam Exp $
d5 1
@


1.3
log
@py-eliot: updated to 1.13.0

1.13.0

Features:

@@capture_logging and MemoryLogger now support specifying a custom JSON encoder. By default they now use Eliot’s encoder. This means tests can now match the encoding used by a FileDestination.
Added support for Python 3.9.

Deprecation:

Python 3.5 is no longer supported.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2020/08/27 12:32:48 joerg Exp $
a22 5
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 36
DEPENDS+=	${PYPKGPREFIX}-aiocontextvars-[0-9]*:../../devel/py-aiocontextvars
.endif

@


1.2
log
@Support Python 3.6
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2020/07/01 08:52:38 adam Exp $
d3 1
a3 1
DISTNAME=	eliot-1.12.0
@


1.1
log
@py-eliot, py-eliot17: added versions 1.12.0 and 1.7.0 (Python 2.7)

eliot is a Python logging system that outputs causal chains of actions: actions
can spawn other actions, and eventually they either succeed or fail. The
resulting logs tell you the story of what your software did: what happened, and
what caused it.
@
text
@d1 1
a1 1
# $NetBSD$
d21 2
a29 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@

