Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2023 18:32:39 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 256e1690b11d - main - devel/py-shtab: Update to 1.6.4
Message-ID:  <202308161832.37GIWdNN035066@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=256e1690b11d8ef9c8594a00d1f64139ca27999d

commit 256e1690b11d8ef9c8594a00d1f64139ca27999d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-16 18:12:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-16 18:25:35 +0000

    devel/py-shtab: Update to 1.6.4
    
    - Update WWW
    
    Changes:        https://github.com/iterative/shtab/releases
                    https://github.com/iterative/shtab/commits/main
---
 devel/py-shtab/Makefile | 7 ++++---
 devel/py-shtab/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/devel/py-shtab/Makefile b/devel/py-shtab/Makefile
index b5efb88a5afc..581a0b4d0d0b 100644
--- a/devel/py-shtab/Makefile
+++ b/devel/py-shtab/Makefile
@@ -1,16 +1,17 @@
 PORTNAME=	shtab
-PORTVERSION=	1.6.2
+PORTVERSION=	1.6.4
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Automagic shell tab completion for Python CLI applications
-WWW=		https://github.com/iterative/shtab
+WWW=		https://docs.iterative.ai/shtab/ \
+		https://github.com/iterative/shtab
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
diff --git a/devel/py-shtab/distinfo b/devel/py-shtab/distinfo
index e970c1726e3f..64dc669299a2 100644
--- a/devel/py-shtab/distinfo
+++ b/devel/py-shtab/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166274
-SHA256 (shtab-1.6.2.tar.gz) = 425d3b3e5d1b4ac59119fab5d40dfb01d4462676698e82dc404c707c6fdcd32c
-SIZE (shtab-1.6.2.tar.gz) = 45496
+TIMESTAMP = 1691070116
+SHA256 (shtab-1.6.4.tar.gz) = aba9e049bed54ffdb650cb2e02657282d8c0148024b0f500277052df124d47de
+SIZE (shtab-1.6.4.tar.gz) = 45491



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308161832.37GIWdNN035066>