pkgsrc/devel/py-decorator/Makefile
adam c725366fa7 py-decorator: updated to 4.4.1
4.4.1:
Changed the description to "Decorators for Humans" are requested by
several users. Fixed a .rst bug in the description as seen in PyPI.
2019-11-13 20:44:29 +00:00

16 lines
436 B
Makefile

# $NetBSD: Makefile,v 1.18 2019/11/13 20:44:29 adam Exp $
DISTNAME= decorator-4.4.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"