git: 79e87369ee71 - main - devel/py-cliff: Update to 4.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 18:52:02 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=79e87369ee71289bda6bcaa7fbd80820fb6e4950
commit 79e87369ee71289bda6bcaa7fbd80820fb6e4950
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:39:05 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:47:02 +0000
devel/py-cliff: Update to 4.3.0
- Update WWW and clean up pkg-descr
Changes: https://docs.openstack.org/cliff/latest/user/history.html
---
devel/py-cliff/Makefile | 5 +++--
devel/py-cliff/distinfo | 6 +++---
devel/py-cliff/pkg-descr | 2 --
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/devel/py-cliff/Makefile b/devel/py-cliff/Makefile
index d07e5b1e8248..5a7ac5b3af0c 100644
--- a/devel/py-cliff/Makefile
+++ b/devel/py-cliff/Makefile
@@ -1,12 +1,13 @@
PORTNAME= cliff
-PORTVERSION= 4.2.0
+PORTVERSION= 4.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Command Line Interface Formulation Framework
-WWW= https://docs.openstack.org/cliff/latest/
+WWW= https://docs.openstack.org/cliff/latest/ \
+ https://github.com/openstack/cliff
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/devel/py-cliff/distinfo b/devel/py-cliff/distinfo
index 9b4e7a5fb923..3a1fb3a42bd8 100644
--- a/devel/py-cliff/distinfo
+++ b/devel/py-cliff/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1684104386
-SHA256 (cliff-4.2.0.tar.gz) = 97fc31e93552e3bec664be9d55ad7f90dc2ab42aad8df29a5b985b644c9b8cf2
-SIZE (cliff-4.2.0.tar.gz) = 83168
+TIMESTAMP = 1685792232
+SHA256 (cliff-4.3.0.tar.gz) = fc5b6ebc8fb815332770b2485ee36c09753937c37cce4f3227cdd4e10b33eacc
+SIZE (cliff-4.3.0.tar.gz) = 82652
diff --git a/devel/py-cliff/pkg-descr b/devel/py-cliff/pkg-descr
index 05fa70f0d166..5244bee26ab9 100644
--- a/devel/py-cliff/pkg-descr
+++ b/devel/py-cliff/pkg-descr
@@ -1,4 +1,2 @@
cliff is a framework for building command line programs. It uses setuptools
entry points to provide subcommands, output formatters, and other extensions.
-
-See also: https://github.com/openstack/cliff