pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/biology/py-dnaio
Module Name: pkgsrc
Committed By: mef
Date: Thu Mar 4 13:06:34 UTC 2021
Modified Files:
pkgsrc/biology/py-dnaio: Makefile
Log Message:
(biology/py-dnaio) +BUILD_DEPENDS+= py-setuptools_scm (other than 27 are fixed)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/biology/py-dnaio/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-dnaio/Makefile
diff -u pkgsrc/biology/py-dnaio/Makefile:1.1 pkgsrc/biology/py-dnaio/Makefile:1.2
--- pkgsrc/biology/py-dnaio/Makefile:1.1 Mon Feb 8 01:52:24 2021
+++ pkgsrc/biology/py-dnaio/Makefile Thu Mar 4 13:06:34 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/08 01:52:24 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/04 13:06:34 mef Exp $
DISTNAME= dnaio-0.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,5 +10,7 @@ HOMEPAGE= https://github.com/marcelm/dna
COMMENT= Read and write FASTQ and FASTA files
LICENSE= mit
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index