summaryrefslogtreecommitdiff
path: root/filesystems/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-01-16 08:34:53 +0000
committeradam <adam@pkgsrc.org>2019-01-16 08:34:53 +0000
commit57f3466f149f30ba44a96090febc0f8addcdd2b0 (patch)
tree374d13adffa1c8d82f667efda73a9b2bf8f1be8e /filesystems/Makefile
parentf0f8eebf673da6a4c1293735dfd230dc0f9f4937 (diff)
downloadpkgsrc-57f3466f149f30ba44a96090febc0f8addcdd2b0.tar.gz
py-fs: added version 2.2.1
PyFilesystem is a Python module that provides a common interface to any filesystem. Think of PyFilesystem FS objects as the next logical step to Python's file objects. In the same way that file objects abstract a single file, FS objects abstract an entire filesystem.
Diffstat (limited to 'filesystems/Makefile')
-rw-r--r--filesystems/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/Makefile b/filesystems/Makefile
index 271ee9e634b..60fa56bafc8 100644
--- a/filesystems/Makefile
+++ b/filesystems/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/11/06 16:12:30 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2019/01/16 08:34:53 adam Exp $
#
COMMENT= File systems, and file system related packages
@@ -45,6 +45,7 @@ SUBDIR+= p5-MooseX-Types-Path-Tiny
SUBDIR+= p5-Path-Tiny
SUBDIR+= perfuse
SUBDIR+= py-filesystem
+SUBDIR+= py-fs
SUBDIR+= py-fuse-bindings
SUBDIR+= squashfs
SUBDIR+= tahoe-lafs