Date: Sat, 23 Mar 2024 14:58:54 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: 218a1d9ce3a4 - main - www/buku: Convert to USE_PYTHON=pep517 Message-ID: <202403231458.42NEwsYp086469@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=218a1d9ce3a44c2d7902c3e4ccd5ef0a7794cb3c commit 218a1d9ce3a44c2d7902c3e4ccd5ef0a7794cb3c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:19:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:50 +0000 www/buku: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- www/buku/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/www/buku/Makefile b/www/buku/Makefile index 0a3292c471f6..abd49ed1333b 100644 --- a/www/buku/Makefile +++ b/www/buku/Makefile @@ -1,6 +1,7 @@ PORTNAME= buku PORTVERSION= 4.8 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www python MAINTAINER= sunpoet@FreeBSD.org @@ -10,6 +11,8 @@ WWW= https://github.com/jarun/buku LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.4.1:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>=1.0.1:www/py-html5lib@${PY_FLAVOR} \ @@ -17,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.4.1:www/py-beautifulsoup@${ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.23,1:net/py-urllib3@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist cryptography distutils noflavors +USE_PYTHON= autoplist cryptography noflavors pep517 NO_ARCH= yes @@ -29,9 +32,9 @@ GH_ACCOUNT= jarun OPTIONS_MULTI= COMPLETION OPTIONS_MULTI_COMPLETION= BASH FISH ZSH OPTIONS_DEFAULT=BASH FISH ZSH -BASH_DESC= Install bash completion -FISH_DESC= Install fish completion -ZSH_DESC= Install zsh completion +BASH_DESC= Install bash completion +FISH_DESC= Install fish completion +ZSH_DESC= Install zsh completion BASH_PLIST_FILES= etc/bash_completion.d/buku-completion.bash FISH_PLIST_FILES= share/fish/completions/buku.fish
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231458.42NEwsYp086469>