Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 14:58:47 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: a44b0426f0be - main - textproc/asciidoc: Convert to USE_PYTHON=pep517
Message-ID:  <202403231458.42NEwlo2086214@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=a44b0426f0be77e5d9c0a412dfc89c899ee14342

commit a44b0426f0be77e5d9c0a412dfc89c899ee14342
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:19:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:30:49 +0000

    textproc/asciidoc: Convert to USE_PYTHON=pep517
    
    - Bump PORTREVISION for package change
---
 textproc/asciidoc/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile
index 1387de384f3d..4b7bbd5db578 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	asciidoc
 PORTVERSION=	10.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	PYPI \
 		https://github.com/asciidoc-py/asciidoc-py/raw/${PORTVERSION}/doc/:manpage
@@ -15,12 +15,14 @@ WWW=		https://github.com/asciidoc-py/asciidoc-py
 
 LICENSE=	GPLv2+
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS=	docbook-xsl>=0:textproc/docbook-xsl \
+		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	docbook-xsl>=0:textproc/docbook-xsl
 
 USES=		gnome python shebangfix
 USE_GNOME=	libxml2 libxslt
-USE_PYTHON=	autoplist distutils noflavors
+USE_PYTHON=	autoplist noflavors pep517
 
 NO_ARCH=	yes
 



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