pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-mpmath py-mpmath: switch to py-gmpy2
details: https://anonhg.NetBSD.org/pkgsrc/rev/c2d5f242b971
branches: trunk
changeset: 388179:c2d5f242b971
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 14 18:53:37 2022 +0000
description:
py-mpmath: switch to py-gmpy2
Bump PKGREVISION.
diffstat:
math/py-mpmath/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (33 lines):
diff -r 702c85e2e1fa -r c2d5f242b971 math/py-mpmath/Makefile
--- a/math/py-mpmath/Makefile Mon Nov 14 18:53:25 2022 +0000
+++ b/math/py-mpmath/Makefile Mon Nov 14 18:53:37 2022 +0000
@@ -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 @@
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