git: f036372126b3 - main - misc/py-progressbar: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:38:15 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f036372126b3d3364e6a1c96b1922d1e2b650c81
commit f036372126b3d3364e6a1c96b1922d1e2b650c81
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:18:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:46 +0000
misc/py-progressbar: Update WWW and clean up pkg-descr
---
misc/py-progressbar/Makefile | 2 +-
misc/py-progressbar/pkg-descr | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/misc/py-progressbar/Makefile b/misc/py-progressbar/Makefile
index 5751f52f2fc9..16abbbfd5472 100644
--- a/misc/py-progressbar/Makefile
+++ b/misc/py-progressbar/Makefile
@@ -6,7 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Text progressbar library for python
-WWW= https://pypi.org/project/progressbar/
+WWW= https://github.com/niltonvolpato/python-progressbar
LICENSE= BSD3CLAUSE LGPL21+
LICENSE_COMB= dual
diff --git a/misc/py-progressbar/pkg-descr b/misc/py-progressbar/pkg-descr
index c6a1c128c8ee..fb1ebec65f77 100644
--- a/misc/py-progressbar/pkg-descr
+++ b/misc/py-progressbar/pkg-descr
@@ -12,5 +12,3 @@ There are three types of widget:
it's update method is called; and
- a ProgressBarWidgetHFill, which is like ProgressBarWidget, except
it expands to fill the remaining width of the line.
-
-See also: https://github.com/niltonvolpato/python-progressbar