# $NetBSD: Makefile,v 1.12 2023/11/30 05:44:15 adam Exp $ DISTNAME= fastimport-0.9.14 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastimport/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jelmer/python-fastimport COMMENT= Fastimport parser and generator in Python LICENSE= gnu-gpl-v2 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 post-install: .for bin in fast-import-filter fast-import-info fast-import-query cd ${DESTDIR}${PREFIX}/bin && \ ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE} .endfor .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"