pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/py-zstandard



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Dec 17 10:50:41 UTC 2019

Modified Files:
        pkgsrc/archivers/py-zstandard: Makefile

Log Message:
py-zstandard: Use bundled zstd because not adapted to zstd-1.4.4

At least ZSTD_FRAMEHEADERSIZE_MIN and ZSTD_FRAMEHEADERSIZE_PREFIX
macros in 1.4.4 needs a `format' argument but py-zstandard is not
adapted to 1.4.4 yet.

PKGREVISION++


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/archivers/py-zstandard/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/py-zstandard/Makefile
diff -u pkgsrc/archivers/py-zstandard/Makefile:1.12 pkgsrc/archivers/py-zstandard/Makefile:1.13
--- pkgsrc/archivers/py-zstandard/Makefile:1.12 Thu Sep 19 16:50:57 2019
+++ pkgsrc/archivers/py-zstandard/Makefile      Tue Dec 17 10:50:41 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2019/09/19 16:50:57 adam Exp $
+# $NetBSD: Makefile,v 1.13 2019/12/17 10:50:41 leot Exp $
 
 DISTNAME=      zstandard-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zstandard/}
 
@@ -13,9 +14,13 @@ LICENSE=     modified-bsd
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.11:../../devel/py-cffi
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 
-PYSETUPBUILDARGS+=     --system-zstd
-
-BUILDLINK_API_DEPENDS.zstd+=   zstd>=1.4.0
-.include "../../archivers/zstd/buildlink3.mk"
+#
+# XXX: At the moment py-zstandard only supports zstd<1.4.3, use bundled
+# XXX: zstd instead.
+#
+#PYSETUPBUILDARGS+=    --system-zstd
+#
+#BUILDLINK_API_DEPENDS.zstd+=  zstd>=1.4.0
+#.include "../../archivers/zstd/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index