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:
parent
8e70365e30
commit
41c77d66f6
@ -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>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user