pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-theano-pymc
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 10:16:51 UTC 2025
Modified Files:
pkgsrc/math/py-theano-pymc: Makefile
Log Message:
py-theano-pymc: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-theano-pymc/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-theano-pymc/Makefile
diff -u pkgsrc/math/py-theano-pymc/Makefile:1.4 pkgsrc/math/py-theano-pymc/Makefile:1.5
--- pkgsrc/math/py-theano-pymc/Makefile:1.4 Mon Nov 11 07:28:43 2024
+++ pkgsrc/math/py-theano-pymc/Makefile Wed Mar 5 10:16:51 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2024/11/11 07:28:43 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/03/05 10:16:51 wiz Exp $
DISTNAME= Theano-PyMC-1.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=T/Theano-PyMC/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://pypi.org/project/thean
COMMENT= Optimizing compiler for evaluating mathematical expressions
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-versioneer-[0-9]*:../../devel/py-versioneer
DEPENDS+= ${PYPKGPREFIX}-filelock-[0-9]*:../../devel/py-filelock
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.9.1:../../math/py-numpy
@@ -19,6 +20,8 @@ DEPENDS+= ${PYPKGPREFIX}-scipy>=0.14:../
PYTHON_VERSIONS_INCOMPATIBLE= 39
REPLACE_SH+= theano/misc/check_blas_many.sh
+WHEEL_NAME= ${DISTNAME:tl:S/-/_/}
+
# Prefer versioneer from pkgsrc.
post-extract:
${RM} ${WRKSRC}/versioneer.py
Home |
Main Index |
Thread Index |
Old Index