pkgsrc/devel/py-decorator/Makefile
adam 44603db1b4 py-decorator: updated to 4.4.2
4.4.2:
Sylvan Mosberger (https://github.com/Infinisil) contributed a patch to
some doctests that were breaking on NixOS.
John Vandenberg (https://github.com/jayvdb) made a case for removing the usage
of `__file__`, that was breaking PyOxidizer.
Miro Hrončok (https://github.com/hroncok) contributed some fixes for the
future Python 3.9.
Hugo van Kemenade (https://github.com/hugovk) contributed some fixes for the
future Python 3.10.
2020-04-11 07:47:54 +00:00

16 lines
436 B
Makefile

# $NetBSD: Makefile,v 1.19 2020/04/11 07:47:54 adam Exp $
DISTNAME= decorator-4.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/decorator/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/micheles/decorator
COMMENT= Generic Python decorator utilities
LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"