pkgsrc-WIP-changes archive

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

wip/py-progress: import py-progress-1.6



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Nov 9 20:57:21 2021 +0100
Changeset:	8b91cce3e68e6fdb88135bbe2c23f7e8fd027b56

Added Files:
	py-progress/DESCR
	py-progress/Makefile
	py-progress/PLIST
	py-progress/distinfo

Log Message:
wip/py-progress: import py-progress-1.6

Easy progress reporting for Python.

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

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

diffstat:
 py-progress/DESCR    |  1 +
 py-progress/Makefile | 18 ++++++++++++++++++
 py-progress/PLIST    | 20 ++++++++++++++++++++
 py-progress/distinfo |  5 +++++
 4 files changed, 44 insertions(+)

diffs:
diff --git a/py-progress/DESCR b/py-progress/DESCR
new file mode 100644
index 0000000000..589c6f1247
--- /dev/null
+++ b/py-progress/DESCR
@@ -0,0 +1 @@
+Easy progress reporting for Python.
diff --git a/py-progress/Makefile b/py-progress/Makefile
new file mode 100644
index 0000000000..6a24d68a99
--- /dev/null
+++ b/py-progress/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.45 2020/12/18 09:03:43 adam Exp $
+
+DISTNAME=	progress-1.6
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/progress/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/verigak/progress/
+COMMENT=	Easy to use progress bars
+LICENSE=	isc
+
+#DEPENDS+=	${PYPKGPREFIX}-cachecontrol-[0-9]*:../../devel/py-cachecontrol
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-progress/PLIST b/py-progress/PLIST
new file mode 100644
index 0000000000..e94a582274
--- /dev/null
+++ b/py-progress/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}/progress/__init__.py
+${PYSITELIB}/progress/__init__.pyc
+${PYSITELIB}/progress/__init__.pyo
+${PYSITELIB}/progress/bar.py
+${PYSITELIB}/progress/bar.pyc
+${PYSITELIB}/progress/bar.pyo
+${PYSITELIB}/progress/colors.py
+${PYSITELIB}/progress/colors.pyc
+${PYSITELIB}/progress/colors.pyo
+${PYSITELIB}/progress/counter.py
+${PYSITELIB}/progress/counter.pyc
+${PYSITELIB}/progress/counter.pyo
+${PYSITELIB}/progress/spinner.py
+${PYSITELIB}/progress/spinner.pyc
+${PYSITELIB}/progress/spinner.pyo
diff --git a/py-progress/distinfo b/py-progress/distinfo
new file mode 100644
index 0000000000..c8a033ed20
--- /dev/null
+++ b/py-progress/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.40 2021/10/26 10:18:45 nia Exp $
+
+BLAKE2s (progress-1.6.tar.gz) = ec046b75eaea155783d4faada1ab1e0cd47cdebe178d20508de680f665b78c02
+SHA512 (progress-1.6.tar.gz) = 58a614bba5a7273a42ba5e9607b3a965fec17f26a4f24563d4c13679ea32b23dda7509c5da81a2a34bebeeedd91154d0457ab8dac95cc7a092add2567249cc94
+Size (progress-1.6.tar.gz) = 7842 bytes


Home | Main Index | Thread Index | Old Index