git: 41c77d66f6f4 - main - devel/py-fusepy: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 23:35:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=41c77d66f6f4a9ddd8751523cc3eaa589feb50e3 commit 41c77d66f6f4a9ddd8751523cc3eaa589feb50e3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-22 23:23:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-22 23:23:45 +0000 devel/py-fusepy: Update WWW - Update pkg-descr - Take maintainership --- devel/py-fusepy/Makefile | 11 ++++++----- devel/py-fusepy/pkg-descr | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/devel/py-fusepy/Makefile b/devel/py-fusepy/Makefile index 73c4306fc7ac..ec0949e6436e 100644 --- a/devel/py-fusepy/Makefile +++ b/devel/py-fusepy/Makefile @@ -4,16 +4,17 @@ CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple ctypes bindings for FUSE -WWW= https://pypi.org/project/fusepy/ +WWW= https://github.com/fusepy/fusepy LICENSE= ISCL -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}fusefs # fuse.py +USES= fuse python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -USES= fuse python -USE_PYTHON= autoplist distutils + +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}fusefs # fuse.py .include <bsd.port.mk> diff --git a/devel/py-fusepy/pkg-descr b/devel/py-fusepy/pkg-descr index d767c8306ad2..898b2d3e9be3 100644 --- a/devel/py-fusepy/pkg-descr +++ b/devel/py-fusepy/pkg-descr @@ -1,2 +1,2 @@ -fusepy is a Python module that provides a simple interface to FUSE and -MacFUSE. It's just one file and is implemented using ctypes. +fusepy is a Python module that provides a simple interface to FUSE and MacFUSE. +It's just one file and is implemented using ctypes.