pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-mpmath
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 14 18:53:37 UTC 2022
Modified Files:
pkgsrc/math/py-mpmath: Makefile
Log Message:
py-mpmath: switch to py-gmpy2
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/py-mpmath/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-mpmath/Makefile
diff -u pkgsrc/math/py-mpmath/Makefile:1.18 pkgsrc/math/py-mpmath/Makefile:1.19
--- pkgsrc/math/py-mpmath/Makefile:1.18 Thu Jan 13 19:31:24 2022
+++ pkgsrc/math/py-mpmath/Makefile Mon Nov 14 18:53:37 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2022/01/13 19:31:24 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/11/14 18:53:37 wiz Exp $
DISTNAME= mpmath-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mpmath/}
MASTER_SITES+= http://mpmath.org/files/
@@ -13,15 +13,15 @@ COMMENT= Python library for arbitrary-pr
LICENSE= modified-bsd
# py-gmpy provides faster backend
-DEPENDS+= ${PYPKGPREFIX}-gmpy-[0-9]*:../../math/py-gmpy
+DEPENDS+= ${PYPKGPREFIX}-gmpy2-[0-9]*:../../math/py-gmpy2
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
USE_LANGUAGES= # none
-PYTHON_VERSIONED_DEPENDENCIES= setuptools_scm:build
+PYTHON_VERSIONS_INCOMPATIBLE= 27
PYSETUPTESTTARGET= pytest
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index