Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:14:25 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: 1c324742ce3b - main - devel/py-llfuse: Update to 1.5.0
Message-ID:  <202308211714.37LHEPsW000685@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=1c324742ce3b22670efe13934a271e076d4ec9d7

commit 1c324742ce3b22670efe13934a271e076d4ec9d7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 17:04:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 17:04:03 +0000

    devel/py-llfuse: Update to 1.5.0
    
    Changes:        https://github.com/python-llfuse/python-llfuse/releases
---
 devel/py-llfuse/Makefile | 6 +++---
 devel/py-llfuse/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/py-llfuse/Makefile b/devel/py-llfuse/Makefile
index ced357284ffd..20a8c9c8e7f7 100644
--- a/devel/py-llfuse/Makefile
+++ b/devel/py-llfuse/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	llfuse
-PORTVERSION=	1.4.4
+PORTVERSION=	1.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,11 @@ WWW=		https://github.com/python-llfuse/python-llfuse
 LICENSE=	LGPL20+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
 USES=		compiler:c++11-lang fuse pkgconfig python
-USE_PYTHON=	autoplist concurrent pep517 pytest
+USE_PYTHON=	autoplist concurrent cython pep517 pytest
 
 TEST_ENV=	PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
 
diff --git a/devel/py-llfuse/distinfo b/devel/py-llfuse/distinfo
index bd6d7a74428c..c30cfb0c8235 100644
--- a/devel/py-llfuse/distinfo
+++ b/devel/py-llfuse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685162150
-SHA256 (llfuse-1.4.4.tar.gz) = 92044c8f3fe5dd5b4028005bb3374ab10039530e72d10e061a1bacbd556264c9
-SIZE (llfuse-1.4.4.tar.gz) = 293728
+TIMESTAMP = 1692211741
+SHA256 (llfuse-1.5.0.tar.gz) = d094448bb4eb20099537be53dc2b5b2c0369d36bde09207a9bb228cc3cd58ee1
+SIZE (llfuse-1.5.0.tar.gz) = 869259



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