freebsd-ports/devel/py-fs/Makefile
Ruslan Makhmatkhanov ed6030d4d6 devel/py-fs: update to 0.5.4
0.5:

 * Ported to Python 3.X
 * Added a DeleteRootError to exceptions thrown when trying to delete '/'
 * Added a remove_all function to utils
 * Added sqlitefs to fs.contrib, contributed by Nitin Bhide
 * Added archivefs to fs.contrib, contributed by btimby
 * Added some polish to fstree command and unicode box lines rather than ascii art

PR:		204579
Submitted by:	douglas@douglasthrift.net (maintainer)
2015-11-18 20:01:36 +00:00

19 lines
368 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= fs
PORTVERSION= 0.5.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= douglas@douglasthrift.net
COMMENT= Python filesystem abstraction
LICENSE= ISCL
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>