9e92903a6b
Version 3.1: This will be last version with support for Python 2.x New feature: Accept pathlib objects as filenames. Accept bytes filenames in Python 3 Fixes: Use bug-compatible SHA1 for longer passwords (> 28 chars) in RAR3 encrypted headers. Return true/false from _check_unrar_tool Include all test files in archive Include volume number in NeedFirstVolume exception if available (rar5). Cleanups: Convert tests to pytest.
18 lines
464 B
Makefile
18 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/09/16 08:56:17 adam Exp $
|
|
|
|
DISTNAME= rarfile-3.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= archivers python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rarfile/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/markokr/rarfile
|
|
COMMENT= RAR archive reader for Python
|
|
LICENSE= isc
|
|
|
|
DEPENDS+= bsdtar-[0-9]*:../../archivers/bsdtar
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|