pkgsrc/devel/py-retry_decorator/Makefile
bsiegert 07072f278c Add py-retry_decorator version 1.1.0.
retry_decorator is a Python module that exposes a decorator that retries the
decorated function with exponential backoff.

This is yet another dependency for PR pkg/52941.
2018-01-25 19:03:04 +00:00

16 lines
427 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/01/25 19:03:04 bsiegert Exp $
DISTNAME= retry_decorator-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=r/retry_decorator/}
MAINTAINER= bsiegert@NetBSD.org
HOMEPAGE= https://github.com/pnpnpn/retry-decorator
COMMENT= Retry decorator for Python
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"