Import progressbar2-3.51.4 from pypi as devel/py-progressbar2.
Text progress bar library for Python.
This commit is contained in:
parent
1735ef9249
commit
7363981b30
4 changed files with 63 additions and 0 deletions
1
devel/py-progressbar2/DESCR
Normal file
1
devel/py-progressbar2/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Text progress bar library for Python
|
28
devel/py-progressbar2/Makefile
Normal file
28
devel/py-progressbar2/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/08/18 20:19:20 riastradh Exp $
|
||||
|
||||
DISTNAME= progressbar2-3.51.4
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/progressbar2/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/WoLpH/python-progressbar
|
||||
COMMENT= Text progress bar library for Python
|
||||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-six>=0:../../lang/py-six
|
||||
DEPENDS+= ${PYPKGPREFIX}-utils>=0:../../devel/py-utils
|
||||
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-flake8>=3.7.7:../../devel/py-flake8
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun>=0.3.11:../../devel/py-freezegun
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.8.5:../../textproc/py-sphinx
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.6.1:../../devel/py-test-cov
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=4.6.9:../../devel/py-test
|
||||
|
||||
do-test:
|
||||
${RUN} cd ${WRKSRC}/tests && \
|
||||
${SETENV} ${TEST_ENV} PYTHONPATH=${WRKSRC}/build/lib \
|
||||
pytest-${PYVERSSUFFIX}
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
28
devel/py-progressbar2/PLIST
Normal file
28
devel/py-progressbar2/PLIST
Normal file
|
@ -0,0 +1,28 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/08/18 20:19:20 riastradh Exp $
|
||||
${PYSITELIB}/progressbar/__about__.py
|
||||
${PYSITELIB}/progressbar/__about__.pyc
|
||||
${PYSITELIB}/progressbar/__about__.pyo
|
||||
${PYSITELIB}/progressbar/__init__.py
|
||||
${PYSITELIB}/progressbar/__init__.pyc
|
||||
${PYSITELIB}/progressbar/__init__.pyo
|
||||
${PYSITELIB}/progressbar/bar.py
|
||||
${PYSITELIB}/progressbar/bar.pyc
|
||||
${PYSITELIB}/progressbar/bar.pyo
|
||||
${PYSITELIB}/progressbar/base.py
|
||||
${PYSITELIB}/progressbar/base.pyc
|
||||
${PYSITELIB}/progressbar/base.pyo
|
||||
${PYSITELIB}/progressbar/shortcuts.py
|
||||
${PYSITELIB}/progressbar/shortcuts.pyc
|
||||
${PYSITELIB}/progressbar/shortcuts.pyo
|
||||
${PYSITELIB}/progressbar/utils.py
|
||||
${PYSITELIB}/progressbar/utils.pyc
|
||||
${PYSITELIB}/progressbar/utils.pyo
|
||||
${PYSITELIB}/progressbar/widgets.py
|
||||
${PYSITELIB}/progressbar/widgets.pyc
|
||||
${PYSITELIB}/progressbar/widgets.pyo
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
6
devel/py-progressbar2/distinfo
Normal file
6
devel/py-progressbar2/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/08/18 20:19:20 riastradh Exp $
|
||||
|
||||
SHA1 (progressbar2-3.51.4.tar.gz) = 2efb65457c20e1ee5a4c49e5dd27fe246ff0ac4c
|
||||
RMD160 (progressbar2-3.51.4.tar.gz) = 3788defe0bd9d0318b481193ed40086ca9631736
|
||||
SHA512 (progressbar2-3.51.4.tar.gz) = b242ffdce1eccfeebe827565a631d15d5a7282f48dcc2f1e746a05a38b33b62101663e86ae8223f81334718499400dd41421c05f3a07bc6fcce8313a69fc63e3
|
||||
Size (progressbar2-3.51.4.tar.gz) = 206005 bytes
|
Loading…
Reference in a new issue