Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2024 15:41:12 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e5d35863ecf4 - main - textproc/py-genshi: Update to 0.7.9
Message-ID:  <202406181541.45IFfCHt067036@gitrepo.freebsd.org>

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

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

commit e5d35863ecf4fd78d0cd86ce9b50b39886034b75
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2024-06-18 15:40:01 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-06-18 15:40:01 +0000

    textproc/py-genshi: Update to 0.7.9
    
    - Convert to pep517
    
    Release changes:        https://github.com/edgewall/genshi/releases/tag/0.7.9
    Reported by:    Simon Cross <notifications@github.com>
---
 textproc/py-genshi/Makefile | 7 +++++--
 textproc/py-genshi/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/textproc/py-genshi/Makefile b/textproc/py-genshi/Makefile
index 0765dd1cdf59..5c414fce71c3 100644
--- a/textproc/py-genshi/Makefile
+++ b/textproc/py-genshi/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	Genshi
-PORTVERSION=	0.7.7
+PORTVERSION=	0.7.9
 CATEGORIES=	textproc www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,11 @@ WWW=		https://genshi.edgewall.org/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0.43.0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist pep517
 
 OPTIONS_DEFINE=	BABEL
 BABEL_DESC=	I18n support through the Babel plugin
diff --git a/textproc/py-genshi/distinfo b/textproc/py-genshi/distinfo
index 9de867152159..493e3a87bb07 100644
--- a/textproc/py-genshi/distinfo
+++ b/textproc/py-genshi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664204725
-SHA256 (Genshi-0.7.7.tar.gz) = c100520862cd69085d10ee1a87e91289e7f59f6b3d9bd622bf58b2804e6b9aab
-SIZE (Genshi-0.7.7.tar.gz) = 267206
+TIMESTAMP = 1718724739
+SHA256 (Genshi-0.7.9.tar.gz) = c76170a8b2dc18944e0915103c284cb889dfcee34e0e140ba3363c80f7541ad2
+SIZE (Genshi-0.7.9.tar.gz) = 269399



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