44f56bece0
2.9: Changes to the library: optimized the ArchiveEntry class added support for the zstd format fixed the top-level __all__ list (7b97d8b) updated the code to support Python 3.8 improved the add_file_from_memory method lowered the level of log messages from warning to info Tests: dropped testing with Python 3.4, added 3.7 and 3.8 fixed unicode handling in entry tests
17 lines
507 B
Makefile
17 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.13 2019/12/11 13:46:46 adam Exp $
|
|
|
|
DISTNAME= libarchive-c-2.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= archivers python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=l/libarchive-c/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/Changaco/python-libarchive-c
|
|
COMMENT= Python interface to libarchive
|
|
LICENSE= cc0-1.0-universal
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../archivers/libarchive/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|