FreeBSD Bugzilla – Attachment 255261 Details for
Bug 282835
[NEW PORT] archivers/py-multivolumefile: Multi volume file wrapper library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New Port py-multivolumefile 0.2.3
0002-Port-Python-multivolumefile.patch (text/plain), 2.51 KB, created by
Matthew Wener
on 2024-11-18 15:31:02 UTC
(
hide
)
Description:
New Port py-multivolumefile 0.2.3
Filename:
MIME Type:
Creator:
Matthew Wener
Created:
2024-11-18 15:31:02 UTC
Size:
2.51 KB
patch
obsolete
>From 5d687d85cdfd55befa150d8d37116e409ae89c11 Mon Sep 17 00:00:00 2001 >From: Charlie Root <root@tetra.local> >Date: Mon, 18 Nov 2024 08:27:24 -0500 >Subject: [PATCH 02/17] Port Python multivolumefile > >--- > archivers/Makefile | 1 + > archivers/py-multivolumefile/Makefile | 21 +++++++++++++++++++++ > archivers/py-multivolumefile/distinfo | 3 +++ > archivers/py-multivolumefile/pkg-descr | 3 +++ > 4 files changed, 28 insertions(+) > create mode 100644 archivers/py-multivolumefile/Makefile > create mode 100644 archivers/py-multivolumefile/distinfo > create mode 100644 archivers/py-multivolumefile/pkg-descr > >diff --git a/archivers/Makefile b/archivers/Makefile >index d01a98288..d53790a3c 100644 >--- a/archivers/Makefile >+++ b/archivers/Makefile >@@ -201,6 +201,7 @@ > SUBDIR += py-lz4 > SUBDIR += py-lzma > SUBDIR += py-lzstring >+ SUBDIR += py-multivolumefile > SUBDIR += py-patool > SUBDIR += py-pyminizip > SUBDIR += py-python-lhafile >diff --git a/archivers/py-multivolumefile/Makefile b/archivers/py-multivolumefile/Makefile >new file mode 100644 >index 000000000..e782279e8 >--- /dev/null >+++ b/archivers/py-multivolumefile/Makefile >@@ -0,0 +1,21 @@ >+PORTNAME= multivolumefile >+PORTVERSION= 0.2.3 >+CATEGORIES= archivers python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= matthew@wener.org >+COMMENT= Multi volume file wrapper library >+WWW= https://codeberg.org/miurahr/multivolume >+ >+LICENSE= LGPL21 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= ${PY_SETUPTOOLS} \ >+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist pep517 >+ >+.include <bsd.port.mk> >diff --git a/archivers/py-multivolumefile/distinfo b/archivers/py-multivolumefile/distinfo >new file mode 100644 >index 000000000..df3cd848e >--- /dev/null >+++ b/archivers/py-multivolumefile/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1724809518 >+SHA256 (multivolumefile-0.2.3.tar.gz) = a0648d0aafbc96e59198d5c17e9acad7eb531abea51035d08ce8060dcad709d6 >+SIZE (multivolumefile-0.2.3.tar.gz) = 77984 >diff --git a/archivers/py-multivolumefile/pkg-descr b/archivers/py-multivolumefile/pkg-descr >new file mode 100644 >index 000000000..ea8ee47db >--- /dev/null >+++ b/archivers/py-multivolumefile/pkg-descr >@@ -0,0 +1,3 @@ >+MultiVolumefile is a python library to provide a file-object >+wrapping multiple files as virtually like as a single file. >+It inherits io.RawIOBase class and support some of its standard methods. >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282835
:
255261
|
255268
|
255344