# $NetBSD: Makefile,v 1.3 2024/01/18 18:14:09 adam Exp $ DISTNAME= inflection-0.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=i/inflection/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jpvanhal/inflection COMMENT= Port of Ruby on Rails inflector to Python LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"