1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

devel/py-fusepy: Update WWW

- Update pkg-descr
- Take maintainership
This commit is contained in:
Po-Chuan Hsieh 2023-09-23 07:23:45 +08:00
parent 8e70365e30
commit 41c77d66f6
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 8 additions and 7 deletions

View File

@ -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>

View File

@ -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.