pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-cutadapt: Remove setuptools_scm dep, no longer needed



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Mar 18 09:50:20 2024 -0500
Changeset:	7975179b64d22b426f6ac11767bbe3176f8dfd17

Modified Files:
	py-cutadapt/Makefile

Log Message:
py-cutadapt: Remove setuptools_scm dep, no longer needed

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7975179b64d22b426f6ac11767bbe3176f8dfd17

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-cutadapt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-cutadapt/Makefile b/py-cutadapt/Makefile
index 0fc13f29e5..94f577e430 100644
--- a/py-cutadapt/Makefile
+++ b/py-cutadapt/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://cutadapt.readthedocs.io/en/stable/
 COMMENT=	Find and remove adapter sequences, primers, poly-A tails, etc
 LICENSE=	mit
 
-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
 DEPENDS+=	${PYPKGPREFIX}-xopen>=1.6.0:../../devel/py-xopen


Home | Main Index | Thread Index | Old Index