summaryrefslogtreecommitdiff
path: root/filesystems/py-fs2
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/py-fs2')
-rw-r--r--filesystems/py-fs2/Makefile26
-rw-r--r--filesystems/py-fs2/distinfo3
-rw-r--r--filesystems/py-fs2/pkg-descr5
3 files changed, 34 insertions, 0 deletions
diff --git a/filesystems/py-fs2/Makefile b/filesystems/py-fs2/Makefile
new file mode 100644
index 000000000000..b6f702cdbce5
--- /dev/null
+++ b/filesystems/py-fs2/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= fs
+PORTVERSION= 2.4.16
+CATEGORIES= filesystems devel
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= 2
+
+MAINTAINER= bofh@FreeBSD.org
+COMMENT= Python Filesystem abstraction layer, version 2.x
+WWW= https://www.pyfilesystem.org/
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.3:devel/py-appdirs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^2\.
+
+.include <bsd.port.mk>
diff --git a/filesystems/py-fs2/distinfo b/filesystems/py-fs2/distinfo
new file mode 100644
index 000000000000..0aee290aa7cd
--- /dev/null
+++ b/filesystems/py-fs2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1681495093
+SHA256 (fs-2.4.16.tar.gz) = ae97c7d51213f4b70b6a958292530289090de3a7e15841e108fbe144f069d313
+SIZE (fs-2.4.16.tar.gz) = 187441
diff --git a/filesystems/py-fs2/pkg-descr b/filesystems/py-fs2/pkg-descr
new file mode 100644
index 000000000000..6807f41b753b
--- /dev/null
+++ b/filesystems/py-fs2/pkg-descr
@@ -0,0 +1,5 @@
+Filesystem Abstraction for Python. Work with files and directories in archives,
+memory, the cloud etc. as easily as your local drive. Write code now, decide
+later where the data will be stored; unit test without writing real files;
+upload files to the cloud without learning a new API; sandbox your file writing
+code; etc.