Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2024 16:46:34 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6dce0e09facc - main - textproc/py-csvkit: update to 2.0.0
Message-ID:  <202405051646.445GkYhi031755@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=6dce0e09facc3c6c268546d4b392c653dd2ea2b6

commit 6dce0e09facc3c6c268546d4b392c653dd2ea2b6
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2024-05-05 16:45:10 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2024-05-05 16:46:30 +0000

    textproc/py-csvkit: update to 2.0.0
    
    Changes:        https://github.com/wireservice/csvkit/blob/2.0.0/CHANGELOG.rst
    Reported by:    portscout, repology
---
 textproc/py-csvkit/Makefile | 10 ++++++++--
 textproc/py-csvkit/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/textproc/py-csvkit/Makefile b/textproc/py-csvkit/Makefile
index 60976a463523..9793c4dc61d5 100644
--- a/textproc/py-csvkit/Makefile
+++ b/textproc/py-csvkit/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	csvkit
-PORTVERSION=	1.5.0
+PORTVERSION=	2.0.0
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,4 +22,10 @@ USES=		python
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 31000
+RUN_DEPENDS+=   ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/py-csvkit/distinfo b/textproc/py-csvkit/distinfo
index 91b133aadec9..957128e62d64 100644
--- a/textproc/py-csvkit/distinfo
+++ b/textproc/py-csvkit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711644029
-SHA256 (csvkit-1.5.0.tar.gz) = 967a8be8fc58edf5621225b5a6a697b0e8730b962ea68085916a91860b22211c
-SIZE (csvkit-1.5.0.tar.gz) = 3811034
+TIMESTAMP = 1714914616
+SHA256 (csvkit-2.0.0.tar.gz) = 311f21787615a91656897e217c62ab26c8446d67309b61bd013e345b35816fdf
+SIZE (csvkit-2.0.0.tar.gz) = 3818527



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