pkgsrc/devel/py-unittest-mixins/Makefile
adam 48e618ca8c py-unittest-mixins: added version 1.4
A set of mixin classes and other helpers for unittest test case classes.
2018-02-05 16:12:04 +00:00

18 lines
503 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/02/05 16:12:04 adam Exp $
DISTNAME= unittest-mixins-1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/unittest-mixins/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/nedbat/unittest-mixins
COMMENT= Helpful mixins for unittest classes
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"