pkgsrc/textproc/py-dominate/Makefile
adam 4413104cfc py-dominate: updated to 2.6.0
2.6.0:
Add get_current() to return the current active element in a with context.
2021-02-16 20:52:35 +00:00

22 lines
630 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/02/16 20:52:35 adam Exp $
DISTNAME= dominate-2.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
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
PYTHON_VERSIONED_DEPENDENCIES= test:test
USE_LANGUAGES= # none
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"