pkgsrc/devel/py-Pympler/Makefile
adam f9034660c5 py-Pympler: updated to 0.8
0.8:
Added
Python 3.8 support
Compatibility with Django Debug Toolbar 2.x

Removed
Python 3.3 support
Compatibility with Django Debug Toolbar 1.x

Fixed
Include dicts which aren’t tracked by garbage collector in summary diff
Fix formatting of Python 3 class names in summary diff
2019-11-22 09:35:07 +00:00

16 lines
423 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/11/22 09:35:07 adam Exp $
DISTNAME= Pympler-0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pympler/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pympler/pympler
COMMENT= Python memory analysis tool
LICENSE= apache-2.0
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"