pkgsrc-WIP-changes archive

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

py-macs2: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Jan 22 17:17:43 2023 -0600
Changeset:	3a5a135b468dff36486ca3ae3296209b413a002f

Modified Files:
	py-macs2/Makefile

Log Message:
py-macs2: Clean up

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

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

diffstat:
 py-macs2/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-macs2/Makefile b/py-macs2/Makefile
index 77a213fa1c..a8d1c9e141 100644
--- a/py-macs2/Makefile
+++ b/py-macs2/Makefile
@@ -8,15 +8,15 @@ GITHUB_PROJECT=	MACS
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	https://pypi.python.org/pypi/macs2
-COMMENT=	Novel algorithm for identifying transcript factor binding sites
+HOMEPAGE=	https://github.com/macs3-project/MACS
+COMMENT=	Algorithm for identifying transcription factor binding sites
 LICENSE=	modified-bsd
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
 
 CYTHONIZE=	${PREFIX}/bin/cythonize-${PYVERSSUFFIX}
 
-# these files do not support python 3.11 in the 3.5 release
+# Distributed .c files do not support python 3.11
 post-extract:
 	${MV} ${WRKSRC}/MACS2/cPosValCalculation.c ${WRKSRC}
 	${RM} ${WRKSRC}/MACS2/*.c ${WRKSRC}/MACS2/*/*.c


Home | Main Index | Thread Index | Old Index