View | Details | Raw Unified | Return to bug 282835 | Differences between
and this patch

Collapse All | Expand All

(-)b/archivers/Makefile (+1 lines)
Lines 201-206 Link Here
201
    SUBDIR += py-lz4
201
    SUBDIR += py-lz4
202
    SUBDIR += py-lzma
202
    SUBDIR += py-lzma
203
    SUBDIR += py-lzstring
203
    SUBDIR += py-lzstring
204
    SUBDIR += py-multivolumefile
204
    SUBDIR += py-patool
205
    SUBDIR += py-patool
205
    SUBDIR += py-pyminizip
206
    SUBDIR += py-pyminizip
206
    SUBDIR += py-python-lhafile
207
    SUBDIR += py-python-lhafile
(-)b/archivers/py-multivolumefile/Makefile (+21 lines)
Added Link Here
1
PORTNAME=	multivolumefile
2
PORTVERSION=	0.2.3
3
CATEGORIES=	archivers python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	matthew@wener.org
8
COMMENT=	Multi volume file wrapper library
9
WWW=		https://codeberg.org/miurahr/multivolume
10
11
LICENSE=	LGPL21
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
BUILD_DEPENDS=	${PY_SETUPTOOLS} \
15
		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR}
17
18
USES=		python
19
USE_PYTHON=	autoplist pep517
20
21
.include <bsd.port.mk>
(-)b/archivers/py-multivolumefile/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1724809518
2
SHA256 (multivolumefile-0.2.3.tar.gz) = a0648d0aafbc96e59198d5c17e9acad7eb531abea51035d08ce8060dcad709d6
3
SIZE (multivolumefile-0.2.3.tar.gz) = 77984
(-)b/archivers/py-multivolumefile/pkg-descr (+3 lines)
Added Link Here
1
MultiVolumefile is a python library to provide a file-object
2
wrapping multiple files as virtually like as a single file.
3
It inherits io.RawIOBase class and support some of its standard methods.

Return to bug 282835