head	1.9;
access;
symbols
	pkgsrc-2026Q1:1.9.0.8
	pkgsrc-2026Q1-base:1.9
	pkgsrc-2025Q4:1.9.0.6
	pkgsrc-2025Q4-base:1.9
	pkgsrc-2025Q3:1.9.0.4
	pkgsrc-2025Q3-base:1.9
	pkgsrc-2025Q2:1.9.0.2
	pkgsrc-2025Q2-base:1.9
	pkgsrc-2025Q1:1.8.0.4
	pkgsrc-2025Q1-base:1.8
	pkgsrc-2024Q4:1.8.0.2
	pkgsrc-2024Q4-base:1.8
	pkgsrc-2024Q3:1.7.0.4
	pkgsrc-2024Q3-base:1.7
	pkgsrc-2024Q2:1.7.0.2
	pkgsrc-2024Q2-base:1.7
	pkgsrc-2024Q1:1.6.0.4
	pkgsrc-2024Q1-base:1.6
	pkgsrc-2023Q4:1.6.0.2
	pkgsrc-2023Q4-base:1.6
	pkgsrc-2023Q3:1.5.0.14
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.5.0.12
	pkgsrc-2023Q2-base:1.5
	pkgsrc-2023Q1:1.5.0.10
	pkgsrc-2023Q1-base:1.5
	pkgsrc-2022Q4:1.5.0.8
	pkgsrc-2022Q4-base:1.5
	pkgsrc-2022Q3:1.5.0.6
	pkgsrc-2022Q3-base:1.5
	pkgsrc-2022Q2:1.5.0.4
	pkgsrc-2022Q2-base:1.5
	pkgsrc-2022Q1:1.5.0.2
	pkgsrc-2022Q1-base:1.5
	pkgsrc-2021Q4:1.4.0.10
	pkgsrc-2021Q4-base:1.4
	pkgsrc-2021Q3:1.4.0.8
	pkgsrc-2021Q3-base:1.4
	pkgsrc-2021Q2:1.4.0.6
	pkgsrc-2021Q2-base:1.4
	pkgsrc-2021Q1:1.4.0.4
	pkgsrc-2021Q1-base:1.4
	pkgsrc-2020Q4:1.4.0.2
	pkgsrc-2020Q4-base:1.4
	pkgsrc-2020Q3:1.3.0.4
	pkgsrc-2020Q3-base:1.3
	pkgsrc-2020Q2:1.3.0.2
	pkgsrc-2020Q2-base:1.3
	pkgsrc-2020Q1:1.1.0.10
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.12
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.8
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.6
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.4
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.2
	pkgsrc-2018Q4-base:1.1;
locks; strict;
comment	@# @;


1.9
date	2025.04.13.12.28.11;	author wiz;	state Exp;
branches;
next	1.8;
commitid	Tx4osiVuXAe28TQF;

1.8
date	2024.11.11.07.29.09;	author wiz;	state Exp;
branches;
next	1.7;
commitid	1fBDq3LwS98NncxF;

1.7
date	2024.05.10.09.39.33;	author adam;	state Exp;
branches;
next	1.6;
commitid	jdErHuAxOtmM3r9F;

1.6
date	2023.11.30.05.50.17;	author adam;	state Exp;
branches;
next	1.5;
commitid	iRi5VXyv9wNYZAOE;

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

1.4
date	2020.11.02.10.14.29;	author adam;	state Exp;
branches;
next	1.3;
commitid	yyuYhbJGcpWvyiuC;

1.3
date	2020.05.17.21.38.47;	author adam;	state Exp;
branches;
next	1.2;
commitid	ATHktg7q5XTbMD8C;

1.2
date	2020.05.14.05.37.14;	author adam;	state Exp;
branches;
next	1.1;
commitid	KgG2h5zFi21eya8C;

1.1
date	2018.10.07.08.20.49;	author adam;	state Exp;
branches;
next	;
commitid	4KFH6Zfk5Eidg0VA;


desc
@@


1.9
log
@py-toml: fix for setuptools>=78
@
text
@# $NetBSD: Makefile,v 1.8 2024/11/11 07:29:09 wiz Exp $

DISTNAME=	toml-0.10.2
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	4
CATEGORIES=	textproc python
MASTER_SITES=	${MASTER_SITE_PYPI:=t/toml/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/uiri/toml
COMMENT=	Python Library for Tom's Obvious, Minimal Language
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools

USE_LANGUAGES=	# none

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


1.8
log
@py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2024/05/10 09:39:33 adam Exp $
d5 1
a5 1
PKGREVISION=	3
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
a17 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@


1.7
log
@py-toml: swith to wheel.mk
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2023/11/30 05:50:17 adam Exp $
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@


1.6
log
@py-toml: fix PLIST; bump revision
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:08 wiz Exp $
d5 1
a5 1
PKGREVISION=	2
d14 2
a15 1
PYTHON_VERSIONED_DEPENDENCIES=	test:test
d19 1
a19 2
do-test:
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
d21 1
a21 2
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
@


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 2020/11/02 10:14:29 adam Exp $
d5 1
a5 1
PKGREVISION=	1
d19 1
a19 1
	cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
@


1.4
log
@py-toml: updated to 0.10.2

0.10.2:
Unknown changes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2020/05/17 21:38:47 adam Exp $
d5 1
@


1.3
log
@pytest from versioned depends
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2020/05/14 05:37:14 adam Exp $
d3 1
a3 1
DISTNAME=	toml-0.10.1
@


1.2
log
@py-toml: updated to 0.10.1

0.10.1:
Update copyright notices
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2018/10/07 08:20:49 adam Exp $
d13 1
a13 1
TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
d21 1
@


1.1
log
@py-toml: added version 0.10.0

A Python library for parsing and creating TOML.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	toml-0.10.0
d13 2
d17 3
@

