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: wiz
Date: Thu Feb 20 12:17:30 UTC 2025
Modified Files:
pkgsrc/archivers/py-zstandard: Makefile
Log Message:
py-zstandard: doesn't build against zstd 1.5.7
Use included 1.5.6 for now.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/archivers/py-zstandard/Makefile:1.33
--- pkgsrc/archivers/py-zstandard/Makefile:1.32 Wed Jan 29 05:45:03 2025
+++ pkgsrc/archivers/py-zstandard/Makefile Thu Feb 20 12:17:30 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2025/01/29 05:45:03 pho Exp $
+# $NetBSD: Makefile,v 1.33 2025/02/20 12:17:30 wiz Exp $
DISTNAME= zstandard-0.23.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= archivers python
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zstandard/}
@@ -16,15 +17,10 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
DEPENDS+= ${PYPKGPREFIX}-cffi>=1.11:../../devel/py-cffi
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-BUILDLINK_API_DEPENDS.zstd+= zstd>=1.5.6
-
-# https://github.com/indygreg/python-zstandard/issues/220
-post-extract:
- ${RM} ${WRKSRC}/zstd/zstd.h
- ${LN} -s ${BUILDLINK_DIR}/include/zstd.h ${WRKSRC}/zstd/zstd.h
-
-.include "../../archivers/zstd/buildlink3.mk"
+# TODO: switch to this again
+# after https://github.com/indygreg/python-zstandard/issues/252
+# is fixed
+#BUILDLINK_API_DEPENDS.zstd+= zstd>=1.5.6
+#.include "../../archivers/zstd/buildlink3.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index