head	1.1;
access;
symbols
	pkgsrc-2026Q2:1.1.0.24
	pkgsrc-2026Q2-base:1.1
	pkgsrc-2026Q1:1.1.0.22
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.20
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.18
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.16
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.14
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.12
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.10
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.8
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.6
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.4
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.2
	pkgsrc-2023Q3-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2023.08.11.12.40.16;	author adam;	state Exp;
branches;
next	;
commitid	phqlPGdNBGOMPmAE;


desc
@@


1.1
log
@py-html5tagger: added version 1.3.0

If you're looking for a more efficient and streamlined way to generate HTML5,
look no further than html5tagger! This module provides a simplified HTML5
syntax, so you can create your entire document template using only Python. Say
goodbye to the clunky and error-prone process of manually writing HTML tags.

With html5tagger, you can safely and quickly generate HTML5 without any
dependencies, making it the perfect solution for developers who value speed and
simplicity. And with its pure Python implementation, you'll never have to worry
about compatibility issues or adding extra libraries to your project.
@
text
@# $NetBSD$

DISTNAME=	html5tagger-1.3.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	textproc python
MASTER_SITES=	${MASTER_SITE_PYPI:=h/html5tagger/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/sanic-org/html5tagger
COMMENT=	Pythonic HTML generation/templating (no template files)
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27

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