From 57f3466f149f30ba44a96090febc0f8addcdd2b0 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 16 Jan 2019 08:34:53 +0000 Subject: 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. --- filesystems/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'filesystems/Makefile') 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 -- cgit v1.2.3