head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2026.09.05.05.11.26;	author adam;	state Exp;
branches;
next	1.1;
commitid	PwnaJtaLeh1PjoUG;

1.1
date	2026.09.03.05.13.15;	author adam;	state Exp;
branches;
next	;
commitid	q4XhR76kLMtmo8UG;


desc
@@


1.2
log
@py-copier: not for Python 3.10 nor 3.11
@
text
@# $NetBSD: Makefile,v 1.1 2026/09/03 05:13:15 adam Exp $

DISTNAME=	copier-9.18.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	misc python
MASTER_SITES=	${MASTER_SITE_PYPI:=c/copier/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/copier-org/copier
COMMENT=	Library for rendering project templates
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-hatch-vcs>=0:../../devel/py-hatch-vcs
TOOL_DEPENDS+=	${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
DEPENDS+=	${PYPKGPREFIX}-colorama>=0.4.6:../../comms/py-colorama
DEPENDS+=	${PYPKGPREFIX}-dunamai>=1.7.0:../../devel/py-dunamai
DEPENDS+=	${PYPKGPREFIX}-funcy>=1.17:../../devel/py-funcy
DEPENDS+=	${PYPKGPREFIX}-jinja2>=3.1.6:../../textproc/py-jinja2
DEPENDS+=	${PYPKGPREFIX}-jinja2-ansible-filters>=1.3.1:../../textproc/py-jinja2-ansible-filters
DEPENDS+=	${PYPKGPREFIX}-packaging>=23.0:../../devel/py-packaging
DEPENDS+=	${PYPKGPREFIX}-pathspec>=0.9.0:../../devel/py-pathspec
DEPENDS+=	${PYPKGPREFIX}-platformdirs>=4.3.6:../../misc/py-platformdirs
DEPENDS+=	${PYPKGPREFIX}-plumbum>=1.6.9:../../devel/py-plumbum
DEPENDS+=	${PYPKGPREFIX}-pydantic>=2.4.2:../../devel/py-pydantic
DEPENDS+=	${PYPKGPREFIX}-pygments>=2.7.1:../../textproc/py-pygments
DEPENDS+=	${PYPKGPREFIX}-questionary>=1.8.1:../../misc/py-questionary
DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml

USE_LANGUAGES=	# none

PY_RENAME_BINARIES=	copier

PYTHON_VERSIONS_INCOMPATIBLE=   310 311 # py-yaml

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


1.1
log
@py-copier: added version 9.18.1

A library and CLI app for rendering project templates.

* Works with local paths and Git URLs.
* Your project can include any file and Copier can dynamically replace values
  in any kind of text file.
* It generates a beautiful output and takes care of not overwriting existing
  files unless instructed to do so.
@
text
@d1 1
a1 1
# $NetBSD$
d33 1
a33 4
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 311
DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=4.0.0:../../devel/py-typing-extensions
.endif
@

