diff options
Diffstat (limited to 'textproc/py-deepdiff/Makefile')
-rw-r--r-- | textproc/py-deepdiff/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/py-deepdiff/Makefile b/textproc/py-deepdiff/Makefile index 3393a2587d7..95ead0898f3 100644 --- a/textproc/py-deepdiff/Makefile +++ b/textproc/py-deepdiff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2022/01/04 20:54:53 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2022/01/05 15:41:24 wiz Exp $ DISTNAME= deepdiff-5.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=d/deepdiff/} @@ -19,6 +19,8 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 +USE_PKG_RESOURCES= yes + post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} deep deep-${PYVERSSUFFIX} || ${TRUE} |