a3cdb0966a
Change log: Version 3.0.8 2019-10-07 YiFei Zhu <zhuyifei1999@gmail.com> * Nothing changed, just releasing 3.0.8 2019-10-03 YiFei Zhu <zhuyifei1999@gmail.com> * RefPat.py: Add missing comma in string list [Ehsan Kia] 2019-10-02 YiFei Zhu <zhuyifei1999@gmail.com> * Don't cache Interface attributes because of invalidation is too painful, and it barely makes a difference. 2019-09-26 YiFei Zhu <zhuyifei1999@gmail.com> * Unreachable code cleanup * Use a temporary root object for traversal in initialization, to reduce its performance penalty 2019-09-25 YiFei Zhu <zhuyifei1999@gmail.com> * Fix get_partition memoization * Create FastPartition for reusing the already-computed partition information after selecting from a single partition. * Fix segfault in Horizon deallocation 2019-09-22 YiFei Zhu <zhuyifei1999@gmail.com> * Unreachable code cleanup * Python 3 fixes RE.py and RE_Rect.py
20 lines
528 B
Makefile
20 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/10/29 22:38:27 gutteridge Exp $
|
|
|
|
DISTNAME= guppy3-3.0.8
|
|
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
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|