2022-01-04 21:53:26 +01:00
|
|
|
# $NetBSD: Makefile,v 1.3 2022/01/04 20:53:46 wiz Exp $
|
2018-02-05 17:12:04 +01:00
|
|
|
|
2018-08-23 09:51:00 +02:00
|
|
|
DISTNAME= unittest-mixins-1.6
|
2018-02-05 17:12:04 +01:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
2022-01-04 21:53:26 +01:00
|
|
|
PKGREVISION= 1
|
2018-02-05 17:12:04 +01:00
|
|
|
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"
|