head	1.8;
access;
symbols
	pkgsrc-2026Q1:1.8.0.8
	pkgsrc-2026Q1-base:1.8
	pkgsrc-2025Q4:1.8.0.6
	pkgsrc-2025Q4-base:1.8
	pkgsrc-2025Q3:1.8.0.4
	pkgsrc-2025Q3-base:1.8
	pkgsrc-2025Q2:1.8.0.2
	pkgsrc-2025Q2-base:1.8
	pkgsrc-2025Q1:1.7.0.14
	pkgsrc-2025Q1-base:1.7
	pkgsrc-2024Q4:1.7.0.12
	pkgsrc-2024Q4-base:1.7
	pkgsrc-2024Q3:1.7.0.10
	pkgsrc-2024Q3-base:1.7
	pkgsrc-2024Q2:1.7.0.8
	pkgsrc-2024Q2-base:1.7
	pkgsrc-2024Q1:1.7.0.6
	pkgsrc-2024Q1-base:1.7
	pkgsrc-2023Q4:1.7.0.4
	pkgsrc-2023Q4-base:1.7
	pkgsrc-2023Q3:1.7.0.2
	pkgsrc-2023Q3-base:1.7
	pkgsrc-2023Q2:1.6.0.8
	pkgsrc-2023Q2-base:1.6
	pkgsrc-2023Q1:1.6.0.6
	pkgsrc-2023Q1-base:1.6
	pkgsrc-2022Q4:1.6.0.4
	pkgsrc-2022Q4-base:1.6
	pkgsrc-2022Q3:1.6.0.2
	pkgsrc-2022Q3-base:1.6
	pkgsrc-2022Q2:1.3.0.4
	pkgsrc-2022Q2-base:1.3
	pkgsrc-2022Q1:1.3.0.2
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.2.0.10
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.8
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.6
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.4
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.2
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.1.0.6
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.4
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.2
	pkgsrc-2020Q1-base:1.1;
locks; strict;
comment	@# @;


1.8
date	2025.04.24.15.14.57;	author adam;	state Exp;
branches;
next	1.7;
commitid	ZNCeginlyhKjHjSF;

1.7
date	2023.08.14.05.24.37;	author wiz;	state Exp;
branches;
next	1.6;
commitid	LOSB79OLVxvXjIAE;

1.6
date	2022.07.05.10.16.50;	author adam;	state Exp;
branches;
next	1.5;
commitid	MJRav0SajC3MXGKD;

1.5
date	2022.06.30.11.18.29;	author nia;	state Exp;
branches;
next	1.4;
commitid	AhctUV91Vubws3KD;

1.4
date	2022.06.27.15.29.16;	author fcambus;	state Exp;
branches;
next	1.3;
commitid	IQmQDlWLRNqyWGJD;

1.3
date	2022.01.04.20.54.08;	author wiz;	state Exp;
branches;
next	1.2;
commitid	CYyhdK9qtoffkmnD;

1.2
date	2020.12.04.20.45.23;	author nia;	state Exp;
branches;
next	1.1;
commitid	FPz71MqRX3WN0tyC;

1.1
date	2020.03.10.15.20.06;	author fcambus;	state Exp;
branches;
next	;
commitid	k6Z06sOAXy4ORRZB;


desc
@@


1.8
log
@termtosvg: converted to wheel.mk
@
text
@# $NetBSD: Makefile,v 1.7 2023/08/14 05:24:37 wiz Exp $

DISTNAME=	termtosvg-1.1.0
PKGREVISION=	5
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_GITHUB:=nbedos/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://nbedos.github.io/termtosvg/
COMMENT=	Record terminal sessions as SVG animations
LICENSE=	modified-bsd

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+=	${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
DEPENDS+=	${PYPKGPREFIX}-pyte-[0-9]*:../../devel/py-pyte
DEPENDS+=	${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth

USE_LANGUAGES=	# none

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


1.7
log
@*: recursive bump for Python 3.11 as new default
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2022/07/05 10:16:50 adam Exp $
d4 1
a4 1
PKGREVISION=	4
d13 2
a16 1
DEPENDS+=	${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
d18 1
a18 1
PYTHON_VERSIONS_INCOMPATIBLE=	27 # py-pyte
d20 1
a20 1
.include "../../lang/python/egg.mk"
@


1.6
log
@termtosvg: not for Python 2.7
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/06/30 11:18:29 nia Exp $
d4 1
a4 1
PKGREVISION=	3
@


1.5
log
@*: Revbump packages that use Python at runtime without a PKGNAME prefix
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2022/06/27 15:29:16 fcambus Exp $
d17 2
a19 1
.include "../../lang/python/application.mk"
@


1.4
log
@*: drop maintainership for packages not related to toolchains and ELF.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:08 wiz Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.3
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.2 2020/12/04 20:45:23 nia Exp $
d8 1
a8 1
MAINTAINER=	fcambus@@NetBSD.org
@


1.2
log
@Revbump packages with a runtime Python dep but no version prefix.

For the Python 3.8 default switch.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2020/03/10 15:20:06 fcambus Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.1
log
@graphics/termtosvg: import termtosvg 1.1.0.

termtosvg is a Unix terminal recorder written in Python that renders your
command line sessions as standalone SVG animations.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
@

