a303699436
2.4.0: SVG Support.
21 lines
574 B
Makefile
21 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/09/06 13:34:21 adam Exp $
|
|
|
|
DISTNAME= dominate-2.4.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= python textproc
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dominate/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/Knio/dominate
|
|
COMMENT= Python library for creating and manipulating HTML documents
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|