086c941925
Change log: Version 3.1.0 * Python 3.9 support, no inter-interpreter support * Add R_INSET relation for in unordered set relationship * Unified MorePrinter code path * Set __qualname__ to __name__ on dynamic classes * hp.Prod(), .byprod classifier, producer profiler * IdentitySet.prod to print tracemalloc results * Add .all to MorePrinter
18 lines
510 B
Makefile
18 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/10/13 21:18:35 gutteridge Exp $
|
|
|
|
DISTNAME= guppy3-3.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/guppy3/}
|
|
|
|
MAINTAINER= gutteridge@NetBSD.org
|
|
HOMEPAGE= https://github.com/zhuyifei1999/guppy3
|
|
COMMENT= Python programming environment and heap analysis toolset
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|