diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-05 15:40:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-05 15:40:56 +0000 |
commit | d19f073cf98e1f2653a8d55bc4ae03f713437692 (patch) | |
tree | e9aefdaf8aa062e73299809ec4ac25bfcfb8a1a8 /math/py-sympy | |
parent | 43a3377b786e75dc9288884a4be636135f02feae (diff) | |
download | pkgsrc-d19f073cf98e1f2653a8d55bc4ae03f713437692.tar.gz |
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
Diffstat (limited to 'math/py-sympy')
-rw-r--r-- | math/py-sympy/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index dc4ae7c94c4..8fa76be05a9 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2022/01/04 20:54:17 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2022/01/05 15:41:14 wiz Exp $ DISTNAME= sympy-1.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sympy/} @@ -19,6 +19,8 @@ REPLACE_PYTHON+= sympy/utilities/tests/diagnose_imports.py PYTHON_VERSIONS_INCOMPATIBLE= 27 +USE_PKG_RESOURCES= yes + SUBST_CLASSES+= manpath SUBST_SED.manpath= -e 's,share/man,${PKGMANDIR},' SUBST_FILES.manpath+= setup.py |