639bd2b142
0.9.13: Unknown changes
24 lines
653 B
Makefile
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"
|