4.2.1: Fixed a regression breaking IPython and discovered by https://github.com/spapini 4.2.0: Added a facility to define families of decorators (aka decorators with arguments) as requested by several users.
16 lines
436 B
Makefile
16 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.14 2018/01/15 10:40:07 adam Exp $
|
|
|
|
DISTNAME= decorator-4.2.1
|
|
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"
|