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


1.1
date	2026.08.03.17.46.56;	author wiz;	state Exp;
branches;
next	;
commitid	JN98RhwFCxCLydQG;


desc
@@


1.1
log
@devel/py-titlecase: import py-titlecase-2.4.1

This filter changes a given text to Title Caps, and attempts to be
clever about SMALL words like a/an/the in the input. The list of
"SMALL words" which are not capped comes from the New York Times
Manual of Style, plus some others like 'vs' and 'v'.

The filter employs some heuristics to guess abbreviations that
don't need conversion.
@
text
@# $NetBSD$

DISTNAME=	titlecase-2.4.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=t/titlecase/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/ppannuto/python-titlecase
COMMENT=	Python Port of John Gruber's titlecase.pl
LICENSE=	mit

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

USE_LANGUAGES=	# none

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