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 /audio | |
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 'audio')
-rw-r--r-- | audio/aeneas/Makefile | 6 | ||||
-rw-r--r-- | audio/eyeD3/Makefile | 6 | ||||
-rw-r--r-- | audio/py-mutagen/Makefile | 5 | ||||
-rw-r--r-- | audio/sonata/Makefile | 6 |
4 files changed, 15 insertions, 8 deletions
diff --git a/audio/aeneas/Makefile b/audio/aeneas/Makefile index c0ce37bb8c1..40db0df6fc2 100644 --- a/audio/aeneas/Makefile +++ b/audio/aeneas/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2022/01/04 20:52:32 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2022/01/05 15:40:57 wiz Exp $ DISTNAME= aeneas-1.7.3 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=readbeyond/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -19,6 +19,8 @@ DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml MAKE_ENV+= AENEAS_FORCE_CEW=True EGG_NAME= ${DISTNAME}.0 +USE_PKG_RESOURCES= yes + .include "../../lang/python/egg.mk" .include "../../audio/espeak/buildlink3.mk" .include "../../math/py-numpy/buildlink3.mk" diff --git a/audio/eyeD3/Makefile b/audio/eyeD3/Makefile index a368d814bbd..4f2f2b3d7b8 100644 --- a/audio/eyeD3/Makefile +++ b/audio/eyeD3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2022/01/04 20:52:32 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2022/01/05 15:40:57 wiz Exp $ DISTNAME= eyeD3-0.9.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_PYPI:=e/eyeD3/} @@ -20,6 +20,8 @@ PYTHON_VERSIONED_DEPENDENCIES+= test:test PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-faker via py-factory_boy +USE_PKG_RESOURCES= yes + USE_LANGUAGES= # none USE_TOOLS+= gmake diff --git a/audio/py-mutagen/Makefile b/audio/py-mutagen/Makefile index ed2135bdb65..129f5cf8761 100644 --- a/audio/py-mutagen/Makefile +++ b/audio/py-mutagen/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2022/01/04 20:52:34 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2022/01/05 15:40:57 wiz Exp $ DISTNAME= mutagen-1.45.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_PYPI:=m/mutagen/} @@ -20,6 +20,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_LANGUAGES= # none PYTHON_SELF_CONFLICT= yes +USE_PKG_RESOURCES= yes SUBST_CLASSES+= manpath SUBST_STAGE.manpath= pre-configure diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index e3c39bc4e06..d0852aa251f 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2022/01/04 20:52:34 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2022/01/05 15:40:57 wiz Exp $ DISTNAME= sonata-1.7b1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=multani/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -18,6 +18,8 @@ USE_TOOLS+= pkg-config msgfmt EGG_NAME= ${DISTNAME:S/sonata/Sonata/} +USE_PKG_RESOURCES= yes + SUBST_CLASSES+= mandir SUBST_STAGE.mandir= pre-configure SUBST_VARS.mandir= PKGMANDIR |