pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import wip/py-prind to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Mar 5 13:44:08 2021 +0100
Changeset:	aef8991a6fe21a53c03753579f7adf060ae092a6

Modified Files:
	Makefile
Added Files:
	py-prind/DESCR
	py-prind/Makefile
	py-prind/PLIST
	py-prind/distinfo

Log Message:
Import wip/py-prind to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aef8991a6fe21a53c03753579f7adf060ae092a6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile          |  1 +
 py-prind/DESCR    |  6 ++++++
 py-prind/Makefile | 16 ++++++++++++++++
 py-prind/PLIST    | 20 ++++++++++++++++++++
 py-prind/distinfo |  6 ++++++
 5 files changed, 49 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7801a8b794..02d67b869b 100644
--- a/Makefile
+++ b/Makefile
@@ -4198,6 +4198,7 @@ SUBDIR+=	py-pp
 SUBDIR+=	py-ppft
 SUBDIR+=	py-ppscore
 SUBDIR+=	py-prayertime
+SUBDIR+=	py-prind
 SUBDIR+=	py-prel
 SUBDIR+=	py-premailer
 SUBDIR+=	py-prettytable
diff --git a/py-prind/DESCR b/py-prind/DESCR
new file mode 100644
index 0000000000..f147e0fba6
--- /dev/null
+++ b/py-prind/DESCR
@@ -0,0 +1,6 @@
+The PyPrind (Python Progress Indicator) module provides a
+progress bar and a percentage indicator object that let
+you track the progress of a loop structure or other iterative
+computation. Typical applications include the processing
+of large data sets to provide an intuitive estimate at
+runtime about the progress of the computation
diff --git a/py-prind/Makefile b/py-prind/Makefile
new file mode 100644
index 0000000000..fa0836fe19
--- /dev/null
+++ b/py-prind/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	PyPrind-2.11.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/Py//:tl}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=P/PyPrind/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/rasbt/pyprind
+COMMENT=	Python Progress Bar and Percent Indicator Utility
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-psutil>=5.8.0:../../sysutils/py-psutil
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-prind/PLIST b/py-prind/PLIST
new file mode 100644
index 0000000000..19c5ef1e51
--- /dev/null
+++ b/py-prind/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pyprind/__init__.py
+${PYSITELIB}/pyprind/__init__.pyc
+${PYSITELIB}/pyprind/__init__.pyo
+${PYSITELIB}/pyprind/generator_factory.py
+${PYSITELIB}/pyprind/generator_factory.pyc
+${PYSITELIB}/pyprind/generator_factory.pyo
+${PYSITELIB}/pyprind/prog_class.py
+${PYSITELIB}/pyprind/prog_class.pyc
+${PYSITELIB}/pyprind/prog_class.pyo
+${PYSITELIB}/pyprind/progbar.py
+${PYSITELIB}/pyprind/progbar.pyc
+${PYSITELIB}/pyprind/progbar.pyo
+${PYSITELIB}/pyprind/progpercent.py
+${PYSITELIB}/pyprind/progpercent.pyc
+${PYSITELIB}/pyprind/progpercent.pyo
diff --git a/py-prind/distinfo b/py-prind/distinfo
new file mode 100644
index 0000000000..aba8466479
--- /dev/null
+++ b/py-prind/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (PyPrind-2.11.2.tar.gz) = 338b22833acd4e5fc0f5145a462647b95ff9cbf5
+RMD160 (PyPrind-2.11.2.tar.gz) = 05601367588a07aeee7a46ddfddc499703c85f6f
+SHA512 (PyPrind-2.11.2.tar.gz) = f4084fef2409821a44582c6309adb4590f9c2ca0a402e1b50f9d14ff7e2e4fafa9aa43db78e7387d988192ae27063a768ddd1fe085bc4c2e166d02c32f7722aa
+Size (PyPrind-2.11.2.tar.gz) = 11134 bytes


Home | Main Index | Thread Index | Old Index