pkgsrc/devel/py-decorator/Makefile
adam 3591078198 py-decorator: updated to 4.3.0
4.3.0:
Extended the decorator family facility to work with positional arguments and updated the documentation. Removed decorator.getargspec and provided decorator.getfullargspec instead. This is convenient for users of Python 2.6/2.7, the others can just use inspect.getfullargspec.
2018-06-16 12:18:12 +00:00

16 lines
436 B
Makefile

# $NetBSD: Makefile,v 1.15 2018/06/16 12:18:12 adam Exp $
DISTNAME= decorator-4.3.0
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"