pkgsrc/devel/py-decorator/Makefile
adam 0675810e64 py-decorator: updated to 4.4.0
4.4.0:
Fixed a regression with decorator factories breaking the case with no
arguments by going back to the syntax used in version 4.2.
Accepted a small fix from Eric Larson (https://github.com/larsoner) affecting
isgeneratorfunction for old Python versions.
Moved the documentation from ReadTheDocs to GitHub to simplify the
release process and replaced ReStructuredText with Markdown: it is
an inferior solution, but it works better with GitHub and it is good enough.
2019-04-04 09:51:01 +00:00

16 lines
436 B
Makefile

# $NetBSD: Makefile,v 1.17 2019/04/04 09:51:01 adam Exp $
DISTNAME= decorator-4.4.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"