diff options
author | riastradh <riastradh@pkgsrc.org> | 2020-08-18 20:19:20 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2020-08-18 20:19:20 +0000 |
commit | 9efd2253904a1da0dbabbb07cfbf3062e8f9c017 (patch) | |
tree | 257dc1b9c5c6e0ff4f34404a6f07f25b12e86296 /devel | |
parent | 4b47d031ab3bc88624c41e5e75ee75b073f333f8 (diff) | |
download | pkgsrc-9efd2253904a1da0dbabbb07cfbf3062e8f9c017.tar.gz |
Import progressbar2-3.51.4 from pypi as devel/py-progressbar2.
Text progress bar library for Python.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-progressbar2/DESCR | 1 | ||||
-rw-r--r-- | devel/py-progressbar2/Makefile | 28 | ||||
-rw-r--r-- | devel/py-progressbar2/PLIST | 28 | ||||
-rw-r--r-- | devel/py-progressbar2/distinfo | 6 |
4 files changed, 63 insertions, 0 deletions
diff --git a/devel/py-progressbar2/DESCR b/devel/py-progressbar2/DESCR new file mode 100644 index 00000000000..15d9735f925 --- /dev/null +++ b/devel/py-progressbar2/DESCR @@ -0,0 +1 @@ +Text progress bar library for Python diff --git a/devel/py-progressbar2/Makefile b/devel/py-progressbar2/Makefile new file mode 100644 index 00000000000..4fb97469d43 --- /dev/null +++ b/devel/py-progressbar2/Makefile @@ -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" diff --git a/devel/py-progressbar2/PLIST b/devel/py-progressbar2/PLIST new file mode 100644 index 00000000000..cfc1eaee551 --- /dev/null +++ b/devel/py-progressbar2/PLIST @@ -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 diff --git a/devel/py-progressbar2/distinfo b/devel/py-progressbar2/distinfo new file mode 100644 index 00000000000..5ba10bef239 --- /dev/null +++ b/devel/py-progressbar2/distinfo @@ -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 |