pkgsrc-wip/py-retrying/Makefile

17 lines
381 B
Makefile

# $NetBSD$
DISTNAME= retrying-1.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=r/retrying/}
MAINTAINER= root@zta.lk
HOMEPAGE= https://github.com/rholder/retrying
COMMENT= General-purpose retrying library, written in Python
LICENSE= apache-2.0
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"