pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 5 19:26:03 UTC 2024
Modified Files:
pkgsrc/misc: Makefile
Added Files:
pkgsrc/misc/py-fastprogress: DESCR Makefile PLIST distinfo
Log Message:
py-fastprogress: added version 1.0.3
A fast and simple progress bar for Jupyter Notebook and console.
To generate a diff of this commit:
cvs rdiff -u -r1.650 -r1.651 pkgsrc/misc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/py-fastprogress/DESCR \
pkgsrc/misc/py-fastprogress/Makefile pkgsrc/misc/py-fastprogress/PLIST \
pkgsrc/misc/py-fastprogress/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/Makefile
diff -u pkgsrc/misc/Makefile:1.650 pkgsrc/misc/Makefile:1.651
--- pkgsrc/misc/Makefile:1.650 Thu Jul 25 02:49:09 2024
+++ pkgsrc/misc/Makefile Mon Aug 5 19:26:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.650 2024/07/25 02:49:09 jnemeth Exp $
+# $NetBSD: Makefile,v 1.651 2024/08/05 19:26:02 adam Exp $
#
COMMENT= Miscellaneous utilities
@@ -291,6 +291,7 @@ SUBDIR+= py-crashtest
SUBDIR+= py-dep-logic
SUBDIR+= py-domdf-python-tools
SUBDIR+= py-expandvars
+SUBDIR+= py-fastprogress
SUBDIR+= py-ghp-import
SUBDIR+= py-icecream
SUBDIR+= py-immutables
Added files:
Index: pkgsrc/misc/py-fastprogress/DESCR
diff -u /dev/null pkgsrc/misc/py-fastprogress/DESCR:1.1
--- /dev/null Mon Aug 5 19:26:03 2024
+++ pkgsrc/misc/py-fastprogress/DESCR Mon Aug 5 19:26:02 2024
@@ -0,0 +1 @@
+A fast and simple progress bar for Jupyter Notebook and console.
Index: pkgsrc/misc/py-fastprogress/Makefile
diff -u /dev/null pkgsrc/misc/py-fastprogress/Makefile:1.1
--- /dev/null Mon Aug 5 19:26:03 2024
+++ pkgsrc/misc/py-fastprogress/Makefile Mon Aug 5 19:26:02 2024
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2024/08/05 19:26:02 adam Exp $
+
+DISTNAME= fastprogress-1.0.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= misc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastprogress/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/fastai/fastprogress
+COMMENT= Nested progress with plotting options for fastai
+LICENSE= apache-2.0
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/py-fastprogress/PLIST
diff -u /dev/null pkgsrc/misc/py-fastprogress/PLIST:1.1
--- /dev/null Mon Aug 5 19:26:03 2024
+++ pkgsrc/misc/py-fastprogress/PLIST Mon Aug 5 19:26:02 2024
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/05 19:26:02 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/fastprogress/__init__.py
+${PYSITELIB}/fastprogress/__init__.pyc
+${PYSITELIB}/fastprogress/__init__.pyo
+${PYSITELIB}/fastprogress/_nbdev.py
+${PYSITELIB}/fastprogress/_nbdev.pyc
+${PYSITELIB}/fastprogress/_nbdev.pyo
+${PYSITELIB}/fastprogress/core.py
+${PYSITELIB}/fastprogress/core.pyc
+${PYSITELIB}/fastprogress/core.pyo
+${PYSITELIB}/fastprogress/fastprogress.py
+${PYSITELIB}/fastprogress/fastprogress.pyc
+${PYSITELIB}/fastprogress/fastprogress.pyo
+${PYSITELIB}/fastprogress/version.py
+${PYSITELIB}/fastprogress/version.pyc
+${PYSITELIB}/fastprogress/version.pyo
Index: pkgsrc/misc/py-fastprogress/distinfo
diff -u /dev/null pkgsrc/misc/py-fastprogress/distinfo:1.1
--- /dev/null Mon Aug 5 19:26:03 2024
+++ pkgsrc/misc/py-fastprogress/distinfo Mon Aug 5 19:26:02 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/05 19:26:02 adam Exp $
+
+BLAKE2s (fastprogress-1.0.3.tar.gz) = 7a41deec27829e346f78f148cf5a3df24a4eb4b3f72e8065989ed03916d8199a
+SHA512 (fastprogress-1.0.3.tar.gz) = 07660d2e887bc7d28c01eda0231f328f325e05e9c2948abd12c12bc0ede4822e5282356e56b171b93a2539bcdc16f6fae0c1044e6ef22f08bc44e8725f2735f7
+Size (fastprogress-1.0.3.tar.gz) = 14920 bytes
Home |
Main Index |
Thread Index |
Old Index