pkgsrc/devel/py-fastimport/Makefile
adam 639bd2b142 py-fastimport: updated to 0.9.13
0.9.13:
Unknown changes
2021-06-09 14:21:11 +00:00

24 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.9 2021/06/09 14:21:11 adam Exp $
DISTNAME= fastimport-0.9.13
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
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
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/egg.mk"
.include "../../mk/bsd.pkg.mk"