biology/py-cutadapt: Restore setuptools and setuptools_scm

Builds without them listed as deps if they happen to be installed,
but fails on a blank pkgsrc installation
This commit is contained in:
bacon 2024-03-20 22:29:39 +00:00
parent 7dcbba1f09
commit ce6f177852
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2024/03/16 13:46:42 bacon Exp $
# $NetBSD: Makefile,v 1.14 2024/03/20 22:29:39 bacon Exp $
DISTNAME= cutadapt-4.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -10,6 +10,8 @@ HOMEPAGE= https://cutadapt.readthedocs.io/en/stable/
COMMENT= Find and remove adapter sequences, primers, poly-A tails, etc
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
# needed for python 3.11 as of cutadapt 3.5 release
TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython