archivers/py-lzma: update to 0.6.1
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PORTNAME= lzma
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.6.1
|
||||
CATEGORIES= archivers python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -30,7 +29,10 @@ post-install-DOCS-on:
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/pylzma*.so
|
||||
@${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/py${PORTNAME}*.so
|
||||
|
||||
do-test:
|
||||
@${SETENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} ${PYTHON_CMD} ${WRKSRC}/tests/test_py${PORTNAME}.py
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1606229440
|
||||
SHA256 (pylzma-0.5.0.tar.gz) = b874172afbf37770e643bf2dc9d9b6b03eb95d8f8162e157145b3fe9e1b68a1c
|
||||
SIZE (pylzma-0.5.0.tar.gz) = 4215481
|
||||
TIMESTAMP = 1783690272
|
||||
SHA256 (pylzma-0.6.1.tar.gz) = ab1cdc5151479c0674044867e8ece75d253155271e0a9702f7cb076ba690f29d
|
||||
SIZE (pylzma-0.6.1.tar.gz) = 4302314
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
--- src/compat/LzmaCompatDecode.h.orig 2016-07-26 12:20:39 UTC
|
||||
+++ src/compat/LzmaCompatDecode.h
|
||||
@@ -39,14 +39,6 @@ extern "C" {
|
||||
# define LZMACALL
|
||||
#endif
|
||||
|
||||
-#ifndef malloc
|
||||
-# ifdef __APPLE__
|
||||
-#include <malloc/malloc.h>
|
||||
-# else
|
||||
-#include <malloc.h>
|
||||
-# endif
|
||||
-#endif
|
||||
-
|
||||
#ifndef UInt32
|
||||
#ifdef _LZMA_UINT32_IS_ULONG
|
||||
#define UInt32 unsigned long
|
||||
Reference in New Issue
Block a user