pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-tables



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 17 09:14:17 UTC 2024

Modified Files:
        pkgsrc/math/py-tables: Makefile

Log Message:
py-tables: use blosc from pkgsrc instead of internal copy.

>From matthewd.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/py-tables/Makefile

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

Modified files:

Index: pkgsrc/math/py-tables/Makefile
diff -u pkgsrc/math/py-tables/Makefile:1.17 pkgsrc/math/py-tables/Makefile:1.18
--- pkgsrc/math/py-tables/Makefile:1.17 Wed Dec 13 20:18:36 2023
+++ pkgsrc/math/py-tables/Makefile      Mon Jun 17 09:14:17 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2023/12/13 20:18:36 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2024/06/17 09:14:17 wiz Exp $
 
 DISTNAME=      tables-3.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tables/}
 
@@ -36,6 +37,7 @@ do-test:
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../archivers/lzo/buildlink3.mk"
+.include "../../devel/blosc/buildlink3.mk"
 .include "../../devel/blosc2/buildlink3.mk"
 .include "../../devel/hdf5/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index