ce947dd911
0.18 * Avoid exception when one of the items on "packages" is not a package (modulegraph.find_modules.find_needed_modules) * ``Modulegraph.foldReferences()`` called the wrong method
22 lines
619 B
Makefile
22 lines
619 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/05/27 14:14:47 adam Exp $
|
|
|
|
DISTNAME= modulegraph-0.18
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=m/modulegraph/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://bitbucket.org/ronaldoussoren/modulegraph
|
|
COMMENT= Python module dependency analysis tool
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-altgraph>=0.15:../../graphics/py-altgraph
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
${MV} modulegraph modulegraph-${PYVERSSUFFIX} || ${TRUE}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|