e56d5101d9
This python module provides plural inflections, singular noun inflections, "a"/"a"” selection for English words, and manipulation of numbers as words.
24 lines
701 B
Makefile
24 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/03/12 07:12:05 wiz Exp $
|
|
|
|
DISTNAME= inflect-4.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= lang python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=i/inflect/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jazzband/inflect
|
|
COMMENT= Correctly generate plurals, ordinals, indefinite articles for English
|
|
LICENSE= mit
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
.if ${_PYTHON_VERSION} < 38
|
|
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
|
|
.endif
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|