svn commit: r557466 - in head/devel: . py-yaspin
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Dec 10 21:28:12 UTC 2020
Author: sunpoet
Date: Thu Dec 10 21:28:07 2020
New Revision: 557466
URL: https://svnweb.freebsd.org/changeset/ports/557466
Log:
Add py-yaspin 1.2.0
Yaspin provides a full-featured terminal spinner to show the progress during
long-hanging operations. It is easy to integrate into existing codebase by using
it as a context manager or as a function decorator. Yaspin also provides an
intuitive and powerful API. For example, you can easily summon a shark.
WWW: https://github.com/pavdmyt/yaspin
Added:
head/devel/py-yaspin/
head/devel/py-yaspin/Makefile (contents, props changed)
head/devel/py-yaspin/distinfo (contents, props changed)
head/devel/py-yaspin/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Dec 10 21:28:00 2020 (r557465)
+++ head/devel/Makefile Thu Dec 10 21:28:07 2020 (r557466)
@@ -5244,6 +5244,7 @@
SUBDIR += py-yappi
SUBDIR += py-yapps2
SUBDIR += py-yarg
+ SUBDIR += py-yaspin
SUBDIR += py-yattag
SUBDIR += py-ydbf
SUBDIR += py-yg.lockfile
Added: head/devel/py-yaspin/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-yaspin/Makefile Thu Dec 10 21:28:07 2020 (r557466)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= yaspin
+PORTVERSION= 1.2.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Yet Another Terminal Spinner
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/py-yaspin/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-yaspin/distinfo Thu Dec 10 21:28:07 2020 (r557466)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1607539621
+SHA256 (yaspin-1.2.0.tar.gz) = 72e9cdbc0e797ef886c373fef2bcd6526a704a470696f9d78d0bb27951fe659a
+SIZE (yaspin-1.2.0.tar.gz) = 35175
Added: head/devel/py-yaspin/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-yaspin/pkg-descr Thu Dec 10 21:28:07 2020 (r557466)
@@ -0,0 +1,6 @@
+Yaspin provides a full-featured terminal spinner to show the progress during
+long-hanging operations. It is easy to integrate into existing codebase by using
+it as a context manager or as a function decorator. Yaspin also provides an
+intuitive and powerful API. For example, you can easily summon a shark.
+
+WWW: https://github.com/pavdmyt/yaspin
More information about the svn-ports-all
mailing list