1a4ea67fe7
1.2.1: Merge pull request 68 from datadriventests/fix-docstring-behavior
16 lines
398 B
Makefile
16 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/03/02 14:38:37 adam Exp $
|
|
|
|
DISTNAME= ddt-1.2.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/ddt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/txels/ddt
|
|
COMMENT= Data-Driven/Decorated Tests
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|