pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/py-cutadapt



Module Name:    pkgsrc
Committed By:   bacon
Date:           Wed Mar 20 22:29:39 UTC 2024

Modified Files:
        pkgsrc/biology/py-cutadapt: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/biology/py-cutadapt/Makefile

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

Modified files:

Index: pkgsrc/biology/py-cutadapt/Makefile
diff -u pkgsrc/biology/py-cutadapt/Makefile:1.13 pkgsrc/biology/py-cutadapt/Makefile:1.14
--- pkgsrc/biology/py-cutadapt/Makefile:1.13    Sat Mar 16 13:46:42 2024
+++ pkgsrc/biology/py-cutadapt/Makefile Wed Mar 20 22:29:39 2024
@@ -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.i
 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



Home | Main Index | Thread Index | Old Index