6e25262d40
tqdm v4.46.1 stable fix missing sys.setcheckinterval in py3.9 fix keras.TqdmCallback compatibility with tensorflow==2.2.0 update documentation correct contrib.concurrent correct max_workers drop prominent mention of xrange minor linting
29 lines
885 B
Makefile
29 lines
885 B
Makefile
# $NetBSD: Makefile,v 1.19 2020/06/17 12:00:59 adam Exp $
|
|
|
|
DISTNAME= tqdm-4.46.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tqdm/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= https://github.com/tqdm/tqdm
|
|
COMMENT= Fast, extensible progress bar for Python
|
|
LICENSE= mit
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
|
|
|
|
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/tqdm/completion.sh
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX} && \
|
|
${MV} bin/tqdm bin/tqdm-${PYVERSSUFFIX} && \
|
|
${MV} ${PYSITELIB}/tqdm/tqdm.1 ${PKGMANDIR}/man1/tqdm-${PYVERSSUFFIX}.1 || ${TRUE}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|