# $NetBSD: Makefile,v 1.6 2023/10/28 19:57:01 wiz Exp $ DISTNAME= iniconfig-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/iniconfig/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/RonnyPfannschmidt/iniconfig COMMENT= Brain-dead simple config-ini parsing LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_LANGUAGES= # none .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"