pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/py-macs2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 09:19:00 UTC 2025

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

Log Message:
py-macs2: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/biology/py-macs2/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-macs2/Makefile
diff -u pkgsrc/biology/py-macs2/Makefile:1.10 pkgsrc/biology/py-macs2/Makefile:1.11
--- pkgsrc/biology/py-macs2/Makefile:1.10       Mon Nov 11 07:27:53 2024
+++ pkgsrc/biology/py-macs2/Makefile    Wed Mar  5 09:19:00 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2024/11/11 07:27:53 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/03/05 09:19:00 wiz Exp $
 
 DISTNAME=      MACS2-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-macs2-2.2.9.1
+PKGREVISION=   1
 CATEGORIES=    biology
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=taoliu/}
 GITHUB_PROJECT=        MACS
@@ -13,10 +14,12 @@ COMMENT=    Algorithm for identifying trans
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 
 CYTHONIZE=     ${PREFIX}/bin/cythonize-${PYVERSSUFFIX}
 
+WHEEL_NAME=    ${DISTNAME:tl}
+
 # Distributed .c files do not support python > 3.9
 pre-configure:
        ${MV} ${WRKSRC}/MACS2/cPosValCalculation.c ${WRKSRC}



Home | Main Index | Thread Index | Old Index